Generated by
JDiff

Interface org.jhotdraw.draw.DrawingEditor

Added Methods
ActionMap getActionMap() Gets the action map used by the tool of this drawing editor as a fall back for performing actions.
InputMap getInputMap() Sets the input map used by the tool of this drawing editor as a fall back for handling keyboard events.
void setActionMap(ActionMap) Sets the action map used by the tool of this drawing editor as a fall back for performing actions.
void setInputMap(InputMap) Sets the input map used by the tool of this drawing editor as a fall back for handling keyboard events.
 

Added Fields
String ACTION_MAP_PROPERTY The property name for the action map property.
String INPUT_MAP_PROPERTY The property name for the input map property.