javax.swing.plaf.basic

Class BasicInternalFrameTitlePane.PropertyChangeHandler

public class BasicInternalFrameTitlePane.PropertyChangeHandler extends Object implements PropertyChangeListener

This class is responsible for handling property change events from the JInternalFrame and adjusting the Title Pane as necessary.

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 evt)
This method is called when a PropertyChangeEvent is received by the Title Pane.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
This method is called when a PropertyChangeEvent is received by the Title Pane.

Parameters: evt The PropertyChangeEvent.