public class OverlayTileConfigAction extends ViewerActionimplements TileConfigListener
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 |
|---|
OverlayTileConfigAction(Viewer
Create a new action for choosing tileConfig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent
|
void |
changed()
|
Object |
getValue(String
|
boolean |
isEnabled()
|
void |
tileConfigChanged()
To be called when the config changed.
|
getViewer, putValue, setEnabledsetIconFromResourcesetDescription, setIcon, setNameaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, removePropertyChangeListenerpublic OverlayTileConfigAction(Viewerviewer, TileConfig config)
viewer - the viewer to use for.
config - the config to select.
public void actionPerformed(ActionEvente)
public boolean isEnabled()
public void changed()
public void tileConfigChanged()
TileConfigListener