| net.refractions.udig.printing.ui.EditActionFactory
All known Subclasses: net.refractions.udig.printing.ui.internal.editor.commands.StandardEditActionFactory,
EditActionFactory | public interface EditActionFactory (Code) | | Creates an action that will be added to the PageEditor's
org.eclipse.gef.ui.actions.ActionRegistry .
author: Jesse since: 1.1.0 |
Method Summary | |
public Action | create(IWorkbenchPart part, Object policy) Creates the action that must be added to the page editor.
Parameters: part - the workbench part that the action will listen to. Parameters: policy - the policy object that needs an action. |
create | public Action create(IWorkbenchPart part, Object policy)(Code) | | Creates the action that must be added to the page editor.
Parameters: part - the workbench part that the action will listen to. Parameters: policy - the policy object that needs an action. the action that must be added to the page editor. |
|
|