public class BasicOptionPaneUI.PropertyChangeHandler extends Object implements PropertyChangeListener
BasicOptionPaneUI。
| Constructor and Description |
|---|
PropertyChangeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(PropertyChangeEvent e)
如果
e PropertyChangeEvent源等于optionpane是其中的icon_property,message_property,options_property或initial_value_property,validatecomponent调用。
|
public void propertyChange(PropertyChangeEvent e)
e PropertyChangeEvent源等于optionpane是其中的icon_property,message_property,options_property或initial_value_property,validatecomponent调用。
propertyChange 接口
PropertyChangeListener
e - PropertyChangeEvent对象描述事件源和性质已经改变。
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.