Package com.jgoodies.looks.plastic
Class PlasticTabbedPaneUI.MyPropertyChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicTabbedPaneUI.PropertyChangeHandler
com.jgoodies.looks.plastic.PlasticTabbedPaneUI.MyPropertyChangeHandler
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
PlasticTabbedPaneUI
private final class PlasticTabbedPaneUI.MyPropertyChangeHandler
extends 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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MyPropertyChangeHandler
private MyPropertyChangeHandler()
-
-
Method Details
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
- Overrides:
propertyChange
in classBasicTabbedPaneUI.PropertyChangeHandler
-