Class | Description |
---|---|
AbstractGroupStrategy |
AbstractGroupStrategy is a convenient starting point for all
IGroupStrategy's.
|
AbstractRenderer |
NOTE: THIS WIDGET AND ITS API ARE STILL UNDER DEVELOPMENT.
|
AbstractToolItemRenderer |
Base implementation for rendering ToolItems in the header
|
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.
|
FormGroupStrategy |
FormGroupStrategy makes a PGroup mimic the look and feel of an Eclipse Form
Section.
|
MinMaxToggleRenderer |
This toggle strategy mimics the buttons found in SWT's CTabFolder (i.e.
|
PGroup |
Instances of this class provide a decorated border as well as an optional toggle to expand and
collapse the control.
|
PGroupToolItem |
Instances of this class represent a selectable user interface object that
represents a button in a
PGroup . |
RectangleGroupStrategy |
RectangleGroupStrategy is a very flexible painting strategy that displays a
(rounded) rectangle around the PGroup's body.
|
SimpleGroupStrategy |
SimpleGroupStrategy adds a seperator to the normal PGroup's image and text.
|
SimpleToolItemRenderer | |
TreeNodeToggleRenderer |
This toggle strategy mimics a Windows tree node.
|
TwisteToggleRenderer |
This toggle strategy appears as a triangle pointing to the right when
collapsed and pointing downwards when expanded.
|