Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)