|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractTool
A representation of the model object 'Abstract Tool'.
The following features are supported:
GMFToolPackage.getAbstractTool()
Method Summary | |
---|---|
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. |
String |
getTitle()
Returns the value of the 'Title' attribute. |
void |
setDescription(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(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 |
---|
Image getSmallIcon()
If the meaning of the 'Small Icon' containment reference isn't clear, there really should be more of a description here...
setSmallIcon(Image)
,
GMFToolPackage.getAbstractTool_SmallIcon()
void setSmallIcon(Image value)
Small Icon
' containment reference.
value
- the new value of the 'Small Icon' containment reference.getSmallIcon()
Image getLargeIcon()
If the meaning of the 'Large Icon' containment reference isn't clear, there really should be more of a description here...
setLargeIcon(Image)
,
GMFToolPackage.getAbstractTool_LargeIcon()
void setLargeIcon(Image value)
Large Icon
' containment reference.
value
- the new value of the 'Large Icon' containment reference.getLargeIcon()
String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
GMFToolPackage.getAbstractTool_Title()
void setTitle(String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
GMFToolPackage.getAbstractTool_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |