| net.refractions.udig.printing.ui.actions.EditMapAction
EditMapAction | public class EditMapAction extends SelectionAction (Code) | | Action that allows the map, that is part of the page, to be edited.
author: Richard Gould since: 0.3 |
Constructor Summary | |
public | EditMapAction(IWorkbenchPart part) Construct EditMapAction . |
Method Summary | |
protected boolean | calculateEnabled() TODO summary sentence for calculateEnabled ... | public void | run() TODO summary sentence for run ... |
EDIT_MAP_REQUEST | final public static String EDIT_MAP_REQUEST(Code) | | |
EditMapAction | public EditMapAction(IWorkbenchPart part)(Code) | | Construct EditMapAction .
Parameters: part - |
calculateEnabled | protected boolean calculateEnabled()(Code) | | TODO summary sentence for calculateEnabled ...
See Also: org.eclipse.gef.ui.actions.WorkbenchPartAction.calculateEnabled |
run | public void run()(Code) | | TODO summary sentence for run ...
See Also: org.eclipse.jface.action.IAction.run |
|
|