Class PlasticTabbedPaneUI.MyPropertyChangeHandler

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    PlasticTabbedPaneUI

    private final class PlasticTabbedPaneUI.MyPropertyChangeHandler
    extends javax.swing.plaf.basic.BasicTabbedPaneUI.PropertyChangeHandler
    Catches and handles property change events. In addition to the super class behavior we listen to changes of the ancestor, tab placement, and JGoodies options for content border, and embedded tabs.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      • Methods inherited from class java.lang.Object

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

      • MyPropertyChangeHandler

        private MyPropertyChangeHandler()
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Overrides:
        propertyChange in class javax.swing.plaf.basic.BasicTabbedPaneUI.PropertyChangeHandler