|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQuestionDialogFactory
A factory to instantiate IQuestionDialog
| Field Summary | |
|---|---|
static IQuestionDialogFactory |
INSTANCE
|
| Method Summary | |
|---|---|
IQuestionDialog |
createQuestionDialog(Shell parent,
java.lang.String title,
java.lang.String message)
Deprecated. |
IQuestionDialog |
createQuestionDialog(Shell parent,
java.lang.String title,
java.lang.String message,
IDialogCallback<java.lang.Boolean> callback)
Instantiates a question dialog (without opening it) |
| Field Detail |
|---|
static final IQuestionDialogFactory INSTANCE
| Method Detail |
|---|
@Deprecated
IQuestionDialog createQuestionDialog(Shell parent,
java.lang.String title,
java.lang.String message)
parent - the parent shell for the new dialogtitle - the text that appears in the title of the dialogmessage - the text that appears in the message area of the dialog
opened
IQuestionDialog createQuestionDialog(Shell parent,
java.lang.String title,
java.lang.String message,
IDialogCallback<java.lang.Boolean> callback)
parent - the parent shell for the new dialogtitle - the text that appears in the title of the dialogmessage - the text that appears in the message area of the dialog
opened
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||