| Package | Description |
|---|---|
| org.eclipse.jface.dialogs |
Provides support for dialogs.
|
| org.eclipse.jface.layout |
Provides support for layout generation.
|
| org.eclipse.jface.wizard |
Provides a framework for wizards.
|
| org.eclipse.swt.layout |
SWT layout classes.
|
| Class and Description |
|---|
GridData
GridData is the layout data object associated with
GridLayout. |
| Class and Description |
|---|
GridData
GridData is the layout data object associated with
GridLayout. |
| GridLayout
Instances of this class lay out the control children of a
Composite in a grid. |
| RowData
Each control controlled by a
RowLayout can have its initial
width and height specified by setting a RowData object
into the control. |
| RowLayout
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. |
| Class and Description |
|---|
| GridLayout
Instances of this class lay out the control children of a
Composite in a grid. |
| Class and Description |
|---|
| FormAttachment
Instances of this class are used to define the edges of a control
within a
FormLayout. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.