|
Eclipse Platform Release 3.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.databinding.dialog.DialogPageSupport
public class DialogPageSupport
Connects the validation result from the given data binding context to the given dialog page, updating the page's error message accordingly.
| Field Summary | |
|---|---|
protected IStatus |
currentStatus
|
protected boolean |
currentStatusStale
|
| Constructor Summary | |
|---|---|
protected |
DialogPageSupport(DialogPage dialogPage,
DataBindingContext dbc)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IStatus currentStatus
protected boolean currentStatusStale
| Constructor Detail |
|---|
protected DialogPageSupport(DialogPage dialogPage,
DataBindingContext dbc)
dialogPage - dbc - | Method Detail |
|---|
public static DialogPageSupport create(DialogPage dialogPage,
DataBindingContext dbc)
dialogPage - dbc -
protected DialogPage getDialogPage()
protected void init()
protected void handleUIChanged()
protected void handleStatusChanged()
protected void handleStatusException()
public void dispose()
|
Eclipse Platform Release 3.5 |
|||||||||
| 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, 2008. All rights reserved.