Package org.eclipse.graphiti.palette
Interface IStackToolEntry
- All Superinterfaces:
IPaletteEntry
,IToolEntry
- All Known Implementing Classes:
StackEntry
The Interface IStackToolEntry.
-
Method Summary
Modifier and TypeMethodDescriptionGets the creation tool entries.Gets the description.Methods inherited from interface org.eclipse.graphiti.palette.IPaletteEntry
getIconId, getLabel
-
Method Details
-
getDescription
String getDescription()Gets the description.- Returns:
- the description
-
getCreationToolEntries
List<ICreationToolEntry> getCreationToolEntries()Gets the creation tool entries.- Returns:
- the creation tool entries
-