Uses of Class
org.eclipse.swt.widgets.ToolItem
Packages that use ToolItem
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
SWT widget public API classes.
- 
Uses of ToolItem in org.eclipse.e4.ui.css.swt.domMethods in org.eclipse.e4.ui.css.swt.dom that return ToolItemConstructors in org.eclipse.e4.ui.css.swt.dom with parameters of type ToolItem
- 
Uses of ToolItem in org.eclipse.e4.ui.css.swt.helpersMethods in org.eclipse.e4.ui.css.swt.helpers with parameters of type ToolItemModifier and TypeMethodDescriptionstatic voidCSSSWTImageHelper.restoreDefaultImage(ToolItem item) static voidCSSSWTImageHelper.storeDefaultImage(ToolItem item) 
- 
Uses of ToolItem in org.eclipse.e4.ui.workbench.addons.perspectiveswitcherFields in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher declared as ToolItemMethods in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher that return ToolItemModifier and TypeMethodDescriptionprotected ToolItemPerspectiveSwitcher.getItemFor(MPerspective persp) 
- 
Uses of ToolItem in org.eclipse.e4.ui.workbench.renderers.swtMethods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type ToolItem
- 
Uses of ToolItem in org.eclipse.jface.actionMethods in org.eclipse.jface.action with parameters of type ToolItemModifier and TypeMethodDescriptionprotected StringActionContributionItem.shortenText(String textValue, ToolItem item) Shorten the given texttso that its length doesn't exceed the width of the given ToolItem.The default implementation replaces characters in the center of the original string with an ellipsis ("...").
- 
Uses of ToolItem in org.eclipse.swt.widgetsMethods in org.eclipse.swt.widgets that return ToolItemModifier and TypeMethodDescriptionToolBar.getItem(int index) Returns the item at the given, zero-relative index in the receiver.Returns the item at the given point in the receiver or null if no such item exists.ToolItem[]ToolBar.getItems()Returns an array ofToolItems which are the items in the receiver.Methods in org.eclipse.swt.widgets with parameters of type ToolItem