Field Summary |
|
final public static String | CURRENT_SHAPE The key for the currently selected/edit shape. |
final public static String | EDITSTATE The key for the currently selected/edit state. |
final public static String | STORED_CURRENT_SHAPE When there is a switch in the currently selected layer the current shape is stored on the old layer so if the
layer selected layer the state can be restored.
Modify with Care this is primarily used by the framework for its workflow but if the workflow
is not pleasing then modification is permitted. |
final public static String | STORED_CURRENT_STATE When there is a switch in the currently selected layer the current state is stored on the old layer so if the
layer selected layer the state can be restored.
Modify with Care this is primarily used by the framework for its workflow but if the workflow
is not pleasing then modification is permitted. |
Object | behaviourLock |
final public Cursor | editCursor Cursor that should be set when editing can occur. |
final public Cursor | selectionCursor Cursor that should be set when a selection can occur. |
protected boolean | testing |
protected AbstractEditTool | tool |