public class BasicTreeUI.TreeSelectionHandler extends java.lang.Object implements javax.swing.event.TreeSelectionListener
| Constructor and Description |
|---|
BasicTreeUI.TreeSelectionHandler()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(javax.swing.event.TreeSelectionEvent event)
Messaged when the selection changes in the tree we're displaying for.
|
public BasicTreeUI.TreeSelectionHandler()
public void valueChanged(javax.swing.event.TreeSelectionEvent event)
valueChanged in interface javax.swing.event.TreeSelectionListenerevent - the event that characterizes the change.