Class MainFrameTree.MyTreeSelectionListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.TreeSelectionListener
    Enclosing class:
    MainFrameTree

    private class MainFrameTree.MyTreeSelectionListener
    extends java.lang.Object
    implements javax.swing.event.TreeSelectionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean ignoreSelection  
    • Method Summary

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

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

      • ignoreSelection

        private volatile boolean ignoreSelection
    • Constructor Detail

      • MyTreeSelectionListener

        private MyTreeSelectionListener()
    • Method Detail

      • valueChanged

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