com.xqual.xagent.launcher.dialog
Class CDialog
java.lang.Object
com.xqual.xagent.launcher.dialog.CDialog
- All Implemented Interfaces:
- com.xqual.xcommon.IConstantsLog, com.xqual.xcommon.IConstantsResults
public class CDialog
- extends java.lang.Object
- implements com.xqual.xcommon.IConstantsResults, com.xqual.xcommon.IConstantsLog
| Fields inherited from interface com.xqual.xcommon.IConstantsResults |
RESULT_EXISTINGDEFECT, RESULT_FAILURE, RESULT_NEWDEFECT, RESULT_NEXTTEST, RESULT_NEXTTESTCASE, RESULT_NO_RESULT, RESULT_NOT_EXECUTED, RESULT_PAUSE, RESULT_PREVIOUSTEST, RESULT_PREVIOUSTESTCASE, RESULT_RELATIVE, RESULT_REWINDTESTCASE, RESULT_SUCCESS, RESULT_UNKNOWN |
| Fields inherited from interface com.xqual.xcommon.IConstantsLog |
LOG_DEFAULT_LABEL, LOG_ENABLED, LOG_HEADER_ENABLED, LOG_PRIORITY, LOG_PRIORITY_FINE, LOG_PRIORITY_INFO, LOG_PRIORITY_SEVERE, LOG_PRIORITY_WARNING, LOG_THREAD_ENABLED |
|
Constructor Summary |
CDialog(java.awt.Point lastDialogLocation,
java.awt.Dimension lastDialogDimension,
int lastDialogDividerLocation)
|
|
Method Summary |
short |
display(java.lang.String title,
java.lang.String content)
|
short |
display(java.lang.String title,
java.lang.String content,
int buttonMask,
int theoricalButtonId)
|
short |
display(java.lang.String title,
java.lang.String content,
int buttonMask,
int theoricalButtonId,
boolean useComment)
|
short |
display(java.lang.String windowTitle,
java.lang.String historyLabel,
java.lang.String title,
java.lang.String content,
int buttonMask,
int theoricalButtonId)
|
short |
display(java.lang.String windowTitle,
java.lang.String historyLabel,
java.lang.String title,
java.lang.String content,
int buttonMask,
int theoreticalButtonId,
int timeout,
boolean useComment)
|
java.lang.String |
getComment()
|
CDialogFrame |
getDialogFrame()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDialog
public CDialog(java.awt.Point lastDialogLocation,
java.awt.Dimension lastDialogDimension,
int lastDialogDividerLocation)
display
public short display(java.lang.String title,
java.lang.String content)
display
public short display(java.lang.String title,
java.lang.String content,
int buttonMask,
int theoricalButtonId)
display
public short display(java.lang.String title,
java.lang.String content,
int buttonMask,
int theoricalButtonId,
boolean useComment)
display
public short display(java.lang.String windowTitle,
java.lang.String historyLabel,
java.lang.String title,
java.lang.String content,
int buttonMask,
int theoricalButtonId)
display
public short display(java.lang.String windowTitle,
java.lang.String historyLabel,
java.lang.String title,
java.lang.String content,
int buttonMask,
int theoreticalButtonId,
int timeout,
boolean useComment)
getDialogFrame
public CDialogFrame getDialogFrame()
getComment
public java.lang.String getComment()