public class DialogPageSupport extends Object
Modifier and Type | Field and Description |
---|---|
protected IStatus |
currentStatus |
protected boolean |
currentStatusStale |
Modifier | Constructor and Description |
---|---|
protected |
DialogPageSupport(DialogPage dialogPage,
DataBindingContext dbc) |
Modifier and Type | Method and Description |
---|---|
static DialogPageSupport |
create(DialogPage dialogPage,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the
given dialog page.
|
void |
dispose()
Disposes of this wizard page support object, removing any listeners it
may have attached.
|
protected DialogPage |
getDialogPage() |
protected void |
handleStatusChanged() |
protected void |
handleStatusException() |
protected void |
handleUIChanged() |
protected void |
init() |
void |
setValidationMessageProvider(IValidationMessageProvider messageProvider)
Sets the
IValidationMessageProvider to use for providing the
message text and message type to display on the dialog page. |
protected IStatus currentStatus
protected boolean currentStatusStale
protected DialogPageSupport(DialogPage dialogPage, DataBindingContext dbc)
dialogPage
- dbc
- public static DialogPageSupport create(DialogPage dialogPage, DataBindingContext dbc)
dialogPage
- dbc
- public void setValidationMessageProvider(IValidationMessageProvider messageProvider)
IValidationMessageProvider
to use for providing the
message text and message type to display on the dialog page.messageProvider
- The IValidationMessageProvider
to use for providing
the message text and message type to display on the dialog
page.protected DialogPage getDialogPage()
protected void init()
protected void handleUIChanged()
protected void handleStatusChanged()
protected void handleStatusException()
public void dispose()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.