Package net.refractions.udig.project.command

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.
 

Class Summary
AbstractCommand TODO Purpose of net.refractions.udig.project.command
BasicCommandFactory Deprecated.  
CommandManager A commands Manager executes commands in a seperate thread, either synchronously or a synchronously.
CommandManager.Request TODO Purpose of net.refractions.udig.project.command
CompositeCommand A collection of Commands that are done as one command.
EditCommandFactory Deprecated.  
NavigationCommandFactory Deprecated.  
SelectionCommandFactory Deprecated.  
SetLayerVisibilityCommand Set the visiblity of the layer
UndoableComposite A UndoableCommand composed of multiple UndoableCommands.
UndoRedoCommand This class will only rollback and redo the command it wraps.