net.refractions.udig.printing.ui
Interface EditActionFactory


public interface EditActionFactory

Creates an action that will be added to the PageEditor's org.eclipse.gef.ui.actions.ActionRegistry.

Since:
1.1.0
Author:
Jesse

Method Summary
 Action create(IWorkbenchPart part, java.lang.Object policy)
          Creates the action that must be added to the page editor.
 

Method Detail

create

Action create(IWorkbenchPart part,
              java.lang.Object policy)
Creates the action that must be added to the page editor.

Parameters:
part - the workbench part that the action will listen to.
policy - the policy object that needs an action.
Returns:
the action that must be added to the page editor.