|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.graphiti.palette.impl.AbstractPaletteEntry
org.eclipse.graphiti.palette.impl.AbstractPaletteToolEntry
public abstract class AbstractPaletteToolEntry
The Class AbstractPaletteToolEntry.
| Field Summary | |
|---|---|
private String |
description
|
protected List<IFeature> |
features
The features. |
private String |
largeIconId
|
| Constructor Summary | |
|---|---|
AbstractPaletteToolEntry(String label,
String description,
String iconId,
String largeIconId)
Create a new AbstractPaletteToolEntry. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description. |
List<IFeature> |
getFeatures()
Gets the features. |
String |
getLargeIconId()
Gets the large icon id. |
private void |
setLargeIconId(String largeIconId)
Sets the large icon id. |
| Methods inherited from class org.eclipse.graphiti.palette.impl.AbstractPaletteEntry |
|---|
getIconId, getLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.graphiti.palette.IPaletteEntry |
|---|
getIconId, getLabel |
| Field Detail |
|---|
protected List<IFeature> features
private String description
private String largeIconId
| Constructor Detail |
|---|
public AbstractPaletteToolEntry(String label,
String description,
String iconId,
String largeIconId)
AbstractPaletteToolEntry.
label - the labeldescription - the descriptioniconId - the icon idlargeIconId - the large icon id| Method Detail |
|---|
public String getDescription()
ICreationToolEntry
getDescription in interface ICreationToolEntrypublic List<IFeature> getFeatures()
public String getLargeIconId()
ICreationToolEntry
getLargeIconId in interface ICreationToolEntryprivate void setLargeIconId(String largeIconId)
largeIconId - the large icon id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||