org.eclipse.gmf.tooldef
Interface ContributionItem

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ItemBase, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
MenuAction, PopupMenu
All Known Implementing Classes:
MenuActionImpl, PopupMenuImpl

public interface ContributionItem
extends ItemBase

A representation of the model object 'Contribution Item'.

The following features are supported:

See Also:
GMFToolPackage.getContributionItem()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 Image getIcon()
          Returns the value of the 'Icon' containment reference.
 String getTitle()
          Returns the value of the 'Title' attribute.
 void setIcon(Image value)
          Sets the value of the 'Icon' containment reference.
 void setTitle(String value)
          Sets the value of the 'Title' attribute.
 
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

getIcon

Image getIcon()
Returns the value of the 'Icon' containment reference.

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

Returns:
the value of the 'Icon' containment reference.
See Also:
setIcon(Image), GMFToolPackage.getContributionItem_Icon()
Generated
Model Properties:
containment="true"

setIcon

void setIcon(Image value)
Sets the value of the 'Icon' containment reference.

Parameters:
value - the new value of the 'Icon' containment reference.
See Also:
getIcon()
Generated

getTitle

String getTitle()
Returns the value of the 'Title' attribute.

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

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), GMFToolPackage.getContributionItem_Title()
Generated
Model Properties:

setTitle

void setTitle(String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()
Generated


Copyright © 2012. All Rights Reserved.