public class BasicOptionPaneUI.PropertyChangeHandler extends Object implements PropertyChangeListener
BasicOptionPaneUI内实例化。 
      | Constructor and Description | 
|---|
| PropertyChangeHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | propertyChange(PropertyChangeEvent e)
              如果PropertyChangeEvent 
              e的来源等于optionPane,并且是ICON_PROPERTY,MESSAGE_PROPERTY,OPTIONS_PROPERTY或INITIAL_VALUE_PROPERTY之一,则调用validateComponent。 | 
public void propertyChange(PropertyChangeEvent e)
e的来源等于optionPane,并且是ICON_PROPERTY,MESSAGE_PROPERTY,OPTIONS_PROPERTY或INITIAL_VALUE_PROPERTY之一,则调用validateComponent。 
          propertyChange在界面 
            PropertyChangeListener 
           e - A PropertyChangeEvent object describing the event source and the property that has changed. 
            Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.