Package | Description |
---|---|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.layout |
Provides support for layout generation.
|
Modifier and Type | Method and Description |
---|---|
protected GridData |
DialogPage.setButtonLayoutData(Button button)
Sets the
GridData on the specified button to be one that
is spaced for the current dialog page units. |
Modifier and Type | Method and Description |
---|---|
static GridData |
GridDataFactory.copyData(GridData data)
Returns a copy of the given GridData
|
GridData |
GridDataFactory.create()
Creates a new GridData instance.
|
Modifier and Type | Method and Description |
---|---|
static GridData |
GridDataFactory.copyData(GridData data)
Returns a copy of the given GridData
|
static GridDataFactory |
GridDataFactory.createFrom(GridData data)
Creates a new GridDataFactory that creates copies of the given GridData
by default.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.