Uses of Interface
org.eclipse.gmf.tooldef.ContextMenu

Packages that use ContextMenu
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
org.eclipse.gmf.tooldef.util   
 

Uses of ContextMenu in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return ContextMenu
 ContextMenu MenuOwner.getContextMenu()
          Returns the value of the 'Context Menu' reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type ContextMenu
 void MenuOwner.setContextMenu(ContextMenu value)
          Sets the value of the 'Context Menu' reference.
 

Uses of ContextMenu in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as ContextMenu
protected  ContextMenu NodeMappingImpl.contextMenu
          The cached value of the 'Context Menu' reference.
protected  ContextMenu LinkMappingImpl.contextMenu
          The cached value of the 'Context Menu' reference.
 

Methods in org.eclipse.gmf.mappings.impl that return ContextMenu
 ContextMenu NodeMappingImpl.basicGetContextMenu()
           
 ContextMenu LinkMappingImpl.basicGetContextMenu()
           
 ContextMenu NodeMappingImpl.getContextMenu()
           
 ContextMenu LinkMappingImpl.getContextMenu()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type ContextMenu
 void NodeMappingImpl.setContextMenu(ContextMenu newContextMenu)
           
 void LinkMappingImpl.setContextMenu(ContextMenu newContextMenu)
           
 

Uses of ContextMenu in org.eclipse.gmf.tooldef
 

Methods in org.eclipse.gmf.tooldef that return ContextMenu
 ContextMenu GMFToolFactory.createContextMenu()
          Returns a new object of class 'Context Menu'.
 

Uses of ContextMenu in org.eclipse.gmf.tooldef.impl
 

Classes in org.eclipse.gmf.tooldef.impl that implement ContextMenu
 class ContextMenuImpl
          An implementation of the model object 'Context Menu'.
 

Methods in org.eclipse.gmf.tooldef.impl that return ContextMenu
 ContextMenu GMFToolFactoryImpl.createContextMenu()
           
 

Uses of ContextMenu in org.eclipse.gmf.tooldef.util
 

Methods in org.eclipse.gmf.tooldef.util with parameters of type ContextMenu
 T GMFToolSwitch.caseContextMenu(ContextMenu object)
          Returns the result of interpreting the object as an instance of 'Context Menu'.
 



Copyright © 2012. All Rights Reserved.