Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor
Class ProcessContextMenuProvider  view ProcessContextMenuProvider download ProcessContextMenuProvider.java

java.lang.Object
  extended byContextMenuProvider
      extended bycom.vinculum.processeditor.ProcessContextMenuProvider

public class ProcessContextMenuProvider
extends ContextMenuProvider


Field Summary
private  ActionRegistry actionRegistry
           
 
Constructor Summary
ProcessContextMenuProvider(EditPartViewer viewer, ActionRegistry registry)
           
 
Method Summary
 void buildContextMenu(org.eclipse.jface.action.IMenuManager manager)
           
private  ActionRegistry getActionRegistry()
           
private  void setActionRegistry(ActionRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionRegistry

private ActionRegistry actionRegistry
Constructor Detail

ProcessContextMenuProvider

public ProcessContextMenuProvider(EditPartViewer viewer,
                                  ActionRegistry registry)
Method Detail

buildContextMenu

public void buildContextMenu(org.eclipse.jface.action.IMenuManager manager)

getActionRegistry

private ActionRegistry getActionRegistry()

setActionRegistry

private void setActionRegistry(ActionRegistry registry)