Class IndexTreeSelectionListener
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.IndexTreeSelectionListener
-
- All Implemented Interfaces:
EventListener
,TreeSelectionListener
public class IndexTreeSelectionListener extends Object implements TreeSelectionListener
Change the display of the FSTree if a type in an index is selected.
-
-
Constructor Summary
Constructors Constructor Description IndexTreeSelectionListener(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(TreeSelectionEvent arg0)
-
-
-
Constructor Detail
-
IndexTreeSelectionListener
public IndexTreeSelectionListener(MainFrame frame)
-
-
Method Detail
-
valueChanged
public void valueChanged(TreeSelectionEvent arg0)
- Specified by:
valueChanged
in interfaceTreeSelectionListener
- See Also:
TreeSelectionListener.valueChanged(javax.swing.event.TreeSelectionEvent)
-
-