gistoolkit.display.widgets
Interface GISButton

All Known Implementing Classes:
GISCommandButton

public interface GISButton


Method Summary
 Command getCommand()
          gets the command to execute when the button is pressed.
 void setCommand(Command inCommand)
          Set the command to execute when the button is pressed.
 

Method Detail

getCommand

public Command getCommand()
gets the command to execute when the button is pressed.


setCommand

public void setCommand(Command inCommand)
Set the command to execute when the button is pressed.