|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyVetoException | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.beans | Contains classes related to developing beans -- components based on the JavaBeansTM architecture. |
java.beans.beancontext | Provides classes and interfaces relating to bean context. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
Uses of PropertyVetoException in java.awt |
Methods in java.awt that throw PropertyVetoException | |
protected void |
KeyboardFocusManager.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
Fires a PropertyChangeEvent in response to a change in a vetoable property. |
Uses of PropertyVetoException in java.beans |
Methods in java.beans that throw PropertyVetoException | |
void |
VetoableChangeListenerProxy.vetoableChange(PropertyChangeEvent evt)
Forwards the property change event to the listener delegate. |
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 |
BeanContextSupport.setLocale(Locale newLocale)
Sets the locale of this BeanContext. |
void |
BeanContextSupport.vetoableChange(PropertyChangeEvent pce)
subclasses may envelope to monitor veto child property changes. |
void |
BeanContextChildSupport.setBeanContext(BeanContext bc)
Sets the BeanContext for
this BeanContextChildSupport . |
void |
BeanContextChildSupport.fireVetoableChange(String name,
Object oldValue,
Object newValue)
Report a vetoable property update to any registered listeners. |
void |
BeanContextChild.setBeanContext(BeanContext bc)
Objects that implement this interface, shall fire a java.beans.PropertyChangeEvent, with parameters: propertyName "beanContext", oldValue (the previous nesting BeanContext instance, or null ),
newValue (the current nesting
BeanContext instance, or null ). |
Uses of PropertyVetoException in javax.swing |
Methods in javax.swing that throw PropertyVetoException | |
void |
JInternalFrame.setClosed(boolean b)
Closes this internal frame if the argument is true . |
void |
JInternalFrame.setIcon(boolean b)
Iconifies or de-iconifies this internal frame, if the look and feel supports iconification. |
void |
JInternalFrame.setMaximum(boolean b)
Maximizes and restores this internal frame. |
void |
JInternalFrame.setSelected(boolean selected)
Selects or deselects the internal frame if it's showing. |
protected void |
JComponent.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
Supports reporting constrained property changes. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.