javax.swing.plaf.basic
Class BasicInternalFrameTitlePane.PropertyChangeHandler
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicInternalFrameTitlePane.PropertyChangeHandler
public BasicInternalFrameTitlePane.PropertyChangeHandler()
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.