net.refractions.udig.printing.ui.actions
Class EditMapAction
java.lang.Object
SelectionAction
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
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 |
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
EditMapAction
public EditMapAction(IWorkbenchPart part)
- Construct
EditMapAction
.
- Parameters:
part
-
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()