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:
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.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MyPropertyChangeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent e)
-