| Package | Description |
|---|---|
| org.eclipse.nebula.jface.pshelfviewer | |
| org.eclipse.nebula.widgets.pshelf |
| Modifier and Type | Method and Description |
|---|---|
PShelf |
PShelfViewer.getPShelf()
Returns the underlying PShelf Control.
|
| Constructor and Description |
|---|
PShelfItem(PShelf parent,
int style)
Constructs a new instance of this class given its parent
(which must be a
PShelf) and a style value
describing its behavior and appearance. |
PShelfItem(PShelf parent,
int style,
int index)
Constructs a new instance of this class given its parent
(which must be a
PShelf), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent. |