schmitzm.geotools.gui
Class MapActionControlPane.Action_ZoomState
java.lang.Object
javax.swing.AbstractAction
schmitzm.geotools.gui.MapActionControlPane.Action_ZoomState
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- MapActionControlPane
protected class MapActionControlPane.Action_ZoomState
- extends AbstractAction
Aktion "Zoom" des MapActionControlPane
.
- Version:
- 1.0
- Author:
- Martin Schmitz (University of Bonn/Germany)
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
MapActionControlPane.Action_ZoomState
public MapActionControlPane.Action_ZoomState()
- Erzeugt einen neue Zoom-Aktion
actionPerformed
public void actionPerformed(ActionEvent e)
- Fuehrt die Zoom-Aktion aus.
JMapPane.setWindowSelectionState( JMapPane.ZOOM )
JMapPane.setState( JMapPane.ZoomIn )
JMapPane.setHighlight( false )
- Parameters:
e
- das ActionEvent- See Also:
SelectableXMapPane