Interface Summary |
Command |
A MapCommand in uDig describes an action that modifies the system's model. |
CommandListener |
CommandListeners are notified when commands have been executed. |
CommandStack |
Provides a little introspection into the command stack. |
EditCommand |
The super interface for all commands that can be used to edit maps and pages. |
EditManagerControlCommand |
Deprecated. |
ErrorHandler |
MapCommand Managers have error handles registered that are notified when a command throws an
exception. |
MapCommand |
A command specific to modifying the state of a map. |
NavCommand |
All implementations of NavCommand are used to manipulate the viewport model of the map. |
NavCommandStack |
API comment me Provides ...TODO summary sentence |
PostDeterminedEffectCommand |
This is a special type of command that may or may not affect global state. |
ProjectCommand |
A Command in uDig describes an action that modifies the system's model. |
UndoableCommand |
A type of commands that can be undone/rolled-back. |
UndoableMapCommand |
Describes an undoable MapCommand as opposed to a normal undoable command. |