Class AbstractPaletteToolEntry
java.lang.Object
org.eclipse.graphiti.palette.impl.AbstractPaletteEntry
org.eclipse.graphiti.palette.impl.AbstractPaletteToolEntry
- All Implemented Interfaces:
ICreationToolEntry
,IPaletteEntry
,IToolEntry
- Direct Known Subclasses:
ConnectionCreationToolEntry
,ObjectCreationToolEntry
public abstract class AbstractPaletteToolEntry
extends AbstractPaletteEntry
implements ICreationToolEntry
The Class AbstractPaletteToolEntry.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAbstractPaletteToolEntry
(String label, String description, String iconId, String largeIconId) Create a newAbstractPaletteToolEntry
. -
Method Summary
Modifier and TypeMethodDescriptionGets the description.Gets the features.Gets the large icon id.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.IPaletteEntry
getIconId, getLabel
-
Field Details
-
features
The features.
-
-
Constructor Details
-
AbstractPaletteToolEntry
public AbstractPaletteToolEntry(String label, String description, String iconId, String largeIconId) Create a newAbstractPaletteToolEntry
.- Parameters:
label
- the labeldescription
- the descriptioniconId
- the icon idlargeIconId
- the large icon id
-
-
Method Details
-
getDescription
Description copied from interface:ICreationToolEntry
Gets the description.- Specified by:
getDescription
in interfaceICreationToolEntry
- Returns:
- the description
-
getFeatures
Gets the features.- Returns:
- the features
-
getLargeIconId
Description copied from interface:ICreationToolEntry
Gets the large icon id.- Specified by:
getLargeIconId
in interfaceICreationToolEntry
- Returns:
- the large icon id
-