Generation Framework

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 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
 

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

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
 java.lang.Object GMFToolSwitch.caseMenuAction(MenuAction object)
          Returns the result of interpretting the object as an instance of 'Menu Action'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.