org.eclipse.gmf.tooldef
Interface ContextMenu

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Menu, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ContextMenuImpl

public interface ContextMenu
extends Menu

A representation of the model object 'Context Menu'.

The following features are supported:

See Also:
GMFToolPackage.getContextMenu()
Generated
Model Properties:

Method Summary
 MenuAction getDefault()
          Returns the value of the 'Default' reference.
 void setDefault(MenuAction value)
          Sets the value of the 'Default' reference.
 
Methods inherited from interface org.eclipse.gmf.tooldef.Menu
getItems
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDefault

MenuAction getDefault()
Returns the value of the 'Default' reference.

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

Returns:
the value of the 'Default' reference.
See Also:
setDefault(MenuAction), GMFToolPackage.getContextMenu_Default()
Generated
Model Properties:

setDefault

void setDefault(MenuAction value)
Sets the value of the 'Default' reference.

Parameters:
value - the new value of the 'Default' reference.
See Also:
getDefault()
Generated


Copyright © 2012. All Rights Reserved.