Uses of Class
org.eclipse.swt.layout.GridLayout
Package
Description
Provides support for layout generation.
Provides a framework for wizards.
-
Uses of GridLayout in org.eclipse.jface.layout
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionprotected ProgressMonitorPart
WizardDialog.createProgressMonitorPart
(Composite composite, GridLayout pmlayout) Hook method for subclasses to create a custom progress monitor part.