protected class JTree.TreeSelectionRedirector extends java.lang.Object implements javax.swing.event.TreeSelectionListener, java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
JTree.TreeSelectionRedirector()
Creates a new instance of TreeSelectionRedirector
|
| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(javax.swing.event.TreeSelectionEvent ev)
Notifies when the tree selection changes.
|
protected JTree.TreeSelectionRedirector()
public void valueChanged(javax.swing.event.TreeSelectionEvent ev)
valueChanged in interface javax.swing.event.TreeSelectionListenerev - the TreeSelectionEvent that describes the change