net.refractions.udig.printing.ui.actions
Class EditMapAction

java.lang.Object
  extended by SelectionAction
      extended by net.refractions.udig.printing.ui.actions.EditMapAction

public class EditMapAction
extends SelectionAction

Action that allows the map, that is part of the page, to be edited.

Since:
0.3
Author:
Richard Gould

Field Summary
static java.lang.String EDIT_MAP
           
static java.lang.String EDIT_MAP_REQUEST
           
 
Constructor Summary
EditMapAction(IWorkbenchPart part)
          Construct EditMapAction.
 
Method Summary
protected  boolean calculateEnabled()
          TODO summary sentence for calculateEnabled ...
 void run()
          TODO summary sentence for run ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDIT_MAP_REQUEST

public static final java.lang.String EDIT_MAP_REQUEST
See Also:
Constant Field Values

EDIT_MAP

public static final java.lang.String EDIT_MAP
See Also:
Constant Field Values
Constructor Detail

EditMapAction

public EditMapAction(IWorkbenchPart part)
Construct EditMapAction.

Parameters:
part -
Method Detail

calculateEnabled

protected boolean calculateEnabled()
TODO summary sentence for calculateEnabled ...

Returns:
See Also:
org.eclipse.gef.ui.actions.WorkbenchPartAction#calculateEnabled()

run

public void run()
TODO summary sentence for run ...

See Also:
org.eclipse.jface.action.IAction#run()