Generators

org.topcased.outline.configurator
Interface MenuItem

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
CreateChildAction, Menu, MenuGroup

public interface MenuItem
extends EObject

A representation of the model object 'Menu Item'.

The following features are supported:

See Also:
OutlineConfiguratorPackage.getMenuItem()
** Generated **
Model:
abstract="true" annotation="http://www.topcased.org/documentation documentation='A MenuItem represents a JFace contribution item.'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 MenuGroup getParent()
          Returns the value of the 'Parent' container reference.
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getParent

MenuGroup getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Items'.

If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' container reference.
See Also:
OutlineConfiguratorPackage.getMenuItem_Parent(), MenuGroup.getItems()
** Generated **
Model:
opposite="items" changeable="false"

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.