| 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. |