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