Class FSTreeSelectionListener
java.lang.Object
org.apache.uima.tools.cvd.control.FSTreeSelectionListener
- All Implemented Interfaces:
EventListener,TreeSelectionListener
Handle selection of annotations in annotation frame. If selected node represents an annotation,
highlight the corresponding extent in the text.
// * @see FSTreeSelectionEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFSTreeSelectionListener(MainFrame frame) Instantiates a new FS tree selection listener. -
Method Summary
-
Field Details
-
main
The main.
-
-
Constructor Details
-
FSTreeSelectionListener
Instantiates a new FS tree selection listener.- Parameters:
frame- the frame
-
-
Method Details
-
valueChanged
Value changed.- Specified by:
valueChangedin interfaceTreeSelectionListener- Parameters:
event- the event- See Also:
-