javax.swing.plaf.basic
Class BasicInternalFrameTitlePane.PropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicInternalFrameTitlePane.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicInternalFrameTitlePane

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.


Constructor Summary
BasicInternalFrameTitlePane.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
          This method is called when a PropertyChangeEvent is received by the Title Pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicInternalFrameTitlePane.PropertyChangeHandler

public BasicInternalFrameTitlePane.PropertyChangeHandler()
Method Detail

propertyChange

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

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
evt - The PropertyChangeEvent.