Uses of Class
org.eclipse.swt.widgets.Layout

Packages that use Layout
org.eclipse.ercp.swt.mobile SWT Mobile Extensions Package Specification This package contains classes which are suitable for mobile devices. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.layout This package contains the SWT layout classes. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of Layout in org.eclipse.ercp.swt.mobile
 

Methods in org.eclipse.ercp.swt.mobile with parameters of type Layout
 void CaptionedControl.setLayout(Layout layout)
           
 

Uses of Layout in org.eclipse.jface.viewers
 

Subclasses of Layout in org.eclipse.jface.viewers
 class TableLayout
          A layout for a table.
 

Uses of Layout in org.eclipse.swt.layout
 

Subclasses of Layout in org.eclipse.swt.layout
 class FillLayout
          FillLayout is the simplest layout class.
 class 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.
 class GridLayout
          Instances of this class lay out the control children of a Composite in a grid.
 class 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.
 

Uses of Layout in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Layout
 Layout Combo.getLayout()
           
 Layout Composite.getLayout()
          Returns layout which is associated with the receiver, or null if one has not been set.
 

Methods in org.eclipse.swt.widgets with parameters of type Layout
 void Combo.setLayout(Layout layout)
           
 void Composite.setLayout(Layout layout)
          Sets the layout which is associated with the receiver to be the argument which may be null.