Class FSTreeSelectionListener
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.FSTreeSelectionListener
-
- All Implemented Interfaces:
EventListener
,TreeSelectionListener
public class FSTreeSelectionListener extends Object implements TreeSelectionListener
Handle selection of annotations in annotation frame. If selected node represents an annotation, highlight the corresponding extent in the text.
-
-
Constructor Summary
Constructors Constructor Description FSTreeSelectionListener(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(TreeSelectionEvent event)
-
-
-
Constructor Detail
-
FSTreeSelectionListener
public FSTreeSelectionListener(MainFrame frame)
-
-
Method Detail
-
valueChanged
public void valueChanged(TreeSelectionEvent event)
- Specified by:
valueChanged
in interfaceTreeSelectionListener
- See Also:
TreeSelectionListener.valueChanged(javax.swing.event.TreeSelectionEvent)
-
-