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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void valueChanged​(javax.swing.event.TreeSelectionEvent arg0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexTreeSelectionListener

        public IndexTreeSelectionListener​(MainFrame frame)
    • Method Detail

      • valueChanged

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