Java Platform 1.2
Beta 4

Uses of Class
java.beans.PropertyVetoException

Packages that use PropertyVetoException
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.beans Contains classes related to Java Beans development.  
java.beans.beancontext Provides classes and interfaces relating to bean context.  
 

Uses of PropertyVetoException in com.sun.java.swing
 

Methods in com.sun.java.swing that throw PropertyVetoException
protected  void JComponent.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting constrained property changes.
 void JInternalFrame.setClosed(boolean b)
          Calling this method with a value of true to close the frame.
 void JInternalFrame.setIcon(boolean b)
          Iconizes and deconizes the frame.
 void JInternalFrame.setMaximum(boolean b)
          Maximizes and restores the frame.
 void JInternalFrame.setSelected(boolean selected)
          Selects and deselects the JInternalFrame.
 

Uses of PropertyVetoException in java.beans
 

Methods in java.beans that throw PropertyVetoException
 void VetoableChangeListener.vetoableChange(PropertyChangeEvent evt)
          This method gets called when a constrained property is changed.
 void VetoableChangeSupport.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
          Report a vetoable property update to any registered listeners.
 void VetoableChangeSupport.fireVetoableChange(String propertyName, int oldValue, int newValue)
          Report a int vetoable property update to any registered listeners.
 void VetoableChangeSupport.fireVetoableChange(String propertyName, boolean oldValue, boolean newValue)
          Report a boolean vetoable property update to any registered listeners.
 void VetoableChangeSupport.fireVetoableChange(PropertyChangeEvent evt)
          Fire a vetoable property update to any registered listeners.
 

Uses of PropertyVetoException in java.beans.beancontext
 

Methods in java.beans.beancontext that throw PropertyVetoException
 void BeanContextChildSupport.setBeanContext(BeanContext bc)
          setBeanContext
 void BeanContextChildSupport.fireVetoableChange(String name, Object oldValue, Object newValue)
          fires a vetoableChange Event
 void BeanContextSupport.setLocale(Locale newLocale)
           
 void BeanContextSupport.vetoableChange(PropertyChangeEvent pce)
          subclasses may envelope to monitor veto child property changes.
 void BeanContextChild.setBeanContext(BeanContext bc)
           Objects that implement this interface, shall fire a java.beans.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.