Uses of Class
org.eclipse.swt.widgets.ToolBar
-
Packages that use ToolBar Package Description org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.menus Provides support for trim specification.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service. -
-
Uses of ToolBar in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return ToolBar Modifier and Type Method Description ToolBarToolBarManager. createControl(Composite parent)Creates and returns this manager's tool bar control.ToolBarToolBarManager. getControl()Returns the tool bar control for this manager.Methods in org.eclipse.jface.action with parameters of type ToolBar Modifier and Type Method Description voidActionContributionItem. fill(ToolBar parent, int index)TheActionContributionItemimplementation of this ,IContributionItemmethod creates an SWTToolItemfor the action using the action's style.voidContributionItem. fill(ToolBar parent, int index)The default implementation of thisIContributionItemmethod does nothing.voidControlContribution. fill(ToolBar parent, int index)The control item implementation of thisIContributionItemmethod calls thecreateControlframework method to create a control under the given parent, and then creates a new tool item to hold it.voidIContributionItem. fill(ToolBar parent, int index)Fills the given tool bar with controls representing this contribution item.voidMenuManager. fill(ToolBar parent, int index)voidSeparator. fill(ToolBar toolbar, int index)voidSubContributionItem. fill(ToolBar parent, int index)voidSubMenuManager. fill(ToolBar parent, int index)protected voidToolBarManager. relayout(ToolBar layoutBar, int oldCount, int newCount)Re-lays out the tool bar.Constructors in org.eclipse.jface.action with parameters of type ToolBar Constructor Description ToolBarManager(ToolBar toolbar)Creates a tool bar manager for an existing tool bar control. -
Uses of ToolBar in org.eclipse.jface.menus
Methods in org.eclipse.jface.menus with parameters of type ToolBar Modifier and Type Method Description voidAbstractTrimWidget. fill(ToolBar parent, int index)voidIWidget. fill(ToolBar parent, int index)Fills the given tool bar with controls representing this contribution item. -
Uses of ToolBar in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return ToolBar Modifier and Type Method Description ToolBarToolItem. getParent()Returns the receiver's parent, which must be aToolBar.ToolBarShell. 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 ToolBar Constructor Description ToolItem(ToolBar parent, int style)Constructs a new instance of this class given its parent (which must be aToolBar) and a style value describing its behavior and appearance.ToolItem(ToolBar parent, int style, int index)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.menus
Methods in org.eclipse.ui.menus with parameters of type ToolBar Modifier and Type Method Description voidCommandContributionItem. fill(ToolBar parent, int index)
-