org.argouml.ui.explorer
Class ExplorerTree.NavigationTreeSelectionListener
java.lang.Object
org.argouml.ui.explorer.ExplorerTree.NavigationTreeSelectionListener
- All Implemented Interfaces:
- EventListener, TreeSelectionListener
- Enclosing class:
- ExplorerTree
- class ExplorerTree.NavigationTreeSelectionListener
- extends Object
- implements TreeSelectionListener
Manages selecting the item to show in Argo's other
views based on the highlighted row.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplorerTree.NavigationTreeSelectionListener
ExplorerTree.NavigationTreeSelectionListener()
valueChanged
public void valueChanged(TreeSelectionEvent e)
- Change in nav tree selection -> set target in target manager.
- Specified by:
valueChanged
in interface TreeSelectionListener