Class AbstractUIChangeHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<javax.swing.JComponent,​java.lang.Boolean> installed  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void install​(javax.swing.JComponent c)  
      boolean isInstalled​(javax.swing.JComponent c)  
      void uninstall​(javax.swing.JComponent c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.beans.PropertyChangeListener

        propertyChange
    • Field Detail

      • installed

        private final java.util.Map<javax.swing.JComponent,​java.lang.Boolean> installed
    • Constructor Detail

      • AbstractUIChangeHandler

        public AbstractUIChangeHandler()
    • Method Detail

      • install

        public void install​(javax.swing.JComponent c)
      • isInstalled

        public boolean isInstalled​(javax.swing.JComponent c)
      • uninstall

        public void uninstall​(javax.swing.JComponent c)