Uses of Package
org.eclipse.swt.layout
Package
Description
Provides support for dialogs.
Provides support for layout generation.
Provides a framework for wizards.
SWT layout classes.
-
-
ClassDescription
FillLayout
is the simplest layout class.GridData
is the layout data object associated withGridLayout
.Instances of this class lay out the control children of aComposite
in a grid.Each control controlled by aRowLayout
can have its initial width and height specified by setting aRowData
object into the control.Instances of this class determine the size and position of the children of aComposite
by placing them either in horizontal rows or vertical columns within the parentComposite
. -
ClassDescriptionInstances of this class lay out the control children of a
Composite
in a grid. -
ClassDescriptionInstances of this class are used to define the edges of a control within a
FormLayout
.