Uses of Class
java.beans.PropertyChangeSupport
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes and interfaces relating to bean context.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides for events fired by Swing components.
-
Uses of PropertyChangeSupport in java.awt
Modifier and TypeFieldDescriptionprotected final PropertyChangeSupport
Toolkit.desktopPropsSupport
The desktop properties change support. -
Uses of PropertyChangeSupport in java.beans.beancontext
Modifier and TypeFieldDescriptionprotected PropertyChangeSupport
BeanContextChildSupport.pcSupport
ThePropertyChangeSupport
associated with thisBeanContextChildSupport
. -
Uses of PropertyChangeSupport in javax.swing
Modifier and TypeMethodDescriptionfinal PropertyChangeSupport
SwingWorker.getPropertyChangeSupport()
Returns thePropertyChangeSupport
for thisSwingWorker
. -
Uses of PropertyChangeSupport in javax.swing.event
Modifier and TypeClassDescriptionfinal class
This subclass ofjava.beans.PropertyChangeSupport
is almost identical in functionality.