Uses of Package
org.eclipse.swt.layout
Packages that use org.eclipse.swt.layout
Package
Description
Provides support for dialogs.
Provides support for layout generation.
Provides a framework for wizards.
SWT layout classes.
-
Classes in org.eclipse.swt.layout used by org.eclipse.jface.dialogs
-
Classes in org.eclipse.swt.layout used by org.eclipse.jface.layoutClassDescription
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
. -
Classes in org.eclipse.swt.layout used by org.eclipse.jface.wizardClassDescriptionInstances of this class lay out the control children of a
Composite
in a grid. -
Classes in org.eclipse.swt.layout used by org.eclipse.swt.layoutClassDescriptionInstances of this class are used to define the edges of a control within a
FormLayout
.