Uses of Class
org.eclipse.nebula.widgets.pshelf.PShelf
-
Packages that use PShelf Package Description org.eclipse.nebula.jface.pshelfviewer org.eclipse.nebula.widgets.pshelf org.eclipse.nebula.widgets.pshelf.css org.eclipse.nebula.widgets.pshelf.css.internal -
-
Uses of PShelf in org.eclipse.nebula.jface.pshelfviewer
Fields in org.eclipse.nebula.jface.pshelfviewer declared as PShelf Modifier and Type Field Description private PShelf
PShelfViewer. pshelf
Methods in org.eclipse.nebula.jface.pshelfviewer that return PShelf Modifier and Type Method Description PShelf
PShelfViewer. getPShelf()
Returns the underlying PShelf Control. -
Uses of PShelf in org.eclipse.nebula.widgets.pshelf
Fields in org.eclipse.nebula.widgets.pshelf declared as PShelf Modifier and Type Field Description private PShelf
PaletteShelfRenderer. parent
private PShelf
PShelfItem. parent
private PShelf
RedmondShelfRenderer. parent
Methods in org.eclipse.nebula.widgets.pshelf with parameters of type PShelf Modifier and Type Method Description private void
PShelfItem. construct(PShelf parent, int index)
Constructors in org.eclipse.nebula.widgets.pshelf with parameters of type PShelf Constructor Description PShelfItem(PShelf parent, int style)
Constructs a new instance of this class given its parent (which must be aPShelf
) 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 aPShelf
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. -
Uses of PShelf in org.eclipse.nebula.widgets.pshelf.css
Fields in org.eclipse.nebula.widgets.pshelf.css declared as PShelf Modifier and Type Field Description private PShelf
CSSShelfRenderer. parent
-
Uses of PShelf in org.eclipse.nebula.widgets.pshelf.css.internal
Fields in org.eclipse.nebula.widgets.pshelf.css.internal with type parameters of type PShelf Modifier and Type Field Description private java.util.Map<PShelf,java.lang.Boolean>
PShelfPropertyHandler. scheduled
Constructors in org.eclipse.nebula.widgets.pshelf.css.internal with parameters of type PShelf Constructor Description PShelfElement(PShelf composite, org.eclipse.e4.ui.css.core.engine.CSSEngine engine)
-