net.refractions.udig.mapgraphic.grid
Class AddGridAction

java.lang.Object
  extended by ActionDelegate
      extended by net.refractions.udig.mapgraphic.AbstractToggleMapGraphicAction
          extended by net.refractions.udig.mapgraphic.grid.AddGridAction

public class AddGridAction
extends AbstractToggleMapGraphicAction

Adds or removes legend layers to/from a map

Since:
1.1.0
Author:
Jesse

Constructor Summary
AddGridAction()
           
 
Method Summary
protected  java.lang.String getExtensionID()
           
protected  java.lang.Class<GridMapGraphic> getMapGraphicClass()
           
 void init(IWorkbenchWindow window)
           
 
Methods inherited from class net.refractions.udig.mapgraphic.AbstractToggleMapGraphicAction
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddGridAction

public AddGridAction()
Method Detail

getMapGraphicClass

protected java.lang.Class<GridMapGraphic> getMapGraphicClass()
Specified by:
getMapGraphicClass in class AbstractToggleMapGraphicAction

getExtensionID

protected java.lang.String getExtensionID()
Specified by:
getExtensionID in class AbstractToggleMapGraphicAction

init

public void init(IWorkbenchWindow window)
Overrides:
init in class AbstractToggleMapGraphicAction