Home » Eclipse-SWT-3.5.1 » org.eclipse » swt » layout »

org.eclipse.swt.layout

Classes:

FillData   Copyright (c) 2005 IBM Corporation and others.  code | html
FillLayout   FillLayout is the simplest layout class.  code | html
FormAttachment   Instances of this class are used to define the edges of a control within a FormLayout code | html
FormData   Instances of this class are used to define the attachments of a control in a FormLayout code | html
FormLayout   Instances of this class control the position and size of the children of a composite control by using FormAttachments to optionally configure the left, top, right and bottom edge of each child.  code | html
GridData   GridData is the layout data object associated with GridLayout code | html
GridLayout   Instances of this class lay out the control children of a Composite in a grid.  code | html
RowData   Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.  code | html
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 code | html