|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMockCentralDialog
Interface for the various dialogs provided by the application.
| Field Summary | |
|---|---|
static int |
CANCEL
Constant indicating that the user cancelled the dialog. |
static int |
OK
Constant indicating that the user finished the dialog. |
| Method Summary | |
|---|---|
java.lang.Object |
getResult()
Returns the dialog result, if any. |
int |
open()
Opens the dialog, returning a constant value indicating whether the user finished or cancelled the dialog. |
void |
setDefaultValue(java.lang.Object defaultValue)
Sets an initial default value or values for the dialog, if any. |
| Field Detail |
|---|
static final int OK
static final int CANCEL
| Method Detail |
|---|
int open()
java.lang.Object getResult()
void setDefaultValue(java.lang.Object defaultValue)
defaultValue - an initial default value or values for the dialog, if
any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||