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

      • AbstractGroupMarker

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

        protected AbstractGroupMarker​(java.lang.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