javax.swing.plaf.basic
Class BasicTabbedPaneUI.PropertyChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicTabbedPaneUI.PropertyChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- BasicTabbedPaneUI
public class BasicTabbedPaneUI.PropertyChangeHandler
- extends Object
- implements PropertyChangeListener
This class handles PropertyChangeEvents fired from the JTabbedPane.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicTabbedPaneUI.PropertyChangeHandler
public BasicTabbedPaneUI.PropertyChangeHandler()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- This method is called whenever one of the properties of the JTabbedPane
changes.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- The PropertyChangeEvent.