Uses of Class
org.eclipse.nebula.widgets.pgroup.PGroupToolItem
-
Packages that use PGroupToolItem Package Description org.eclipse.nebula.widgets.pgroup -
-
Uses of PGroupToolItem in org.eclipse.nebula.widgets.pgroup
Fields in org.eclipse.nebula.widgets.pgroup declared as PGroupToolItem Modifier and Type Field Description private PGroupToolItem
PGroup. activeToolItem
Methods in org.eclipse.nebula.widgets.pgroup that return PGroupToolItem Modifier and Type Method Description PGroupToolItem[]
PGroup. getToolItems()
Methods in org.eclipse.nebula.widgets.pgroup with parameters of type PGroupToolItem Modifier and Type Method Description (package private) void
PGroup. addToolItem(PGroupToolItem toolitem)
abstract org.eclipse.swt.graphics.Point
AbstractToolItemRenderer. computeSize(org.eclipse.swt.graphics.GC gc, PGroupToolItem item, int sizeType)
Computes the size needed for the toolitemorg.eclipse.swt.graphics.Point
SimpleToolItemRenderer. computeSize(org.eclipse.swt.graphics.GC gc, PGroupToolItem item, int type)
(package private) void
PGroup. removeToolItem(PGroupToolItem toolitem)
-