| org.openwfe.gpe.actions.FlowContextMenuProvider
FlowContextMenuProvider | public class FlowContextMenuProvider extends ContextMenuProvider (Code) | | Provides a context menu for the flow editor.
author: Daniel Lee |
Constructor Summary | |
public | FlowContextMenuProvider(EditPartViewer viewer, ActionRegistry registry) Creates a new FlowContextMenuProvider assoicated with the given viewer and
action registry. |
FlowContextMenuProvider | public FlowContextMenuProvider(EditPartViewer viewer, ActionRegistry registry)(Code) | | Creates a new FlowContextMenuProvider assoicated with the given viewer and
action registry.
Parameters: viewer - the viewer Parameters: registry - the action registry |
buildContextMenu | public void buildContextMenu(IMenuManager menu)(Code) | | See Also: ContextMenuProvider.buildContextMenu(org.eclipse.jface.action.IMenuManager) |
setActionRegistry | public void setActionRegistry(ActionRegistry registry)(Code) | | Sets the action registry
Parameters: registry - the action registry |
|
|