Package | Description |
---|---|
org.eclipse.nebula.widgets.pgroup |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractToolItemRenderer |
Base implementation for rendering ToolItems in the header
|
class |
ChevronsToggleRenderer |
A dual chevron toggle strategy that shows two chevrons facing upwards when
expanded (thus clueing the user to click the chevrons to collapse) and two
chevrons facing downwards when collapsed.
|
class |
MinMaxToggleRenderer |
This toggle strategy mimics the buttons found in SWT's CTabFolder (i.e.
|
class |
SimpleToolItemRenderer |
|
class |
TreeNodeToggleRenderer |
This toggle strategy mimics a Windows tree node.
|
class |
TwisteToggleRenderer |
This toggle strategy appears as a triangle pointing to the right when
collapsed and pointing downwards when expanded.
|
Modifier and Type | Method | Description |
---|---|---|
AbstractRenderer |
PGroup.getToggleRenderer() |
Returns the toggle renderer or
null . |
Modifier and Type | Method | Description |
---|---|---|
void |
PGroup.setToggleRenderer(AbstractRenderer toggleRenderer) |
Sets the toggle renderer.
|