Uses of Class
org.eclipse.swt.layout.GridLayout
Packages that use GridLayout
Package
Description
Provides support for layout generation.
Provides a framework for wizards.
-
Uses of GridLayout in org.eclipse.jface.layout
Methods in org.eclipse.jface.layout that return GridLayoutModifier and TypeMethodDescriptionstatic GridLayout
GridLayoutFactory.copyLayout
(GridLayout l) Copies the given GridLayout instanceGridLayoutFactory.create()
Creates a new GridLayout, and initializes it with values from the factory.Methods in org.eclipse.jface.layout with parameters of type GridLayoutModifier and TypeMethodDescriptionstatic GridLayout
GridLayoutFactory.copyLayout
(GridLayout l) Copies the given GridLayout instancestatic GridLayoutFactory
GridLayoutFactory.createFrom
(GridLayout l) Creates a factory that creates copies of the given layout. -
Uses of GridLayout in org.eclipse.jface.wizard
Methods in org.eclipse.jface.wizard with parameters of type GridLayoutModifier and TypeMethodDescriptionprotected ProgressMonitorPart
WizardDialog.createProgressMonitorPart
(Composite composite, GridLayout pmlayout) Hook method for subclasses to create a custom progress monitor part.