Generated by
JDiff

Class javax.swing.AbstractAction

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 putValue(String, Object) Changed from synchronized to non-synchronized. Sets the Value associated with the specified key.
void setEnabled(boolean) Changed from synchronized to non-synchronized. Enables or disables the action.