Uses of Class
org.eclipse.nebula.widgets.pgroup.PGroup
-
Packages that use PGroup Package Description org.eclipse.nebula.widgets.pgroup -
-
Uses of PGroup in org.eclipse.nebula.widgets.pgroup
Fields in org.eclipse.nebula.widgets.pgroup declared as PGroup Modifier and Type Field Description private PGroup
AbstractGroupStrategy. group
private PGroup
PGroupToolItem. parent
Methods in org.eclipse.nebula.widgets.pgroup that return PGroup Modifier and Type Method Description PGroup
AbstractGroupStrategy. getGroup()
Constructors in org.eclipse.nebula.widgets.pgroup with parameters of type PGroup Constructor Description AbstractGroupStrategy(PGroup g)
FormGroupStrategy(PGroup g)
Creates a FormGroupStrategy with the given toggle and style.PGroupToolItem(PGroup parent, int style)
RectangleGroupStrategy(PGroup g)
Constructs a RectangleGroupStrategy with the given toggle and style.SimpleGroupStrategy(PGroup g)
Creates a SimpleGroupStrategy with the given toggle and style.
-