public class GroupMarker extends AbstractGroupMarker
This class may be instantiated; it is not intended to be subclassed outside the framework.
Constructor and Description |
---|
GroupMarker(String groupName)
Create a new group marker with the given name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isVisible()
The
GroupMarker implementation of this method
returns false since group markers are always invisible. |
getGroupName, isGroupMarker
dispose, fill, fill, fill, fill, getId, getParent, isDirty, isDynamic, isEnabled, isSeparator, saveWidgetState, setId, setParent, setVisible, toString, update, update
public GroupMarker(String groupName)
null
or the empty string.
The group name is also used as the item id.groupName
- the name of the grouppublic boolean isVisible()
GroupMarker
implementation of this method
returns false
since group markers are always invisible.isVisible
in interface IContributionItem
isVisible
in class ContributionItem
true
if this item is visible, and
false
otherwise
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.