|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.graphiti.palette.impl.AbstractPaletteEntry
org.eclipse.graphiti.palette.impl.AbstractPaletteToolEntry
org.eclipse.graphiti.palette.impl.ObjectCreationToolEntry
public class ObjectCreationToolEntry
The Class ObjectCreationToolEntry creates an palette tool which creates an object.
Field Summary | |
---|---|
private ICreateFeature |
createFeature
|
Fields inherited from class org.eclipse.graphiti.palette.impl.AbstractPaletteToolEntry |
---|
features |
Constructor Summary | |
---|---|
ObjectCreationToolEntry(java.lang.String label,
java.lang.String description,
java.lang.String iconId,
java.lang.String largeIconId,
ICreateFeature createFeature)
Creates a new ObjectCreationToolEntry . |
Method Summary | |
---|---|
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 |
Field Detail |
---|
private ICreateFeature createFeature
Constructor Detail |
---|
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 creationMethod Detail |
---|
public ICreateFeature getCreateFeature()
getCreateFeature
in interface IObjectCreationToolEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |