Class SettingsDialog.SelectionHandler

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

    private class SettingsDialog.SelectionHandler
    extends java.lang.Object
    implements javax.swing.event.TreeSelectionListener
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SelectionHandler()  
    • Method Summary

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

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

      • SelectionHandler

        private SelectionHandler()
    • Method Detail

      • valueChanged

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