Uses of Class
org.eclipse.swt.widgets.ToolBar
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides support for trim specification.
SWT widget public API classes.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
-
Uses of ToolBar in org.eclipse.e4.ui.css.swt.dom
-
Uses of ToolBar in org.eclipse.e4.ui.workbench.renderers.swt
-
Uses of ToolBar in org.eclipse.jface.action
Modifier and TypeMethodDescriptionToolBarManager.createControl
(Composite parent) Creates and returns this manager's tool bar control.ToolBarManager.getControl()
Returns the tool bar control for this manager.Modifier and TypeMethodDescriptionvoid
TheActionContributionItem
implementation of this ,IContributionItem
method creates an SWTToolItem
for the action using the action's style.void
The default implementation of thisIContributionItem
method does nothing.final void
The control item implementation of thisIContributionItem
method calls thecreateControl
framework method to create a control under the given parent, and then creates a new tool item to hold it.void
Fills the given tool bar with controls representing this contribution item.void
void
void
void
protected void
Re-lays out the tool bar.ModifierConstructorDescriptionToolBarManager
(ToolBar toolbar) Creates a tool bar manager for an existing tool bar control. -
Uses of ToolBar in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionToolItem.getParent()
Returns the receiver's parent, which must be aToolBar
.Shell.getToolBar()
Returns a ToolBar object representing the tool bar that can be shown in the receiver's trim.ModifierConstructorDescriptionConstructs a new instance of this class given its parent (which must be aToolBar
) and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent (which must be aToolBar
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. -
Uses of ToolBar in org.eclipse.ui.internal