Package org.yamcs.studio.core.utils
Class SeparatorControl
java.lang.Object
org.eclipse.jface.action.ContributionItem
org.eclipse.jface.action.ControlContribution
org.eclipse.ui.internal.menus.InternalControlContribution
org.eclipse.ui.menus.WorkbenchWindowControlContribution
org.yamcs.studio.core.utils.SeparatorControl
- All Implemented Interfaces:
IContributionItem
A custom separator. Eclipse don't seem to work in 4.3 when using menu contributions in the plugin.xml.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=413213
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.ui.menus.WorkbenchWindowControlContribution
delegateCreateControl, getCurSide, getOrientation, getWorkbenchWindowMethods inherited from class org.eclipse.ui.internal.menus.InternalControlContribution
setCurSide, setWorkbenchWindowMethods inherited from class org.eclipse.jface.action.ControlContribution
computeWidth, fill, fill, fill, setVisible, update, updateMethods inherited from class org.eclipse.jface.action.ContributionItem
dispose, fill, getId, getParent, isDirty, isDynamic, isEnabled, isGroupMarker, isSeparator, isVisible, saveWidgetState, setId, setParent, toString
-
Constructor Details
-
SeparatorControl
public SeparatorControl()
-
-
Method Details
-
createControl
- Specified by:
createControlin classControlContribution
-