public class ConfigurationAction extends GISAction
description, icon, namechangeSupportACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
ConfigurationAction(JeographyGIS
Create a new action instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent
|
protected void |
cancel()
Called when dialog has been canceled.
|
protected void |
closing()
Called when dialog is closing.
|
protected void |
ok()
Called when dialog is submitted.
|
getGIS, getMainFrame, isEnabled, putValue, setEnabledsetIconFromResourcegetValue, setDescription, setIcon, setIcon, setNameaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, removePropertyChangeListenerpublic ConfigurationAction(JeographyGISgis)
gis - the JeographyGIS instance this is about.
public void actionPerformed(ActionEvente)
protected void ok()
protected void cancel()
protected void closing()