| org.eclipse.ui.internal.ActionSetSeparator
ActionSetSeparator | public class ActionSetSeparator extends ContributionItem implements IActionSetContributionItem(Code) | | This class represents a pseudo-group defined by an action set.
It is not a real group ( aka GroupMarker ) because that would interfere with
the pre-existing groups in a menu or toolbar.
|
ActionSetSeparator | public ActionSetSeparator(String groupName, String newActionSetId)(Code) | | Constructs a new group marker.
|
fill | public void fill(Menu menu, int index)(Code) | | |
fill | public void fill(ToolBar toolbar, int index)(Code) | | |
getActionSetId | public String getActionSetId()(Code) | | Returns the action set id.
|
isSeparator | public boolean isSeparator()(Code) | | The Separator implementation of this IContributionItem
method returns true
|
setActionSetId | public void setActionSetId(String newActionSetId)(Code) | | Sets the action set id.
|
|
|