Uses of Class
org.eclipse.swt.layout.GridData
Package
Description
Provides support for dialogs.
Provides support for layout generation.
-
Uses of GridData in org.eclipse.jface.dialogs
Modifier 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
Modifier and TypeMethodDescriptionstatic GridData
Returns a copy of the given GridDataGridDataFactory.create()
Creates a new GridData instance.Modifier 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.