fr.jussieu.gla.wasa.monitor.gui.application
Class SelectionManager

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.monitor.gui.application.SelectionManager

public class SelectionManager
extends java.lang.Object

Keeps a reference to current selected node and (soon) an history of selection.

Version:
$Revision: 1.4 $ $Date: 2002/03/22 08:41:28 $
Author:
Simeon Fitch (source inspired from Ant Antidote), Florent Selva, Laurent Caillette

Constructor Summary
SelectionManager(ApplicationContext appContext)
           
 
Method Summary
 javax.swing.tree.TreeNode getSelectedNode()
           
 void selectNode(javax.swing.tree.TreeNode treeNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionManager

public SelectionManager(ApplicationContext appContext)
Method Detail

selectNode

public void selectNode(javax.swing.tree.TreeNode treeNode)

getSelectedNode

public javax.swing.tree.TreeNode getSelectedNode()