Uses of Class
org.eclipse.nebula.widgets.pshelf.PShelfItem
-
Packages that use PShelfItem Package Description org.eclipse.nebula.jface.pshelfviewer org.eclipse.nebula.widgets.pshelf -
-
Uses of PShelfItem in org.eclipse.nebula.jface.pshelfviewer
Fields in org.eclipse.nebula.jface.pshelfviewer with type parameters of type PShelfItem Modifier and Type Field Description private java.util.Map<PShelfItem,org.eclipse.jface.viewers.Viewer>PShelfViewer. viewersMapViewer --> PShelfItem mapMethods in org.eclipse.nebula.jface.pshelfviewer with parameters of type PShelfItem Modifier and Type Method Description org.eclipse.jface.viewers.ViewerPShelfViewer. getViewerForItem(PShelfItem item)Returns a viewer, whose widget is embedded initem. -
Uses of PShelfItem in org.eclipse.nebula.widgets.pshelf
Fields in org.eclipse.nebula.widgets.pshelf declared as PShelfItem Modifier and Type Field Description private PShelfItemPShelf. focusItemprivate PShelfItemPShelf. hoverItemprivate PShelfItemPShelf. mouseDownItemprivate PShelfItemPShelf. openItemFields in org.eclipse.nebula.widgets.pshelf with type parameters of type PShelfItem Modifier and Type Field Description private java.util.ArrayList<PShelfItem>PShelf. itemsMethods in org.eclipse.nebula.widgets.pshelf that return PShelfItem Modifier and Type Method Description PShelfItemPShelf. getItem(org.eclipse.swt.graphics.Point point)Returns the item at the given location.PShelfItem[]PShelf. getItems()Returns an array ofPShelfItems which are the items in the receiver.PShelfItemPShelf. getSelection()Returns thePShelfItemthat is currently selected in the receiver.Methods in org.eclipse.nebula.widgets.pshelf with parameters of type PShelfItem Modifier and Type Method Description private voidPShelf. animateOpen(PShelfItem previousItem, PShelfItem newItem, boolean openFromBottom)(package private) voidPShelf. createItem(PShelfItem item, int index)private voidPShelf. openItem(PShelfItem item, boolean animation)(package private) voidPShelf. removeItem(PShelfItem item)voidPShelf. setSelection(PShelfItem item)Sets the receiver's selection to the given item.
-