Uses of Interface java.beans.VetoableChangeListener

Uses in package java.beans.beancontext

Classes implementing java.beans.VetoableChangeListener

class
This is a helper class for implementing a bean context which supplies services.
class
This is a helper class for implementing a bean context.

Methods with parameter type java.beans.VetoableChangeListener

void
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
void
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
void
Remove a listener to a certain property.
void
Remove a listener to a certain property.

Methods with return type java.beans.VetoableChangeListener

VetoableChangeListener
Returns child as an instance of VetoableChangeListener, or null if child does not implement that interface.

Uses in package java.beans

Classes implementing java.beans.VetoableChangeListener

class
This class provides an extension to VetoableChangeListener - associating a name with the listener.

Constructors with parameter type java.beans.VetoableChangeListener

Create a new proxy which filters property change events and only passes changes to the named property on to the delegate.

Methods with parameter type java.beans.VetoableChangeListener

void
Adds a VetoableChangeListener to the list of global listeners.
void
Adds a VetoableChangeListener listening on the specified property.
void
Removes a VetoableChangeListener from the list of global listeners.
void
Removes a VetoableChangeListener from listening to a specific property.

Methods with return type java.beans.VetoableChangeListener

VetoableChangeListener[]
Returns an array of all registered vetoable change listeners.
VetoableChangeListener[]
Returns an array of all vetoable change listeners registered under the given property name.

Uses in package java.awt

Methods with parameter type java.beans.VetoableChangeListener

void
Registers a vetoable property change listener for receiving events relating to the following properties:
  • the current focus owner ("focusOwner")
  • the permanent focus owner ("permanentFocusOwner")
  • the focused window ("focusedWindow")
  • the active window ("activeWindow")
Nothing occurs if a null listener is supplied.
void
Registers a vetoable property change listener for receiving events relating to a vetoable change to a specified property.
void
Removes the supplied vetoable property change listener from the list of registered listeners.
void
Removes the supplied vetoable property change listener registered for the specified property from the list of registered listeners.

Methods with return type java.beans.VetoableChangeListener

VetoableChangeListener[]
Returns the currently registered vetoable property change listeners in array form.
VetoableChangeListener[]
Returns the currently registered vetoable property change listeners in array form, which listen for changes to the supplied property.

Uses in package javax.swing

Methods with parameter type java.beans.VetoableChangeListener

void
Register a VetoableChangeListener.
void
Unregister a VetoableChangeChangeListener.

Methods with return type java.beans.VetoableChangeListener

VetoableChangeListener[]
Return all registered VetoableChangeListener objects.