javax.swing.plaf.basic

Class BasicSplitPaneUI.PropertyHandler

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.

UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.

Method Summary
voidpropertyChange(PropertyChangeEvent e)
This method is called whenever one of the JSplitPane's properties change.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
This method is called whenever one of the JSplitPane's properties change.

Parameters: e DOCUMENT ME!