Package org.eclipse.jface.wizard
Interface IWizardContainer2
-
- All Superinterfaces:
IRunnableContext
,IWizardContainer
- All Known Implementing Classes:
WizardDialog
public interface IWizardContainer2 extends IWizardContainer
IWizardContainer2
is a supplement toIWizardContainer
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 ifWizardDialog
does not suit their needs.- Since:
- 3.0
- See Also:
IWizardContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateSize()
Updates the window size to reflect the state of the current wizard.-
Methods inherited from interface org.eclipse.jface.operation.IRunnableContext
run
-
Methods inherited from interface org.eclipse.jface.wizard.IWizardContainer
getCurrentPage, getShell, showPage, updateButtons, updateMessage, updateTitleBar, updateWindowTitle
-
-