Generated by
JDiff

Interface javax.swing.Action

Documentation changed from old to new.

Changed Methods
void addPropertyChangeListener(PropertyChangeListener) Documentation changed from old to new.
Adds a PropertyChange listener.
boolean isEnabled() Documentation changed from old to new.
Returns the enabled state of the Action.
void putValue(String, Object) Documentation changed from old to new.
Sets one of this object's properties using the associated key.
void removePropertyChangeListener(PropertyChangeListener) Documentation changed from old to new.
Removes a PropertyChange listener.
void setEnabled(boolean) Documentation changed from old to new.
Sets the enabled state of the Action.
 

Added Fields
String ACCELERATOR_KEY The key used for storing a KeyStroke to be used as the accelerator for the action.
String ACTION_COMMAND_KEY The key used to determine the command string for the ActionEvent that will be created when an Action is going to be notified as the result of residing in a Keymap associated with a JComponent.
String MNEMONIC_KEY The key used for storing an int key code to be used as the mnemonic for the action.
 

Changed Fields
String DEFAULT Documentation changed from old to new.
Useful constants that can be used as the storage-retrieval key when setting or getting one of this object's properties (text or icon).