Uses of Class
org.eclipse.swt.widgets.ToolItem
Packages that use ToolItem
Package
Description
SWT Custom widgets.
SWT widget public API classes.
-
Uses of ToolItem in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as ToolItem -
Uses of ToolItem in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as ToolItemModifier and TypeFieldDescription(package private) ToolItemToolBar.currentFocusItem(package private) ToolItem[]ToolBar.tabItemListMethods in org.eclipse.swt.widgets that return ToolItemModifier and TypeMethodDescription(package private) ToolItem[]ToolBar._getItems()(package private) ToolItem[]ToolBar._getTabItemList()ToolBar.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 ToolItemModifier and TypeMethodDescriptionintSearches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.(package private) longToolBar.menuItemSelected(long widget, ToolItem item) (package private) voidToolBar.setTabItemList(ToolItem[] tabList)