org.apache.uima.tools.cvd.control
Class FSTreeSelectionListener

java.lang.Object
  extended by org.apache.uima.tools.cvd.control.FSTreeSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener

public class FSTreeSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

Handle selection of annotations in annotation frame. If selected node represents an annotation, highlight the corresponding extent in the text.


Constructor Summary
FSTreeSelectionListener(MainFrame frame)
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSTreeSelectionListener

public FSTreeSelectionListener(MainFrame frame)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent event)
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener
See Also:
TreeSelectionListener.valueChanged(javax.swing.event.TreeSelectionEvent)


Copyright © 2012. All Rights Reserved.