Package | Description |
---|---|
org.eclipse.jface.layout |
Provides support for layout generation.
|
org.eclipse.jface.wizard |
Provides a framework for wizards.
|
Modifier and Type | Method and Description |
---|---|
static GridLayout |
GridLayoutFactory.copyLayout(GridLayout l)
Copies the given GridLayout instance
|
GridLayout |
GridLayoutFactory.create()
Creates a new GridLayout, and initializes it with values from the factory.
|
Modifier and Type | Method and Description |
---|---|
static GridLayout |
GridLayoutFactory.copyLayout(GridLayout l)
Copies the given GridLayout instance
|
static GridLayoutFactory |
GridLayoutFactory.createFrom(GridLayout l)
Creates a factory that creates copies of the given layout.
|
Modifier and Type | Method and Description |
---|---|
protected ProgressMonitorPart |
WizardDialog.createProgressMonitorPart(Composite composite,
GridLayout pmlayout)
Hook method for subclasses to create a custom progress monitor part.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.