public class

BasicSplitPaneUI.PropertyHandler

extends Object
implements PropertyChangeListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicSplitPaneUI.PropertyHandler

Class Overview

Implementation of the PropertyChangeListener that the JSplitPane UI uses.

This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicSplitPaneUI.

Summary

Public Constructors
BasicSplitPaneUI.PropertyHandler()
Public Methods
void propertyChange(PropertyChangeEvent e)
Messaged from the JSplitPane the receiver is contained in.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.beans.PropertyChangeListener

Public Constructors

public BasicSplitPaneUI.PropertyHandler ()

Public Methods

public void propertyChange (PropertyChangeEvent e)

Messaged from the JSplitPane the receiver is contained in. May potentially reset the layout manager and cause a validate to be sent.

Parameters
e A PropertyChangeEvent object describing the event source and the property that has changed.