Uses of Class
org.eclipse.swt.layout.GridLayout
-
Packages that use GridLayout Package Description 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 Modifier and Type Method Description static GridLayoutGridLayoutFactory. copyLayout(GridLayout l)Copies the given GridLayout instanceGridLayoutGridLayoutFactory. create()Creates a new GridLayout, and initializes it with values from the factory.Methods in org.eclipse.jface.layout with parameters of type GridLayout Modifier and Type Method Description static GridLayoutGridLayoutFactory. copyLayout(GridLayout l)Copies the given GridLayout instancestatic GridLayoutFactoryGridLayoutFactory. 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 GridLayout Modifier and Type Method Description protected ProgressMonitorPartWizardDialog. createProgressMonitorPart(Composite composite, GridLayout pmlayout)Hook method for subclasses to create a custom progress monitor part.
-