|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
String ) |
Documentation changed from old to new. |
Defines an Action object with the specified description string and a default icon. |
String, |
Documentation changed from old to new. |
Defines an Action object with the specified description string and a the specified icon. |
void ) |
Documentation changed from old to new. |
Defines an Action object with a default description string and default icon. |
Added Methods | |
Object[] getKeys() |
Returns an array of Object s which are keys for which values have been set for this AbstractAction or null if no keys have values set. |
Changed Methods | ||
void addPropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Adds a PropertyChangeListener to the listener list. |
Object clone() |
Documentation changed from old to new. |
Clones the abstract action. |
void firePropertyChange(String, |
Documentation changed from old to new. |
Supports reporting bound property changes. |
Object getValue(String ) |
Documentation changed from old to new. |
Gets the Object associated with the specified key. |
boolean isEnabled() |
Documentation changed from old to new. |
Returns true if the action is enabled. |
void putValue(String, |
Documentation changed from old to new. Changed from synchronized to non-synchronized. |
Sets the Value associated with the specified key. |
void removePropertyChangeListener(PropertyChangeListener ) |
Documentation changed from old to new. |
Removes a PropertyChangeListener from the listener list. |
void setEnabled(boolean ) |
Changed from synchronized to non-synchronized. | Enables or disables the action. |
Changed Fields | ||
SwingPropertyChangeSupport changeSupport |
Documentation changed from old to new. |
If any PropertyChangeListeners have been registered the changeSupport field describes them. |
boolean enabled |
Documentation changed from old to new. |
Specifies whether action is enabled; the default is true. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |