Uses of Class
org.eclipse.swt.layout.GridData
Packages that use GridData
Package
Description
Provides support for dialogs.
Provides support for layout generation.
-
Uses of GridData in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs that return GridDataModifier and TypeMethodDescriptionprotected GridData
DialogPage.setButtonLayoutData
(Button button) Sets theGridData
on the specified button to be one that is spaced for the current dialog page units. -
Uses of GridData in org.eclipse.jface.layout
Methods in org.eclipse.jface.layout that return GridDataModifier and TypeMethodDescriptionstatic GridData
Returns a copy of the given GridDataGridDataFactory.create()
Creates a new GridData instance.Methods in org.eclipse.jface.layout with parameters of type GridDataModifier and TypeMethodDescriptionstatic GridData
Returns a copy of the given GridDatastatic GridDataFactory
GridDataFactory.createFrom
(GridData data) Creates a new GridDataFactory that creates copies of the given GridData by default.