Package org.yamcs.studio.core.utils
Class ToolbarSpacer
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.ToolbarSpacer
- All Implemented Interfaces:
IContributionItem
A custom spacer. Eclipse separators look a bit crappy, and don't even seem to work in 4.3
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=413213
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.ui.menus.WorkbenchWindowControlContribution
delegateCreateControl, getCurSide, getOrientation, getWorkbenchWindow
Methods inherited from class org.eclipse.ui.internal.menus.InternalControlContribution
setCurSide, setWorkbenchWindow
Methods inherited from class org.eclipse.jface.action.ControlContribution
computeWidth, fill, fill, fill, setVisible, update, update
Methods inherited from class org.eclipse.jface.action.ContributionItem
dispose, fill, getId, getParent, isDirty, isDynamic, isEnabled, isGroupMarker, isSeparator, isVisible, saveWidgetState, setId, setParent, toString
-
Constructor Details
-
ToolbarSpacer
public ToolbarSpacer()
-
-
Method Details
-
createControl
- Specified by:
createControl
in classControlContribution
-