Class AbstractGroupMarker

java.lang.Object
org.eclipse.jface.action.ContributionItem
org.eclipse.jface.action.AbstractGroupMarker
All Implemented Interfaces:
IContributionItem
Direct Known Subclasses:
GroupMarker, Separator

public abstract class AbstractGroupMarker extends ContributionItem
Abstract superclass for group marker classes.

This class is not intended to be subclassed outside the framework.

Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • AbstractGroupMarker

      protected AbstractGroupMarker()
      Constructor for use by subclasses.
    • AbstractGroupMarker

      protected AbstractGroupMarker(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.
      Parameters:
      groupName - the name of the group
  • Method Details