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

Packages that use MenuAction
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
org.eclipse.gmf.tooldef.util   
 

Uses of MenuAction in org.eclipse.gmf.tooldef
 

Methods in org.eclipse.gmf.tooldef that return MenuAction
 MenuAction GMFToolFactory.createMenuAction()
          Returns a new object of class 'Menu Action'.
 MenuAction ContextMenu.getDefault()
          Returns the value of the 'Default' reference.
 

Methods in org.eclipse.gmf.tooldef that return types with arguments of type MenuAction
 org.eclipse.emf.common.util.EList<MenuAction> ToolRegistry.getSharedActions()
          Returns the value of the 'Shared Actions' containment reference list.
 

Methods in org.eclipse.gmf.tooldef with parameters of type MenuAction
 void ContextMenu.setDefault(MenuAction value)
          Sets the value of the 'Default' reference.
 

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

Classes in org.eclipse.gmf.tooldef.impl that implement MenuAction
 class MenuActionImpl
          An implementation of the model object 'Menu Action'.
 

Fields in org.eclipse.gmf.tooldef.impl declared as MenuAction
protected  MenuAction ContextMenuImpl.default_
          The cached value of the 'Default' reference.
 

Fields in org.eclipse.gmf.tooldef.impl with type parameters of type MenuAction
protected  org.eclipse.emf.common.util.EList<MenuAction> ToolRegistryImpl.sharedActions
          The cached value of the 'Shared Actions' containment reference list.
 

Methods in org.eclipse.gmf.tooldef.impl that return MenuAction
 MenuAction ContextMenuImpl.basicGetDefault()
           
 MenuAction GMFToolFactoryImpl.createMenuAction()
           
 MenuAction ContextMenuImpl.getDefault()
           
 

Methods in org.eclipse.gmf.tooldef.impl that return types with arguments of type MenuAction
 org.eclipse.emf.common.util.EList<MenuAction> ToolRegistryImpl.getSharedActions()
           
 

Methods in org.eclipse.gmf.tooldef.impl with parameters of type MenuAction
 void ContextMenuImpl.setDefault(MenuAction newDefault)
           
 

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

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



Copyright © 2012. All Rights Reserved.