javax.swing.plaf.basic
public class: BasicTreeUI.TreeSelectionHandler [javadoc |
source]
java.lang.Object
javax.swing.plaf.basic.BasicTreeUI$TreeSelectionHandler
All Implemented Interfaces:
TreeSelectionListener
Listens for changes in the selection model and updates the display
accordingly.
| Method from javax.swing.plaf.basic.BasicTreeUI$TreeSelectionHandler Summary: |
|---|
|
valueChanged |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.plaf.basic.BasicTreeUI$TreeSelectionHandler Detail: |
public void valueChanged(TreeSelectionEvent event) {
getHandler().valueChanged(event);
}
Messaged when the selection changes in the tree we're displaying
for. Stops editing, messages super and displays the changed paths. |