Package | Description |
---|---|
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
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.
|
javax.swing.event |
Provides for events fired by Swing components.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyChangeSupport |
Toolkit.desktopPropsSupport |
Modifier and Type | Field and Description |
---|---|
protected PropertyChangeSupport |
BeanContextChildSupport.pcSupport
The PropertyChangeSupport associated with this
BeanContextChildSupport.
|
Modifier and Type | Method and Description |
---|---|
PropertyChangeSupport |
SwingWorker.getPropertyChangeSupport()
Returns the
PropertyChangeSupport for this SwingWorker . |
Modifier and Type | Class and Description |
---|---|
class |
SwingPropertyChangeSupport
This subclass of
java.beans.PropertyChangeSupport is almost
identical in functionality. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.