vocleditor.actions
Class VOCLContextMenuProvider

java.lang.Object
  extended by org.eclipse.jface.action.ContributionManager
      extended by org.eclipse.jface.action.MenuManager
          extended by org.eclipse.gef.ContextMenuProvider
              extended by vocleditor.actions.VOCLContextMenuProvider
All Implemented Interfaces:
org.eclipse.jface.action.IContributionItem, org.eclipse.jface.action.IContributionManager, org.eclipse.jface.action.IMenuListener, org.eclipse.jface.action.IMenuManager

public class VOCLContextMenuProvider
extends org.eclipse.gef.ContextMenuProvider

Context menu provider class.


Constructor Summary
VOCLContextMenuProvider(org.eclipse.gef.EditPartViewer viewer, org.eclipse.gef.ui.actions.ActionRegistry actionRegistry)
          Creates a new WorkflowEditorContextMenuProvider instance.
 
Method Summary
 void buildContextMenu(org.eclipse.jface.action.IMenuManager menuManager)
           
 
Methods inherited from class org.eclipse.gef.ContextMenuProvider
menuAboutToShow
 
Methods inherited from class org.eclipse.jface.action.MenuManager
addMenuListener, createContextMenu, createMenuBar, createMenuBar, dispose, fill, fill, fill, fill, findMenuUsingPath, findUsingPath, getId, getMenu, getMenuText, getOverrides, getParent, getRemoveAllWhenShown, isDynamic, isEnabled, isGroupMarker, isSeparator, isSubstituteFor, isVisible, markDirty, removeMenuListener, saveWidgetState, setOverrides, setParent, setRemoveAllWhenShown, setVisible, update, update, update, updateAll
 
Methods inherited from class org.eclipse.jface.action.ContributionManager
add, add, appendToGroup, appendToGroup, find, getItems, indexOf, insert, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, prependToGroup, prependToGroup, remove, remove, removeAll, replaceItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.action.IContributionManager
add, add, appendToGroup, appendToGroup, find, getItems, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, prependToGroup, prependToGroup, remove, remove, removeAll
 
Methods inherited from interface org.eclipse.jface.action.IContributionItem
isDirty
 

Constructor Detail

VOCLContextMenuProvider

public VOCLContextMenuProvider(org.eclipse.gef.EditPartViewer viewer,
                               org.eclipse.gef.ui.actions.ActionRegistry actionRegistry)
Creates a new WorkflowEditorContextMenuProvider instance.

Method Detail

buildContextMenu

public void buildContextMenu(org.eclipse.jface.action.IMenuManager menuManager)
Specified by:
buildContextMenu in class org.eclipse.gef.ContextMenuProvider