javax.swing.plaf.basic
Class BasicSplitPaneUI.PropertyHandler
java.lang.Object
javax.swing.plaf.basic.BasicSplitPaneUI.PropertyHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- BasicSplitPaneUI
public class BasicSplitPaneUI.PropertyHandler
- extends Object
- implements PropertyChangeListener
This helper class handles PropertyChangeEvents from the JSplitPane. When
a property changes, this will update the UI accordingly.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicSplitPaneUI.PropertyHandler
public BasicSplitPaneUI.PropertyHandler()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- This method is called whenever one of the JSplitPane's properties
change.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- DOCUMENT ME!