JavaTM 2 Platform
Standard Ed. 6

類別 java.beans.PropertyVetoException
的使用

使用 PropertyVetoException 的軟體套件
java.awt 包含用於創建使用者介面和繪製圖形圖像的全部類別。 
java.beans 包含與開發 beans 有關的類別,即基於 JavaBeansTM 架構的元件。 
java.beans.beancontext 提供與 bean 上下文有關的類別和介面。 
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
 

java.awtPropertyVetoException 的使用
 

拋出 PropertyVetoExceptionjava.awt 中的方法
protected  void KeyboardFocusManager.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
          觸發 PropertyChangeEvent 以回應可否決屬性中的更改。
 

java.beansPropertyVetoException 的使用
 

拋出 PropertyVetoExceptionjava.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.beancontextPropertyVetoException 的使用
 

拋出 PropertyVetoExceptionjava.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)
          設置此 BeanContextChildSupportBeanContext
 void BeanContextSupport.setLocale(Locale newLocale)
          設置此 BeanContext 的語言環境。
 void BeanContextSupport.vetoableChange(PropertyChangeEvent pce)
          子類別可以封裝此方法來監視子類別屬性的更改。
 

javax.swingPropertyVetoException 的使用
 

拋出 PropertyVetoExceptionjavax.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 2 Platform
Standard Ed. 6

提交錯誤或意見

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