| Package | Description |
|---|---|
| org.eclipse.nebula.jface.pshelfviewer | |
| org.eclipse.nebula.widgets.pshelf |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jface.viewers.Viewer |
PShelfViewer.getViewerForItem(PShelfItem item)
Returns a viewer, whose widget is embedded in
item. |
| Modifier and Type | Method and Description |
|---|---|
PShelfItem |
PShelf.getItem(org.eclipse.swt.graphics.Point point)
Returns the item at the given location.
|
PShelfItem[] |
PShelf.getItems()
Returns an array of
PShelfItems which are the items
in the receiver. |
PShelfItem |
PShelf.getSelection()
Returns the
PShelfItem that is currently
selected in the receiver. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
PShelf.createItem(PShelfItem item,
int index) |
(package private) void |
PShelf.removeItem(PShelfItem item) |
void |
PShelf.setSelection(PShelfItem item)
Sets the receiver's selection to the given item.
|