com.xqual.xagent.launcher.dialog
Interface IDialog

All Known Implementing Classes:
CDialogFrame, CDialogUtils

public interface IDialog


Field Summary
static int BUTTON_CANCEL
           
static int BUTTON_CONTINUE
           
static int BUTTON_DONE
           
static int BUTTON_EXISTINGDEFECT
           
static int BUTTON_FAILED
           
static int BUTTON_NEWDEFECT
           
static int BUTTON_NEXTTEST
           
static int BUTTON_NEXTTESTCASE
           
static int BUTTON_NO
           
static int BUTTON_PAUSE
           
static int BUTTON_PREVIOUSTEST
           
static int BUTTON_PREVIOUSTESTCASE
           
static int BUTTON_RESUME
           
static int BUTTON_REWINDTESTCASE
           
static int BUTTON_SUBMIT
           
static int BUTTON_SUCCEEDED
           
static int BUTTON_YES
           
static int DIALOG_NOBUTTON
          This timeout indicates the amount of time to wait for user input
static int TIMEOUT_REACHED
           
 

Field Detail

DIALOG_NOBUTTON

static final int DIALOG_NOBUTTON
This timeout indicates the amount of time to wait for user input

See Also:
Constant Field Values

TIMEOUT_REACHED

static final int TIMEOUT_REACHED
See Also:
Constant Field Values

BUTTON_PREVIOUSTEST

static final int BUTTON_PREVIOUSTEST
See Also:
Constant Field Values

BUTTON_PREVIOUSTESTCASE

static final int BUTTON_PREVIOUSTESTCASE
See Also:
Constant Field Values

BUTTON_REWINDTESTCASE

static final int BUTTON_REWINDTESTCASE
See Also:
Constant Field Values

BUTTON_NEXTTESTCASE

static final int BUTTON_NEXTTESTCASE
See Also:
Constant Field Values

BUTTON_NEXTTEST

static final int BUTTON_NEXTTEST
See Also:
Constant Field Values

BUTTON_PAUSE

static final int BUTTON_PAUSE
See Also:
Constant Field Values

BUTTON_RESUME

static final int BUTTON_RESUME
See Also:
Constant Field Values

BUTTON_YES

static final int BUTTON_YES
See Also:
Constant Field Values

BUTTON_NO

static final int BUTTON_NO
See Also:
Constant Field Values

BUTTON_SUBMIT

static final int BUTTON_SUBMIT
See Also:
Constant Field Values

BUTTON_CANCEL

static final int BUTTON_CANCEL
See Also:
Constant Field Values

BUTTON_DONE

static final int BUTTON_DONE
See Also:
Constant Field Values

BUTTON_CONTINUE

static final int BUTTON_CONTINUE
See Also:
Constant Field Values

BUTTON_SUCCEEDED

static final int BUTTON_SUCCEEDED
See Also:
Constant Field Values

BUTTON_FAILED

static final int BUTTON_FAILED
See Also:
Constant Field Values

BUTTON_NEWDEFECT

static final int BUTTON_NEWDEFECT
See Also:
Constant Field Values

BUTTON_EXISTINGDEFECT

static final int BUTTON_EXISTINGDEFECT
See Also:
Constant Field Values