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
FillLayoutis the simplest layout class.GridDatais the layout data object associated withGridLayout.Instances of this class lay out the control children of aCompositein a grid.Each control controlled by aRowLayoutcan have its initial width and height specified by setting aRowDataobject into the control.Instances of this class determine the size and position of the children of aCompositeby 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
Compositein 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.