javax.swing.plaf.basic
Class BasicSplitPaneUI.PropertyHandler

java.lang.Object
  extended by 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.


Constructor Summary
BasicSplitPaneUI.PropertyHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          This method is called whenever one of the JSplitPane's properties change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSplitPaneUI.PropertyHandler

public BasicSplitPaneUI.PropertyHandler()
Method Detail

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!