|
||||||||||
| 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 java.lang.String |
description
|
protected java.util.List<IFeature> |
features
The features. |
private java.lang.String |
largeIconId
|
| Constructor Summary | |
|---|---|
AbstractPaletteToolEntry(java.lang.String label,
java.lang.String description,
java.lang.String iconId,
java.lang.String largeIconId)
Create a new AbstractPaletteToolEntry. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description. |
java.util.List<IFeature> |
getFeatures()
Gets the features. |
java.lang.String |
getLargeIconId()
Gets the large icon id. |
private void |
setLargeIconId(java.lang.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 java.util.List<IFeature> features
private java.lang.String description
private java.lang.String largeIconId
| Constructor Detail |
|---|
public AbstractPaletteToolEntry(java.lang.String label,
java.lang.String description,
java.lang.String iconId,
java.lang.String largeIconId)
AbstractPaletteToolEntry.
label - the labeldescription - the descriptioniconId - the icon idlargeIconId - the large icon id| Method Detail |
|---|
public java.lang.String getDescription()
ICreationToolEntry
getDescription in interface ICreationToolEntrypublic java.util.List<IFeature> getFeatures()
public java.lang.String getLargeIconId()
ICreationToolEntry
getLargeIconId in interface ICreationToolEntryprivate void setLargeIconId(java.lang.String largeIconId)
largeIconId - the large icon id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||