|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Uses of PropertyChangeSupport in java.awt |
|---|
| Modifier and Type | Field and Description |
|---|---|
protected PropertyChangeSupport |
Toolkit.desktopPropsSupport
|
| Uses of PropertyChangeSupport in java.beans.beancontext |
|---|
| Modifier and Type | Field and Description |
|---|---|
protected PropertyChangeSupport |
BeanContextChildSupport.pcSupport
The PropertyChangeSupport associated with this BeanContextChildSupport. |
| Uses of PropertyChangeSupport in javax.swing |
|---|
| Modifier and Type | Method and Description |
|---|---|
PropertyChangeSupport |
SwingWorker.getPropertyChangeSupport()
Returns the PropertyChangeSupport for this SwingWorker. |
| Uses of PropertyChangeSupport in javax.swing.event |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
SwingPropertyChangeSupport
This subclass of java.beans.PropertyChangeSupport is almost
identical in functionality. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.