torero.gui
Class MyTreeUI.TreeSelectionHandler
java.lang.Object
|
+--torero.gui.MyTreeUI.TreeSelectionHandler
- All Implemented Interfaces:
- EventListener, TreeSelectionListener
- Enclosing class:
- MyTreeUI
- public class MyTreeUI.TreeSelectionHandler
- extends Object
- implements TreeSelectionListener
Listens for changes in the selection model and updates the display
accordingly.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyTreeUI.TreeSelectionHandler
public MyTreeUI.TreeSelectionHandler()
valueChanged
public void valueChanged(TreeSelectionEvent event)
- Messaged when the selection changes in the tree we're displaying
for. Sets the dirty flag of the TreeUI and calls tree.repaint().
- Specified by:
valueChanged
in interface TreeSelectionListener
- Parameters:
e
- - ignored.