| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.pgroup |
| Modifier and Type | Class and Description |
|---|---|
class |
FormGroupStrategy
FormGroupStrategy makes a PGroup mimic the look and feel of an Eclipse Form
Section.
|
class |
RectangleGroupStrategy
RectangleGroupStrategy is a very flexible painting strategy that displays a
(rounded) rectangle around the PGroup's body.
|
class |
SimpleGroupStrategy
SimpleGroupStrategy adds a seperator to the normal PGroup's image and text.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGroupStrategy |
PGroup.getStrategy()
Returns the strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PGroup.setStrategy(AbstractGroupStrategy strategy)
Sets the strategy.
|