public abstract class AbstractPaletteToolEntry extends AbstractPaletteEntry implements ICreationToolEntry
| Constructor and Description |
|---|
AbstractPaletteToolEntry(java.lang.String label,
java.lang.String description,
java.lang.String iconId,
java.lang.String largeIconId)
Create a new
AbstractPaletteToolEntry. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.util.List<IFeature> |
getFeatures()
Gets the features.
|
java.lang.String |
getLargeIconId()
Gets the large icon id.
|
getIconId, getLabelequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIconId, getLabelpublic 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 idpublic java.lang.String getDescription()
ICreationToolEntrygetDescription in interface ICreationToolEntrypublic java.util.List<IFeature> getFeatures()
public java.lang.String getLargeIconId()
ICreationToolEntrygetLargeIconId in interface ICreationToolEntry