Generated by
JDiff

Interface org.jhotdraw.draw.DrawingEditor

Documentation changed from old to new.

Added Methods
T getHandleAttribute(AttributeKey<T>) Gets a handle attribute from the editor.
void setHandleAttribute(AttributeKey<T>, T) Sets a handle attribute of the editor.
 

Changed Methods
T getDefaultAttribute(AttributeKey<T>) Change in return type from Object to T.
Change in signature from AttributeKey to AttributeKey<T>.
Gets a default attribute from the editor.
Tool getTool() Documentation changed from old to new.
Gets the current tool.
void setDefaultAttribute(AttributeKey<T>, T) Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T).
Sets a default attribute of the editor.
void setTool(Tool) Documentation changed from old to new.
Calls deactivate on the previously active tool of this drawing editor.
 

Added Fields
String TOOL_PROPERTY The property name for the active tool property.
 

Changed Fields
String ACTIVE_VIEW_PROPERTY Documentation changed from old to new.
The property name for the active view property.