|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Abstract Tool'.
The following features are supported:
GMFToolPackage.getAbstractTool()| Method Summary | |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
Image |
getLargeIcon()
Returns the value of the 'Large Icon' containment reference |
Image |
getSmallIcon()
Returns the value of the 'Small Icon' containment reference |
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description' attribute |
void |
setLargeIcon(Image value)
Sets the value of the ' Large Icon' containment reference |
void |
setSmallIcon(Image value)
Sets the value of the ' Small Icon' containment reference |
void |
setTitle(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public Image getSmallIcon()
If the meaning of the 'Small Icon' containment reference isn't clear, there really should be more of a description here...
AbstractTool.setSmallIcon(Image),
GMFToolPackage.getAbstractTool_SmallIcon()public void setSmallIcon(Image value)
Small Icon' containment reference.
value - the new value of the 'Small Icon' containment reference.AbstractTool.getSmallIcon()public Image getLargeIcon()
If the meaning of the 'Large Icon' containment reference isn't clear, there really should be more of a description here...
AbstractTool.setLargeIcon(Image),
GMFToolPackage.getAbstractTool_LargeIcon()public void setLargeIcon(Image value)
Large Icon' containment reference.
value - the new value of the 'Large Icon' containment reference.AbstractTool.getLargeIcon()public java.lang.String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
AbstractTool.setTitle(String),
GMFToolPackage.getAbstractTool_Title()public void setTitle(java.lang.String value)
Title' attribute.
value - the new value of the 'Title' attribute.AbstractTool.getTitle()public java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
AbstractTool.setDescription(String),
GMFToolPackage.getAbstractTool_Description()public void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.AbstractTool.getDescription()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.