Package org.eclipse.graphiti.palette
Interface IPaletteCompartmentEntry
- All Superinterfaces:
IPaletteEntry
- All Known Implementing Classes:
PaletteCompartmentEntry
The Interface IPaletteCompartmentEntry.
-
Method Summary
Modifier and TypeMethodDescriptionGets the tool entries.boolean
provide the initial open state of the compartment.void
setInitiallyOpen
(boolean initiallyOpen) set the initial open state of the compartment.Methods inherited from interface org.eclipse.graphiti.palette.IPaletteEntry
getIconId, getLabel
-
Method Details
-
getToolEntries
List<IToolEntry> getToolEntries()Gets the tool entries.- Returns:
- the tool entries inside this compartment
-
setInitiallyOpen
void setInitiallyOpen(boolean initiallyOpen) set the initial open state of the compartment.- Parameters:
initiallyOpen
- the initially open
-
isInitiallyOpen
boolean isInitiallyOpen()provide the initial open state of the compartment.- Returns:
- the open state
-