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.dom
Methods 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.helpers
Methods in org.eclipse.e4.ui.css.swt.helpers with parameters of type ToolItemModifier and TypeMethodDescriptionstatic void
CSSSWTImageHelper.restoreDefaultImage
(ToolItem item) static void
CSSSWTImageHelper.storeDefaultImage
(ToolItem item) -
Uses of ToolItem in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher
Fields in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher declared as ToolItemMethods in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher that return ToolItemModifier and TypeMethodDescriptionprotected ToolItem
PerspectiveSwitcher.getItemFor
(MPerspective persp) -
Uses of ToolItem in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type ToolItem -
Uses of ToolItem in org.eclipse.jface.action
Methods in org.eclipse.jface.action with parameters of type ToolItemModifier and TypeMethodDescriptionprotected String
ActionContributionItem.shortenText
(String textValue, ToolItem item) Shorten the given textt
so 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.widgets
Methods 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 ofToolItem
s which are the items in the receiver.Methods in org.eclipse.swt.widgets with parameters of type ToolItem