|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
gistoolkit.server.mapclient | |
gistoolkit.server.mapclient.command | |
gistoolkit.server.mapclient.drawer |
Uses of Command in gistoolkit.server.mapclient |
Methods in gistoolkit.server.mapclient that return Command | |
Command |
CommandButton.getCommand()
Retrieves the command from this button. |
Command |
CommandRadioButton.getCommand()
Retrieves the command from this button. |
Methods in gistoolkit.server.mapclient with parameters of type Command | |
void |
CommandButton.setCommand(Command inCommand)
Set the command this button is to use |
void |
CommandRadioButton.setCommand(Command inCommand)
Set the command this button is to use |
Constructors in gistoolkit.server.mapclient with parameters of type Command | |
CommandButton(Command inCommand)
Creates new CommandButton |
|
CommandRadioButton(Command inCommand)
Creates new CommandButton |
Uses of Command in gistoolkit.server.mapclient.command |
Classes in gistoolkit.server.mapclient.command that implement Command | |
class |
BasicCommand
A basic command to be sub classed for specific commands. |
class |
PalletCommand
Used to tell the interface to draw in Pan mode, and to update the extents of the map Once they do. |
class |
PanCommand
Used to tell the interface to draw in Pan mode, and to update the extents of the map Once they do. |
class |
ZoomInCommand
Tells the image panel to zoom in. |
class |
ZoomOutCommand
Class to handle zooming out. |
Uses of Command in gistoolkit.server.mapclient.drawer |
Methods in gistoolkit.server.mapclient.drawer that return Command | |
Command |
BasicDrawer.getCommand()
Retrieve the Command from the Drawer |
Methods in gistoolkit.server.mapclient.drawer with parameters of type Command | |
void |
BasicDrawer.setCommand(Command inCommand)
Set the command into the Drawer to be executed on completion |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |