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, getLabel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIconId, getLabel
public AbstractPaletteToolEntry(String label, String description, String iconId, String largeIconId)
AbstractPaletteToolEntry
.label
- the labeldescription
- the descriptioniconId
- the icon idlargeIconId
- the large icon idpublic String getDescription()
ICreationToolEntry
getDescription
in interface ICreationToolEntry
public String getLargeIconId()
ICreationToolEntry
getLargeIconId
in interface ICreationToolEntry