javax.swing.plaf.basic

Class BasicTabbedPaneUI.PropertyChangeHandler

public class BasicTabbedPaneUI.PropertyChangeHandler extends Object implements PropertyChangeListener

This class handles PropertyChangeEvents fired from the JTabbedPane.

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 properties of the JTabbedPane changes.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
This method is called whenever one of the properties of the JTabbedPane changes.

Parameters: e The PropertyChangeEvent.