JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
类 BasicComboPopup.PropertyChangeHandler

java.lang.Object
  继承者 javax.swing.plaf.basic.BasicComboPopup.PropertyChangeHandler
所有已实现的接口:
PropertyChangeListener, EventListener
正在封闭类:
BasicComboPopup

protected class BasicComboPopup.PropertyChangeHandler
extends Object
implements PropertyChangeListener

此侦听器观察已在组合框中更改的绑定 (bound) 属性

希望侦听组合框属性更改的子类应该调用超类方法来确保组合框弹出部分正确处理属性更改。

另请参见:
BasicComboPopup.createPropertyChangeListener()

构造方法摘要
protected BasicComboPopup.PropertyChangeHandler()
           
 
方法摘要
 void propertyChange(PropertyChangeEvent e)
          在绑定属性发生更改时调用此方法。
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BasicComboPopup.PropertyChangeHandler

protected BasicComboPopup.PropertyChangeHandler()
方法详细信息

propertyChange

public void propertyChange(PropertyChangeEvent e)
从接口 PropertyChangeListener 复制的描述
在绑定属性发生更改时调用此方法。

指定者:
接口 PropertyChangeListener 中的 propertyChange
参数:
e - 描述事件源和已更改属性的 PropertyChangeEvent 对象。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only