|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.databinding.wizard.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. This class is not intended to be extended by clients.
Method Summary | |
---|---|
static WizardPageSupport |
create(WizardPage wizardPage,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the given wizard page. |
void |
dispose()
Disposes of this wizard page support object, removing any listeners it may have attached. |
protected void |
handleStatusChanged()
|
protected void |
handleUIChanged()
|
protected void |
init()
|
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 init()
protected void handleUIChanged()
protected void handleStatusChanged()
public void dispose()
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.