Generated by
JDiff

Class org.jhotdraw.draw.action.DrawingEditorProxy

Documentation changed from old to new.

Added Methods
T getHandleAttribute(AttributeKey<T>)  
void setHandleAttribute(AttributeKey<T>, T)  
 

Changed Methods
T getDefaultAttribute(AttributeKey<T>) Change in return type from Object to T.
Change in signature from AttributeKey to AttributeKey<T>.
 
void setDefaultAttribute(AttributeKey<T>, T) Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T).