Uses of Class
org.eclipse.jface.action.AbstractGroupMarker
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of AbstractGroupMarker in org.eclipse.jface.action
Modifier and TypeClassDescriptionclass
A group marker is a special kind of contribution item denoting the beginning of a group.class
A separator is a special kind of contribution item which acts as a visual separator and, optionally, acts as a group marker. -
Uses of AbstractGroupMarker in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected void
PluginActionBuilder.BasicContribution.insertMenuGroup
(IMenuManager menu, AbstractGroupMarker marker) Inserts the separator or group marker into the menu. -
Uses of AbstractGroupMarker in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
A group marker used by EditorActionBars to delineate CoolItem groups.