Package org.eclipse.graphiti.tb
Interface IContextMenuEntry
- All Superinterfaces:
IContextEntry
- All Known Implementing Classes:
ContextMenuEntry
,DynamicContextMenuEntry
The Interface IContextMenuEntry.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(IContextMenuEntry entry) Adds the.Gets the children.boolean
Checks if is submenu.Methods inherited from interface org.eclipse.graphiti.tb.IContextEntry
canExecute, execute, getContext, getDescription, getFeature, getIconId, getText, setDescription, setIconId, setText
-
Method Details
-
getChildren
IContextMenuEntry[] getChildren()Gets the children.- Returns:
- the children
-
add
Adds the.- Parameters:
entry
- the entry
-