Class IndexTreeSelectionListener
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.IndexTreeSelectionListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.swing.event.TreeSelectionListener
public class IndexTreeSelectionListener extends java.lang.Object implements javax.swing.event.TreeSelectionListener
Change the display of the FSTree if a type in an index is selected. // * @see IndexTreeSelectionEvent
-
-
Constructor Summary
Constructors Constructor Description IndexTreeSelectionListener(MainFrame frame)
Instantiates a new index tree selection listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(javax.swing.event.TreeSelectionEvent arg0)
Value changed.
-
-
-
Field Detail
-
main
private final MainFrame main
The main.
-
-
Constructor Detail
-
IndexTreeSelectionListener
public IndexTreeSelectionListener(MainFrame frame)
Instantiates a new index tree selection listener.- Parameters:
frame
- the frame
-
-
Method Detail
-
valueChanged
public void valueChanged(javax.swing.event.TreeSelectionEvent arg0)
Value changed.- Specified by:
valueChanged
in interfacejavax.swing.event.TreeSelectionListener
- Parameters:
arg0
- the arg 0- See Also:
TreeSelectionListener.valueChanged(javax.swing.event.TreeSelectionEvent)
-
-