|
 |
|
|
Uses of Class org.eclipse.swt.widgets.ToolItem
Methods in
org.eclipse.jface.action with parameters of type
ToolItem
|
protected
String
|
ActionContributionItem.
shortenText
(
String textValue,
ToolItem item)
Shorten the given text t 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 ("..."). |
Methods in
org.eclipse.swt.widgets with parameters of type
ToolItem
|
int
|
ToolBar.
indexOf
(
ToolItem item)
Searches 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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|