Package | Description |
---|---|
org.eclipse.nebula.widgets.pshelf | |
org.eclipse.nebula.widgets.pshelf.css.internal |
Constructor | 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. |
Constructor | Description |
---|---|
PShelfElement(PShelf composite,
org.eclipse.e4.ui.css.core.engine.CSSEngine engine) |