Class PaletteSeparatorEntry
java.lang.Object
org.eclipse.graphiti.palette.impl.AbstractPaletteEntry
org.eclipse.graphiti.palette.impl.PaletteSeparatorEntry
- All Implemented Interfaces:
IPaletteEntry
,IPaletteSeparatorEntry
,IToolEntry
A separator for the palette.
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
PaletteSeparatorEntry
public PaletteSeparatorEntry()Creates a newPaletteSeparatorEntry
.
-