public class ObjectCreationToolEntry extends AbstractPaletteToolEntry implements IObjectCreationToolEntry
Constructor and Description |
---|
ObjectCreationToolEntry(java.lang.String label,
java.lang.String description,
java.lang.String iconId,
java.lang.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(java.lang.String label, java.lang.String description, java.lang.String iconId, java.lang.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