net.refractions.udig.project.command
Interface NavCommand
- All Superinterfaces:
- Command, MapCommand, UndoableCommand, UndoableMapCommand
public interface NavCommand
- extends UndoableMapCommand, MapCommand
All implementations of NavCommand are used to manipulate the viewport model of the map.
In addition they are send to the Navigation Command Stack rather than the normal command stack
for execution.
- Since:
- 0.5
- Author:
- Jesse
Method Summary |
void |
setViewportModel(ViewportModel model)
Set the viewport model that the command operates on. |
setViewportModel
void setViewportModel(ViewportModel model)
- Set the viewport model that the command operates on.
- Parameters:
model
- - See Also:
ViewportModel