Uses of Class
org.eclipse.swt.widgets.ToolBar
Packages that use 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
Methods in org.eclipse.e4.ui.css.swt.dom that return ToolBarConstructors in org.eclipse.e4.ui.css.swt.dom with parameters of type ToolBar -
Uses of ToolBar in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type ToolBar -
Uses of ToolBar in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return ToolBarModifier and TypeMethodDescriptionToolBarManager.createControl
(Composite parent) Creates and returns this manager's tool bar control.ToolBarManager.getControl()
Returns the tool bar control for this manager.Methods in org.eclipse.jface.action with parameters of type ToolBarModifier 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.Constructors in org.eclipse.jface.action with parameters of type ToolBarModifierConstructorDescriptionToolBarManager
(ToolBar toolbar) Creates a tool bar manager for an existing tool bar control. -
Uses of ToolBar in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return ToolBarModifier 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.Constructors in org.eclipse.swt.widgets with parameters of type ToolBarModifierConstructorDescriptionConstructs 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
Methods in org.eclipse.ui.internal with parameters of type ToolBar