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 GridDataDialogPage.setButtonLayoutData(Button button) Sets theGridDataon 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 GridDataReturns 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 GridDataReturns a copy of the given GridDatastatic GridDataFactoryGridDataFactory.createFrom(GridData data) Creates a new GridDataFactory that creates copies of the given GridData by default.