Generated by
JDiff

Class javax.swing.AbstractAction

Documentation changed from old to new.

Changed Constructors
AbstractAction(String) Documentation changed from old to new.
Defines an Action object with the specified description string and a default icon.
AbstractAction(String, Icon) Documentation changed from old to new.
Defines an Action object with the specified description string and a the specified icon.
AbstractAction(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 Objects 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, Object, Object) 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, Object) 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.