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

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

Uses of Menu in org.eclipse.gmf.tooldef
 

Subinterfaces of Menu in org.eclipse.gmf.tooldef
 interface ContextMenu
          A representation of the model object 'Context Menu'.
 interface MainMenu
          A representation of the model object 'Main Menu'.
 interface PopupMenu
          A representation of the model object 'Popup Menu'.
 interface PredefinedMenu
          A representation of the model object 'Predefined Menu'.
 interface Toolbar
          A representation of the model object 'Toolbar'.
 

Methods in org.eclipse.gmf.tooldef that return types with arguments of type Menu
 org.eclipse.emf.common.util.EList<Menu> ToolRegistry.getAllMenus()
          Returns the value of the 'All Menus' containment reference list.
 

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

Classes in org.eclipse.gmf.tooldef.impl that implement Menu
 class ContextMenuImpl
          An implementation of the model object 'Context Menu'.
 class MainMenuImpl
          An implementation of the model object 'Main Menu'.
 class MenuImpl
          An implementation of the model object 'Menu'.
 class PopupMenuImpl
          An implementation of the model object 'Popup Menu'.
 class PredefinedMenuImpl
          An implementation of the model object 'Predefined Menu'.
 class ToolbarImpl
          An implementation of the model object 'Toolbar'.
 

Fields in org.eclipse.gmf.tooldef.impl with type parameters of type Menu
protected  org.eclipse.emf.common.util.EList<Menu> ToolRegistryImpl.allMenus
          The cached value of the 'All Menus' containment reference list.
 

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

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

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



Copyright © 2012. All Rights Reserved.