Uses of Class java.beans.PropertyVetoException

Uses in package java.beans.beancontext

Methods which throw type java.beans.PropertyVetoException

void
Fire a vetoable property change.
void
Set the parent BeanContext.
void
Set the parent BeanContext.
void
void
Subclasses may use this method to veto changes arising from the children of this context.

Uses in package java.beans

Methods which throw type java.beans.PropertyVetoException

void
Fire a PropertyChangeEvent to all the global listeners, and to all the listeners for the specified property name.
void
VetoableChangeSupport.fireVetoableChange(String propertyName, boolean oldVal, boolean newVal)
Fire a PropertyChangeEvent containing the old and new values of the property to all the global listeners, and to all the listeners for the specified property name.
void
VetoableChangeSupport.fireVetoableChange(String propertyName, int oldVal, int newVal)
Fire a PropertyChangeEvent containing the old and new values of the property to all the global listeners, and to all the listeners for the specified property name.
void
Fire a PropertyChangeEvent containing the old and new values of the property to all the global listeners, and to all the listeners for the specified property name.
void
Fired before a Bean's property changes.
void
Forwards the event on to the delegate if the property name matches.

Uses in package java.awt

Methods which throw type java.beans.PropertyVetoException

void
Fires a property change event as a response to a vetoable change to to the specified property.

Uses in package javax.swing

Methods which throw type java.beans.PropertyVetoException

void
JComponent.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
Call VetoableChangeListener.vetoableChange(PropertyChangeEvent) on all listeners registered to listen to a given property.
void
This method closes the JInternalFrame if the given boolean is true.
void
This method iconifies or deiconifies this JInternalFrame given the boolean argument.
void
This method sets the JInternalFrame to maximized (if the given argument is true) or restores the JInternalFrame to its normal bounds otherwise.
void
JInternalFrame.setSelected(boolean selected)
This method sets whether this JInternalFrame is the selected frame in the JDesktopPane (or other container).