Uses of Class
java.beans.PropertyChangeSupport
Packages that use 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.awtFields in java.awt declared as PropertyChangeSupportModifier and TypeFieldDescriptionprotected final PropertyChangeSupportToolkit.desktopPropsSupportThe desktop properties change support.
- 
Uses of PropertyChangeSupport in java.beans.beancontextFields in java.beans.beancontext declared as PropertyChangeSupportModifier and TypeFieldDescriptionprotected PropertyChangeSupportBeanContextChildSupport.pcSupportThePropertyChangeSupportassociated with thisBeanContextChildSupport.
- 
Uses of PropertyChangeSupport in javax.swingMethods in javax.swing that return PropertyChangeSupportModifier and TypeMethodDescriptionfinal PropertyChangeSupportSwingWorker.getPropertyChangeSupport()Returns thePropertyChangeSupportfor thisSwingWorker.
- 
Uses of PropertyChangeSupport in javax.swing.eventSubclasses of PropertyChangeSupport in javax.swing.eventModifier and TypeClassDescriptionfinal classThis subclass ofjava.beans.PropertyChangeSupportis almost identical in functionality.