|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.databinding.dialog.DialogPageSupport
org.eclipse.jface.databinding.wizard.WizardPageSupport
public class WizardPageSupport
Connects the validation result from the given data binding context to the given wizard page, updating the wizard page's completion state and its error message accordingly.
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
.
Field Summary |
---|
Fields inherited from class org.eclipse.jface.databinding.dialog.DialogPageSupport |
---|
currentStatus, currentStatusStale |
Method Summary | |
---|---|
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()
|
Methods inherited from class org.eclipse.jface.databinding.dialog.DialogPageSupport |
---|
create, dispose, getDialogPage, handleStatusException, handleUIChanged, init, setValidationMessageProvider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.