public class

WindowsInternalFrameTitlePane.WindowsPropertyChangeHandler

extends BasicInternalFrameTitlePane.PropertyChangeHandler
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicInternalFrameTitlePane.PropertyChangeHandler
     ↳ com.sun.java.swing.plaf.windows.WindowsInternalFrameTitlePane.WindowsPropertyChangeHandler

Summary

Public Constructors
WindowsInternalFrameTitlePane.WindowsPropertyChangeHandler()
Public Methods
void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicInternalFrameTitlePane.PropertyChangeHandler
From class java.lang.Object
From interface java.beans.PropertyChangeListener

Public Constructors

public WindowsInternalFrameTitlePane.WindowsPropertyChangeHandler ()

Public Methods

public void propertyChange (PropertyChangeEvent evt)

This method gets called when a bound property is changed.

Parameters
evt A PropertyChangeEvent object describing the event source and the property that has changed.