Uses of Class
org.eclipse.swt.widgets.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
-
Uses of ToolItem in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic void
CSSSWTImageHelper.restoreDefaultImage
(ToolItem item) static void
CSSSWTImageHelper.storeDefaultImage
(ToolItem item) -
Uses of ToolItem in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher
Modifier and TypeMethodDescriptionprotected ToolItem
PerspectiveSwitcher.getItemFor
(MPerspective persp) -
Uses of ToolItem in org.eclipse.e4.ui.workbench.renderers.swt
-
Uses of ToolItem in org.eclipse.jface.action
Modifier 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
Modifier 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.