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. viewersMap
Viewer --> PShelfItem mapMethods in org.eclipse.nebula.jface.pshelfviewer with parameters of type PShelfItem Modifier and Type Method Description org.eclipse.jface.viewers.Viewer
PShelfViewer. 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 PShelfItem
PShelf. focusItem
private PShelfItem
PShelf. hoverItem
private PShelfItem
PShelf. mouseDownItem
private PShelfItem
PShelf. openItem
Fields in org.eclipse.nebula.widgets.pshelf with type parameters of type PShelfItem Modifier and Type Field Description private java.util.ArrayList<PShelfItem>
PShelf. items
Methods in org.eclipse.nebula.widgets.pshelf that return PShelfItem Modifier and Type Method Description PShelfItem
PShelf. getItem(org.eclipse.swt.graphics.Point point)
Returns the item at the given location.PShelfItem[]
PShelf. getItems()
Returns an array ofPShelfItem
s which are the items in the receiver.PShelfItem
PShelf. getSelection()
Returns thePShelfItem
that is currently selected in the receiver.Methods in org.eclipse.nebula.widgets.pshelf with parameters of type PShelfItem Modifier and Type Method Description private void
PShelf. animateOpen(PShelfItem previousItem, PShelfItem newItem, boolean openFromBottom)
(package private) void
PShelf. createItem(PShelfItem item, int index)
private void
PShelf. openItem(PShelfItem item, boolean animation)
(package private) void
PShelf. removeItem(PShelfItem item)
void
PShelf. setSelection(PShelfItem item)
Sets the receiver's selection to the given item.
-