Package org.eclipse.swt.layout
package org.eclipse.swt.layout
SWT layout classes.
Package Specification
This package contains several standard layout classes which provide automated positioning and sizing support for SWT widgets.-
ClassesClassDescriptionControls the several aspects of a
BorderLayout.BorderLayoutplaces controls in five regionsFillLayoutis the simplest layout class.Instances of this class are used to define the edges of a control within aFormLayout.Instances of this class are used to define the attachments of a control in aFormLayout.Instances of this class control the position and size of the children of a composite control by usingFormAttachmentsto optionally configure the left, top, right and bottom edges of each child.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.