Eclipse Platform
2.0

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

Packages that use Layout
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.layout SWT layout classes  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

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.jface.wizard
 

Subclasses of Layout in org.eclipse.jface.wizard
protected  class WizardDialog.PageContainerFillLayout
          A layout for a container which includes several pages, like a notebook, wizard, or preference dialog.
 

Uses of Layout in org.eclipse.swt.custom
 

Subclasses of Layout in org.eclipse.swt.custom
 class StackLayout
          This Layout stacks all the controls one on top of the other and resizes all controls to have the same size and location.
 

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.ui.part
 

Subclasses of Layout in org.eclipse.ui.part
 class PageBook.PageBookLayout
           [Issue: This class should be declared private.]
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.