Package | Description |
---|---|
org.eclipse.nebula.widgets.pshelf |
Modifier and Type | Method | Description |
---|---|---|
PShelfItem |
PShelf.getItem(org.eclipse.swt.graphics.Point point) |
Returns the item at the given location.
|
PShelfItem[] |
PShelf.getItems() |
Returns an array of
PShelfItem s which are the items
in the receiver. |
PShelfItem |
PShelf.getSelection() |
Returns the
PShelfItem that is currently
selected in the receiver. |
Modifier and Type | Method | Description |
---|---|---|
void |
PShelf.setSelection(PShelfItem item) |
Sets the receiver's selection to the given item.
|