org.geotools.swing.action
Class MapAction
Object
AbstractAction
MapAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- InfoAction, PanAction, ResetAction, ZoomInAction, ZoomOutAction
public abstract class MapAction
- extends AbstractAction
Base class for map pane actions; just provides a common initializing method and
a reference to the map pane being serviced.
- Since:
- 2.6
- Author:
- Michael Bedward
- See Also:
- Serialized Form
- Module:
modules/unsupported/swing (gt-swing.jar)
Method Summary |
JMapPane |
getMapPane()
Get the map pane that this Action is working with |
protected void |
init(JMapPane mapPane,
String toolName,
String toolTip,
String iconImage)
Called by sub-classes to set the map pane field and initialize
the control action properties |
MapAction
public MapAction()
init
protected void init(JMapPane mapPane,
String toolName,
String toolTip,
String iconImage)
- Called by sub-classes to set the map pane field and initialize
the control action properties
- Parameters:
mapPane
- the map pane that this action is working withtoolName
- short (single word) tool name; may be null
toolTip
- brief tool description for GUI tool tipiconImage
- path to the icon to display on the control
getMapPane
public JMapPane getMapPane()
- Get the map pane that this Action is working with
- Returns:
- the map pane
Copyright © 1996-2009 Geotools. All Rights Reserved.