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, getLabel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIconId, getLabel
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 idpublic java.lang.String getDescription()
ICreationToolEntry
getDescription
in interface ICreationToolEntry
public java.util.List<IFeature> getFeatures()
public java.lang.String getLargeIconId()
ICreationToolEntry
getLargeIconId
in interface ICreationToolEntry