Generation Framework

org.eclipse.gmf.tooldef
Interface Menu

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ContextMenu, MainMenu, PopupMenu, PredefinedMenu, Toolbar
All Known Implementing Classes:
ContextMenuImpl, MainMenuImpl, MenuImpl, PopupMenuImpl, PredefinedMenuImpl, ToolbarImpl

public interface Menu
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Menu'.

The following features are supported:

See Also:
GMFToolPackage.getMenu()
** Generated **
Model:
abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<ItemBase> getItems()
          Returns the value of the 'Items' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getItems

org.eclipse.emf.common.util.EList<ItemBase> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type ItemBase.

If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Items' containment reference list.
See Also:
GMFToolPackage.getMenu_Items()
** Generated **
Model:
type="org.eclipse.gmf.tooldef.ItemBase" containment="true"

Generation Framework

Guidelines for using Eclipse APIs.

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