Uses of Interface
org.eclipse.graphiti.tb.IContextMenuEntry

Packages that use IContextMenuEntry
org.eclipse.graphiti.tb   
org.eclipse.graphiti.ui.editor   
 

Uses of IContextMenuEntry in org.eclipse.graphiti.tb
 

Classes in org.eclipse.graphiti.tb that implement IContextMenuEntry
 class ContextMenuEntry
          The Class ContextMenuEntry.
 class DynamicContextMenuEntry
          The Class DynamicContextMenuEntry.
 

Fields in org.eclipse.graphiti.tb declared as IContextMenuEntry
private static IContextMenuEntry[] ContextMenuEntry.NO_CONTEXT_MENU_ENTRIES
           
protected static IContextMenuEntry[] DefaultToolBehaviorProvider.NO_CONTEXT_MENU_ENTRIES
          The Constant NO_CONTEXT_MENU_ENTRIES.
private static IContextMenuEntry[] DynamicContextMenuEntry.NO_CONTEXT_MENU_ENTRIES
           
 

Fields in org.eclipse.graphiti.tb with type parameters of type IContextMenuEntry
private  ArrayList<IContextMenuEntry> ContextMenuEntry.children
           
private  ArrayList<IContextMenuEntry> DynamicContextMenuEntry.children
           
 

Methods in org.eclipse.graphiti.tb that return IContextMenuEntry
 IContextMenuEntry[] ContextMenuEntry.getChildren()
           
 IContextMenuEntry[] DynamicContextMenuEntry.getChildren()
           
 IContextMenuEntry[] IContextMenuEntry.getChildren()
          Gets the children.
 IContextMenuEntry[] DefaultToolBehaviorProvider.getContextMenu(ICustomContext context)
           
 IContextMenuEntry[] IToolBehaviorProvider.getContextMenu(ICustomContext context)
          Returns the context menu for the current mouse location.
 

Methods in org.eclipse.graphiti.tb with parameters of type IContextMenuEntry
 void ContextMenuEntry.add(IContextMenuEntry entry)
           
 void DynamicContextMenuEntry.add(IContextMenuEntry entry)
           
 void IContextMenuEntry.add(IContextMenuEntry entry)
          Adds the.
 

Uses of IContextMenuEntry in org.eclipse.graphiti.ui.editor
 

Methods in org.eclipse.graphiti.ui.editor with parameters of type IContextMenuEntry
private  void DiagramEditorContextMenuProvider.addEntries(IMenuManager manager, IContextMenuEntry[] contextMenuEntries, ICustomContext context, String groupID, String textParentEntry)
           
 



Copyright (c) SAP AG 2005, 2010.