public class WizardPageSupport extends DialogPageSupport
The completion state of the wizard page will only be set to true
if all of the following conditions are met:
IStatus.ERROR
or IStatus.CANCEL
.currentStatus, currentStatusStale
Modifier and Type | Method and Description |
---|---|
static WizardPageSupport |
create(WizardPage wizardPage,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the
given wizard page.
|
protected void |
handleStatusChanged() |
create, dispose, getDialogPage, handleStatusException, handleUIChanged, init, setValidationMessageProvider
public static WizardPageSupport create(WizardPage wizardPage, DataBindingContext dbc)
WizardPage.setPageComplete(boolean)
will be called
reflecting the new validation result, and the wizard page's error message
will be updated according to the current validation result.wizardPage
- dbc
- protected void handleStatusChanged()
handleStatusChanged
in class DialogPageSupport
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.