java.lang.Object
net.jxta.ext.config.ui.PeerTreeSelectionListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.TreeSelectionListener
- class PeerTreeSelectionListener
- extends java.lang.Object
- implements javax.swing.event.TreeSelectionListener
ext:config:ui Tree selection event listener
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swix
private static SwingEngine swix
tree
private static javax.swing.JTree tree
current
private static java.awt.Component current
PeerTreeSelectionListener
public PeerTreeSelectionListener(SwingEngine swix)
valueChanged
public void valueChanged(javax.swing.event.TreeSelectionEvent e)
- Description copied from interface:
javax.swing.event.TreeSelectionListener
- Receives notification of a change to a tree selection model.
- Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener