public final class MenuInsertionPoint extends Object
Constructor and Description |
---|
MenuInsertionPoint(String aName,
boolean toMakeASeparator) |
public MenuInsertionPoint(String aName, boolean toMakeASeparator)
aName
- The name that clients will refer to when inserting items into
the menu at this point.toMakeASeparator
- A value of true will cause the point to be rendered as a
org.eclipse.jface.action.Separator (a "bar" in the menu);
false will cause the point to be rendered as a
org.eclipse.jface.action.GroupMarker.public boolean isSeparator()
public String getName()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.