Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.swt.layout.GridLayout

Packages that use GridLayout
org.eclipse.jface.layout Provides support for layout generation.  
org.eclipse.jface.wizard Provides a framework for wizards.  
 

Uses of GridLayout in org.eclipse.jface.layout
 

Methods in org.eclipse.jface.layout that return GridLayout
 GridLayout GridLayoutFactory.create()
          Creates a new GridLayout, and initializes it with values from the factory.
static GridLayout GridLayoutFactory.copyLayout(GridLayout l)
          Copies the given GridLayout instance
 

Methods in org.eclipse.jface.layout with parameters of type GridLayout
static GridLayoutFactory GridLayoutFactory.createFrom(GridLayout l)
          Creates a factory that creates copies of the given layout.
static GridLayout GridLayoutFactory.copyLayout(GridLayout l)
          Copies the given GridLayout instance
 

Uses of GridLayout in org.eclipse.jface.wizard
 

Methods in org.eclipse.jface.wizard with parameters of type GridLayout
protected  ProgressMonitorPart WizardDialog.createProgressMonitorPart(Composite composite, GridLayout pmlayout)
          Create the progress monitor part in the receiver.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.