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