Generated by
JDiff

Class org.jhotdraw.draw.action.AbstractDrawingViewAction

Added interface org.jhotdraw.beans.Disposable.

Removed Methods
void viewChanged()  
 

Added Methods
void dispose() Frees all resources held by this object, so that it can be garbage collected.
boolean isUpdatEnabledState() Returns true, if this action automatically updates its enabled state to reflect the enabled state of the active {@code DrawingView}.
void setUpdateEnabledState(boolean) By default, the enabled state of this action is updated to reflect the enabled state of the active {@code DrawingView}.
void updateViewState() This method is called when the active drawing view of the drawing editor changed.