Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.breadcrumb |
Modifier and Type | Method | Description |
---|---|---|
BreadcrumbItem |
Breadcrumb.getItem(int index) |
Returns the item at the given, zero-relative index in the receiver.
|
BreadcrumbItem |
Breadcrumb.getItem(org.eclipse.swt.graphics.Point point) |
Returns the item at the given point in the receiver or null if no such item
exists.
|
BreadcrumbItem[] |
Breadcrumb.getItems() |
Returns an array of
BreadcrumbItem s which are the items in the
receiver. |
Modifier and Type | Method | Description |
---|---|---|
int |
Breadcrumb.indexOf(BreadcrumbItem 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.
|
void |
Breadcrumb.removeItem(BreadcrumbItem item) |
Remove an item to the toolbar
|