public class TitleAreaDialogSupport extends Object
Modifier and Type | Method and Description |
---|---|
static TitleAreaDialogSupport |
create(TitleAreaDialog dialog,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the
given TitleAreaDialog.
|
void |
dispose()
Disposes of this title area dialog support object, removing any listeners
it may have attached.
|
void |
setValidationMessageProvider(IValidationMessageProvider messageProvider)
Sets the
IValidationMessageProvider to use for providing the
message text and message type to display on the title area dialog. |
public static TitleAreaDialogSupport create(TitleAreaDialog dialog, DataBindingContext dbc)
dialog
- dbc
- public void setValidationMessageProvider(IValidationMessageProvider messageProvider)
IValidationMessageProvider
to use for providing the
message text and message type to display on the title area dialog.messageProvider
- The IValidationMessageProvider
to use for providing
the message text and message type to display on the title area
dialog.public void dispose()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.