schmitzm.geotools.gui
Class MapActionControlPane.Action_ZoomState

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by 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

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
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
 
Constructor Summary
MapActionControlPane.Action_ZoomState()
          Erzeugt einen neue Zoom-Aktion
 
Method Summary
 void actionPerformed(ActionEvent e)
          Fuehrt die Zoom-Aktion aus.
 
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

MapActionControlPane.Action_ZoomState

public MapActionControlPane.Action_ZoomState()
Erzeugt einen neue Zoom-Aktion

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Fuehrt die Zoom-Aktion aus.
  1. JMapPane.setWindowSelectionState( JMapPane.ZOOM )
  2. JMapPane.setState( JMapPane.ZoomIn )
  3. JMapPane.setHighlight( false )

Parameters:
e - das ActionEvent
See Also:
JMapPane