public class ObjectCreationToolEntry extends AbstractPaletteToolEntry implements IObjectCreationToolEntry
Constructor and Description |
---|
ObjectCreationToolEntry(String label,
String description,
String iconId,
String largeIconId,
ICreateFeature createFeature)
Creates a new
ObjectCreationToolEntry . |
Modifier and Type | Method and Description |
---|---|
ICreateFeature |
getCreateFeature()
Gets the create feature.
|
getDescription, getFeatures, getLargeIconId
getIconId, getLabel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getLargeIconId
getIconId, getLabel
public ObjectCreationToolEntry(String label, String description, String iconId, String largeIconId, ICreateFeature createFeature)
ObjectCreationToolEntry
.label
- the labeldescription
- the descriptioniconId
- the icon idlargeIconId
- the large icon idcreateFeature
- the feature which should be called on creationpublic ICreateFeature getCreateFeature()
getCreateFeature
in interface IObjectCreationToolEntry