Package | Description |
---|---|
org.eclipse.nebula.widgets.pgroup |
Modifier and Type | Class | 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 | Description |
---|---|---|
AbstractGroupStrategy |
PGroup.getStrategy() |
Returns the strategy.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PGroup.setStrategy(AbstractGroupStrategy strategy) |
Sets the strategy.
|