Uses of Class
org.eclipse.jface.action.AbstractGroupMarker
-
Packages that use AbstractGroupMarker Package Description org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.ui.part 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.action Modifier and Type Class Description class
GroupMarker
A group marker is a special kind of contribution item denoting the beginning of a group.class
Separator
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.part
Subclasses of AbstractGroupMarker in org.eclipse.ui.part Modifier and Type Class Description class
CoolItemGroupMarker
A group marker used by EditorActionBars to delineate CoolItem groups.
-