| Java Doc By Examples | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.swing.plaf.basic.BasicInternalFrameTitlePane.PropertyChangeHandlerpublic class BasicInternalFrameTitlePane.PropertyChangeHandlerextends Objectimplements PropertyChangeListenerMethod Summary | |
void |
|
Methods inherited from class java.lang.Object | |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
- Specified by:
- propertyChange in interface PropertyChangeListener
- Parameters:
evt- A PropertyChangeEvent object describing the event source and the property that has changed.