gistoolkit.application.command
Class SaveConfigurationCommand

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bygistoolkit.application.command.SimpleCommand
          extended bygistoolkit.application.command.SaveConfigurationCommand
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, Command, java.util.EventListener, java.io.Serializable

public class SaveConfigurationCommand
extends SimpleCommand

Command to save the configuration information for this instance of the editor.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
SaveConfigurationCommand()
          Creates new SaveConfigurationCommand
SaveConfigurationCommand(GISEditor inEditor)
          Construct a simple command with this editor.
 
Method Summary
 void execute()
          Saves the configuration information.
 
Methods inherited from class gistoolkit.application.command.SimpleCommand
actionPerformed, executeAlternate, executeDraw, getGISDisplay, getGISEditor, getIcon, removeDraw, setGISDisplay, setGISEditor, showError, showInformation
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveConfigurationCommand

public SaveConfigurationCommand()
Creates new SaveConfigurationCommand


SaveConfigurationCommand

public SaveConfigurationCommand(GISEditor inEditor)
Construct a simple command with this editor.

Method Detail

execute

public void execute()
Saves the configuration information.

Specified by:
execute in interface Command
Overrides:
execute in class SimpleCommand