Package org.eclipse.ui.part
Class CoolItemGroupMarker
- java.lang.Object
-
- org.eclipse.jface.action.ContributionItem
-
- org.eclipse.jface.action.AbstractGroupMarker
-
- org.eclipse.jface.action.GroupMarker
-
- org.eclipse.ui.part.CoolItemGroupMarker
-
- All Implemented Interfaces:
IContributionItem
public class CoolItemGroupMarker extends GroupMarker
A group marker used by EditorActionBars to delineate CoolItem groups. Use this marker when contributing to the ToolBar for the EditorActionBar.This class may be instantiated; it is not intended to be subclassed.
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description CoolItemGroupMarker(String groupName)
Create a new group marker with the given name.
-
Method Summary
-
Methods inherited from class org.eclipse.jface.action.GroupMarker
isVisible
-
Methods inherited from class org.eclipse.jface.action.AbstractGroupMarker
getGroupName, isEnabled, isGroupMarker
-
Methods inherited from class org.eclipse.jface.action.ContributionItem
dispose, fill, fill, fill, fill, getId, getParent, isDirty, isDynamic, isSeparator, saveWidgetState, setId, setParent, setVisible, toString, update, update
-
-
-
-
Constructor Detail
-
CoolItemGroupMarker
public CoolItemGroupMarker(String groupName)
Create a new group marker with the given name. The group name must not benull
or the empty string. The group name is also used as the item id. Note that CoolItemGroupMarkers must have a group name and the name must be unique.- Parameters:
groupName
- the name of the group
-
-