javax.swing.plaf.basic
public class: BasicOptionPaneUI.PropertyChangeHandler [javadoc |
source]
java.lang.Object
javax.swing.plaf.basic.BasicOptionPaneUI$PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener
This inner class is marked "public" due to a compiler bug.
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BasicOptionPaneUI.
| Method from javax.swing.plaf.basic.BasicOptionPaneUI$PropertyChangeHandler Summary: |
|---|
|
propertyChange |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.plaf.basic.BasicOptionPaneUI$PropertyChangeHandler Detail: |
public void propertyChange(PropertyChangeEvent e) {
getHandler().propertyChange(e);
}
If the source of the PropertyChangeEvent e equals the
optionPane and is one of the ICON_PROPERTY, MESSAGE_PROPERTY,
OPTIONS_PROPERTY or INITIAL_VALUE_PROPERTY,
validateComponent is invoked. |