Uses of Class
gistoolkit.application.GISEditor

Packages that use GISEditor
gistoolkit.application.command   
 

Uses of GISEditor in gistoolkit.application.command
 

Methods in gistoolkit.application.command that return GISEditor
 GISEditor SimpleCommand.getGISEditor()
          Return the GISEditor associated with this command.
 

Methods in gistoolkit.application.command with parameters of type GISEditor
 void SimpleCommand.setGISEditor(GISEditor inEditor)
          Set the GISEditor assocated with this command.
 

Constructors in gistoolkit.application.command with parameters of type GISEditor
AboutCommand(GISEditor inEditor)
          Creates new ExitCommand
CenterOnPointCommand(GISEditor inEditor)
          CenterOnPointCommand constructor comment.
CopyCommand(GISEditor inEditor)
          CopyCommand constructor comment.
CutCommand(GISEditor inEditor)
          CutCommand constructor comment.
DeleteCommand(GISEditor inEditor)
          Construct a simple command with this editor.
EditCommand(GISEditor inEditor)
          Construct a simple command with this display.
ExitCommand(GISEditor inEditor)
          Creates new ExitCommand
ImageChopperCommand(GISEditor inEditor)
          Creates new ShapeFileProjectorCommand
LegendCommand(GISEditor inEditor)
          Creates new LegendCommand
NewLayerCommand(GISEditor inEditor)
          Creates new NewLayerCommand
NewShapeCommand(GISEditor inEditor)
          Construct a simple command with this display.
OpenConfigurationCommand(GISEditor inEditor)
          Construct a simple command with this editor.
OpenLayerCommand(GISEditor inEditor)
          Creates new NewLayerCommand
PanCommand(GISEditor inEditor)
          Construct a simple command with this display.
PasteCommand(GISEditor inEditor)
          PasteCommand constructor comment.
PreviousZoomCommand(GISEditor inEditor)
          Construct a PreviousZoomCommand with this editor.
PrintCommand(GISEditor inEditor)
          SelectCommand constructor comment.
ProjectionCommand(GISEditor inEditor)
          Creates new ProjectionCommand
RasterCatalogCreatorCommand(GISEditor inEditor)
          Creates new ShapeFileProjectorCommand
ResetEnvelopeCommand(GISEditor inEditor)
          Construct a simple command with this display.
SaveCommand(GISEditor inEditor)
          Creates new SaveCommand
SaveConfigurationCommand(GISEditor inEditor)
          Construct a simple command with this editor.
SaveImageCommand(GISEditor inEditor)
          Creates new SaveCommand
SaveSVGCommand(GISEditor inEditor)
          Creates new SaveCommand
SaveSelectionCommand(GISEditor inEditor)
          CutCommand constructor comment.
ScaleBarCommand(GISEditor inEditor)
          Creates new ScaleBarCommand
SelectAllCommand(GISEditor inEditor)
          Construct a simple command with this editor.
SelectCommand(GISEditor inEditor)
          Construct a simple command with this editor.
SelectMultiCommand(GISEditor inEditor)
          Construct a simple command with this display.
ShapeFileProjectorCommand(GISEditor inEditor)
          Creates new ShapeFileProjectorCommand
ShowAttributeCommand(GISEditor inEditor)
          Construct a simple command with this editor.
SimpleCommand(GISEditor inEditor)
          SimpleCommand constructor comment.
SimpleCommand(java.lang.String inName, javax.swing.Icon inIcon, GISEditor inEditor)
          SimpleCommand constructor comment.
ZoomInCommand(GISEditor inEditor)
          Construct a simple command with this editor.
ZoomOutCommand(GISEditor inEditor)
          Construct a simple command with this display.
ZoomToSelectedShapesCommand(GISEditor inEditor)
          Construct a simple command with this editor.