Package | Description |
---|---|
org.eclipse.jface.wizard |
Provides a framework for wizards.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWizardContainer2
IWizardContainer2 is a supplement to
IWizardContainer that adds a method for updating the size of
the wizard shell based on the contents of the current page. |
Modifier and Type | Class and Description |
---|---|
class |
WizardDialog
A dialog to show a wizard to the end user.
|
Modifier and Type | Method and Description |
---|---|
IWizardContainer |
IWizard.getContainer()
Returns the container of this wizard.
|
protected IWizardContainer |
WizardPage.getContainer()
Returns the wizard container for this wizard page.
|
IWizardContainer |
Wizard.getContainer() |
Modifier and Type | Method and Description |
---|---|
void |
IWizard.setContainer(IWizardContainer wizardContainer)
Sets or clears the container of this wizard.
|
void |
Wizard.setContainer(IWizardContainer wizardContainer) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.