Uses of Class
org.eclipse.nebula.widgets.pgroup.AbstractGroupStrategy
-
Packages that use AbstractGroupStrategy Package Description org.eclipse.nebula.widgets.pgroup -
-
Uses of AbstractGroupStrategy in org.eclipse.nebula.widgets.pgroup
Subclasses of AbstractGroupStrategy in org.eclipse.nebula.widgets.pgroup Modifier and Type Class Description classFormGroupStrategyFormGroupStrategy makes a PGroup mimic the look and feel of an Eclipse Form Section.classRectangleGroupStrategyRectangleGroupStrategy is a very flexible painting strategy that displays a (rounded) rectangle around the PGroup's body.classSimpleGroupStrategySimpleGroupStrategy adds a seperator to the normal PGroup's image and text.Fields in org.eclipse.nebula.widgets.pgroup declared as AbstractGroupStrategy Modifier and Type Field Description private AbstractGroupStrategyPGroup. strategyMethods in org.eclipse.nebula.widgets.pgroup that return AbstractGroupStrategy Modifier and Type Method Description AbstractGroupStrategyPGroup. getStrategy()Returns the strategy.Methods in org.eclipse.nebula.widgets.pgroup with parameters of type AbstractGroupStrategy Modifier and Type Method Description voidPGroup. setStrategy(AbstractGroupStrategy strategy)Sets the strategy.
-