Class ObjectCreationToolEntry
- java.lang.Object
-
- org.eclipse.graphiti.palette.impl.AbstractPaletteEntry
-
- org.eclipse.graphiti.palette.impl.AbstractPaletteToolEntry
-
- org.eclipse.graphiti.palette.impl.ObjectCreationToolEntry
-
- All Implemented Interfaces:
ICreationToolEntry
,IObjectCreationToolEntry
,IPaletteEntry
,IToolEntry
public class ObjectCreationToolEntry extends AbstractPaletteToolEntry implements IObjectCreationToolEntry
The Class ObjectCreationToolEntry creates an palette tool which creates an object.
-
-
Field Summary
-
Fields inherited from class org.eclipse.graphiti.palette.impl.AbstractPaletteToolEntry
features
-
-
Constructor Summary
Constructors Constructor Description ObjectCreationToolEntry(java.lang.String label, java.lang.String description, java.lang.String iconId, java.lang.String largeIconId, ICreateFeature createFeature)
Creates a newObjectCreationToolEntry
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICreateFeature
getCreateFeature()
Gets the create feature.-
Methods inherited from class org.eclipse.graphiti.palette.impl.AbstractPaletteToolEntry
getDescription, getFeatures, getLargeIconId
-
Methods inherited from class org.eclipse.graphiti.palette.impl.AbstractPaletteEntry
getIconId, getLabel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.graphiti.palette.ICreationToolEntry
getDescription, getLargeIconId
-
Methods inherited from interface org.eclipse.graphiti.palette.IPaletteEntry
getIconId, getLabel
-
-
-
-
Constructor Detail
-
ObjectCreationToolEntry
public ObjectCreationToolEntry(java.lang.String label, java.lang.String description, java.lang.String iconId, java.lang.String largeIconId, ICreateFeature createFeature)
Creates a newObjectCreationToolEntry
.- Parameters:
label
- the labeldescription
- the descriptioniconId
- the icon idlargeIconId
- the large icon idcreateFeature
- the feature which should be called on creation
-
-
Method Detail
-
getCreateFeature
public ICreateFeature getCreateFeature()
Gets the create feature.- Specified by:
getCreateFeature
in interfaceIObjectCreationToolEntry
- Returns:
- the associated creation tool
-
-