| net.refractions.udig.tools.edit.EditState
EditState | public enum EditState (Code) | | Enumerates the various states an editing tool may be in.
author: jones since: 1.1.0 |
BUSY | Enum Constant BUSY(Code) | | Something is going on
|
COMMITTING | Enum Constant COMMITTING(Code) | | A commit is taking place.
|
CREATING | Enum Constant CREATING(Code) | | A new feature is being created
|
ILLEGAL | Enum Constant ILLEGAL(Code) | | Editing is not permitted
|
MODIFYING | Enum Constant MODIFYING(Code) | | An existing feature is being modified
|
MOVING | Enum Constant MOVING(Code) | | A vertex or geom or shape (or something) is being moved
|
NONE | Enum Constant NONE(Code) | | No editing has occured
|
|
|