LightColumnLayout |
This layout manager arranges children of the composite parent in vertical
columns.
|
LightColumnLayoutData |
This class is used to store layout data for the ColumnLayout
class.
|
LightRowLayout |
Instances of this class determine the size and position of the
children of a Composite by placing them either in
horizontal rows or vertical columns within the parent Composite .
|
LightRowLayoutData |
Each control controlled by a RowLayout can have its initial
width and height specified by setting a RowData object
into the control.
|
LightTwoColumnLayout |
A special version of GridLayout with enhanced two-column support.
|
LightTwoColumnLayoutData |
A grid data for TwoColumnLayout .
|
LightTwoColumnLayoutDataFactory |
This class provides a convienient shorthand for creating and initializing
GridData.
|