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 PShelfPShelfViewer. pshelfMethods in org.eclipse.nebula.jface.pshelfviewer that return PShelf Modifier and Type Method Description PShelfPShelfViewer. 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 PShelfPaletteShelfRenderer. parentprivate PShelfPShelfItem. parentprivate PShelfRedmondShelfRenderer. parentMethods in org.eclipse.nebula.widgets.pshelf with parameters of type PShelf Modifier and Type Method Description private voidPShelfItem. 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 PShelfCSSShelfRenderer. 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. scheduledConstructors 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)
-