Class 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 Details

    • CoolItemGroupMarker

      public CoolItemGroupMarker(String groupName)
      Create a new group marker with the given name. The group name must not be null 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