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.
 
Methods inherited from interface net.refractions.udig.project.command.MapCommand
getMap, setMap
 
Methods inherited from interface net.refractions.udig.project.command.Command
copy, getName, run
 
Methods inherited from interface net.refractions.udig.project.command.UndoableCommand
rollback
 
Methods inherited from interface net.refractions.udig.project.command.Command
copy, getName, run
 

Method Detail

setViewportModel

void setViewportModel(ViewportModel model)
Set the viewport model that the command operates on.

Parameters:
model -
See Also:
ViewportModel