|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 PropertyVetoException 的软件包 | |
---|---|
java.awt | 包含用于创建用户界面和绘制图形图像的所有类。 |
java.beans | 包含与开发 beans 有关的类,即基于 JavaBeansTM 架构的组件。 |
java.beans.beancontext | 提供与 bean 上下文有关的类和接口。 |
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
java.awt 中 PropertyVetoException 的使用 |
---|
抛出 PropertyVetoException 的 java.awt 中的方法 | |
---|---|
protected void |
KeyboardFocusManager.fireVetoableChange(String propertyName, Object oldValue, Object newValue) 激发 PropertyChangeEvent 以响应可否决属性中的更改。 |
java.beans 中 PropertyVetoException 的使用 |
---|
抛出 PropertyVetoException 的 java.beans 中的方法 | |
---|---|
void |
VetoableChangeSupport.fireVetoableChange(PropertyChangeEvent evt) 对所有已注册侦听器激发一个 vetoable 属性更新。 |
void |
VetoableChangeSupport.fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) 向所有已注册的侦听器报告一个 boolean vetoable 属性更新。 |
void |
VetoableChangeSupport.fireVetoableChange(String propertyName, int oldValue, int newValue) 向所有已注册的侦听器报告一个 int vetoable 属性更新。 |
void |
VetoableChangeSupport.fireVetoableChange(String propertyName, Object oldValue, Object newValue) 向所有已注册的侦听器报告 vetoable 属性更新。 |
void |
VetoableChangeListenerProxy.vetoableChange(PropertyChangeEvent evt) 将属性更改事件转发给侦听器代理。 |
void |
VetoableChangeListener.vetoableChange(PropertyChangeEvent evt) 在约束属性发生更改时调用此方法。 |
java.beans.beancontext 中 PropertyVetoException 的使用 |
---|
抛出 PropertyVetoException 的 java.beans.beancontext 中的方法 | |
---|---|
void |
BeanContextChildSupport.fireVetoableChange(String name, Object oldValue, Object newValue) 向所有已注册的侦听器报告 vetoable 属性更新。 |
void |
BeanContextChild.setBeanContext(BeanContext bc) 实现此接口的对象应使用以下参数激活一个 java.beans.PropertyChangeEvent:propertyName "beanContext"、oldValue(以前的嵌套 BeanContext 实例,或 null )、newValue(当前的嵌套 BeanContext 实例,或 null )。 |
void |
BeanContextChildSupport.setBeanContext(BeanContext bc) 设置此 BeanContextChildSupport 的 BeanContext 。 |
void |
BeanContextSupport.setLocale(Locale newLocale) 设置此 BeanContext 的语言环境。 |
void |
BeanContextSupport.vetoableChange(PropertyChangeEvent pce) 子类可以封装此方法来监视子类属性的更改。 |
javax.swing 中 PropertyVetoException 的使用 |
---|
抛出 PropertyVetoException 的 javax.swing 中的方法 | |
---|---|
protected void |
JComponent.fireVetoableChange(String propertyName, Object oldValue, Object newValue) 支持报告约束 (constrained) 属性的更改。 |
void |
JInternalFrame.setClosed(boolean b) 如果参数为 true ,则关闭此内部窗体。 |
void |
JInternalFrame.setIcon(boolean b) 如果外观支持图标化,则对此内部窗体执行图标化或取消图标化。 |
void |
JInternalFrame.setMaximum(boolean b) 最大化并还原此内部窗体。 |
void |
JInternalFrame.setSelected(boolean selected) 如果要显示内部窗体,则选定或取消选定该窗体。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。