Uses of Class
org.eclipse.jface.action.AbstractGroupMarker
Packages that use 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
Subclasses of AbstractGroupMarker in org.eclipse.jface.actionModifier and TypeClassDescriptionclassA group marker is a special kind of contribution item denoting the beginning of a group.classA 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
Methods in org.eclipse.ui.internal with parameters of type AbstractGroupMarkerModifier and TypeMethodDescriptionprotected voidPluginActionBuilder.BasicContribution.insertMenuGroup(IMenuManager menu, AbstractGroupMarker marker) Inserts the separator or group marker into the menu. -
Uses of AbstractGroupMarker in org.eclipse.ui.part
Subclasses of AbstractGroupMarker in org.eclipse.ui.partModifier and TypeClassDescriptionclassA group marker used by EditorActionBars to delineate CoolItem groups.