JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.metal
类 MetalComboBoxUI.MetalPropertyChangeListener

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

public class MetalComboBoxUI.MetalPropertyChangeListener
extends BasicComboBoxUI.PropertyChangeHandler

此内部类由于编译器故障而被标记为 "public"。此类应该视为“受保护”内部类。仅在 MetalComboBoxUI 的子类中实例化此类。


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

构造方法详细信息

MetalComboBoxUI.MetalPropertyChangeListener

public MetalComboBoxUI.MetalPropertyChangeListener()
方法详细信息

propertyChange

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

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

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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