|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.uml2sd.ui.core.LifelineCategories
LifelineCategories is used to assign additional description for lifelines of the same type. This consiste in providing a type name and an icon. The icon will be displayed in the rectangle which cantains the lifeline name. The category name is only display in the lifeline tooltip.
| Field Summary | |
|---|---|
protected IImage |
categoryImage
The category image |
protected java.lang.String |
name
The category name |
| Constructor Summary | |
|---|---|
LifelineCategories()
|
|
| Method Summary | |
|---|---|
IImage |
getImage()
Returns the category icon |
java.lang.String |
getName()
Returns the category name |
void |
setImage(IImage image)
Set the category icon |
void |
setName(java.lang.String string)
Set the category name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected IImage categoryImage
| Constructor Detail |
public LifelineCategories()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String string)
string - the namepublic IImage getImage()
public void setImage(IImage image)
image - the icon
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||