public interface IWizardContainer2 extends IWizardContainer
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.
The class WizardDialog
provides a fully functional
implementation of this interface which will meet the needs of
most clients. However, clients are also free to implement this
interface if WizardDialog
does not suit their needs.
IWizardContainer
Modifier and Type | Method and Description |
---|---|
void |
updateSize()
Updates the window size to reflect the state of the current wizard.
|
getCurrentPage, getShell, showPage, updateButtons, updateMessage, updateTitleBar, updateWindowTitle
run
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.