public class MessageOptionsWizard extends com.rational.test.ft.ui.wizarddialog.Wizard implements IMessageOptions
| Constructor and Description |
|---|
MessageOptionsWizard(MonitorUIPreferences preferences) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPages() |
javax.swing.ImageIcon |
getDefaultPageImage()
Returns the default page image for this wizard.
|
java.awt.Color |
getErrorMessageColor()
Return the error level message text color.
|
java.awt.Color |
getInfoMessageColor()
Return the information level message text color.
|
int |
getMessageLevelFilter()
Return the message level filter.
|
java.awt.Color |
getWarningMessageColor()
Return the warning level message text color.
|
java.lang.String |
getWindowTitle()
Returns the window title string for this wizard.
|
boolean |
isIncludeTimeStamp()
Return whether to include a time stamp with the message display
|
boolean |
isShowHelpOnStartup()
Return whether to show help on startup
|
boolean |
performFinish()
Performs any actions appropriate in response to the user
having pressed the Finish button, or refuse if finishing
now is not permitted.
|
void |
setErrorMessageColor(java.awt.Color color)
Set the error level message text color.
|
void |
setIncludeTimeStamp(boolean state)
Set whether to include a time stamp with the message display
|
void |
setInfoMessageColor(java.awt.Color color)
Set the information level message text color.
|
void |
setMessageLevelFilter(int level)
Set the message level filter.
|
void |
setShowHelpOnStartup(boolean state)
Set whether to show help on startup
|
void |
setWarningMessageColor(java.awt.Color color)
Set the warning level message text color.
|
addPage, canFinish, createPageControls, dispose, getContainer, getNeedsProgressMonitor, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, isHelpAvailable, needsCancelButtonOnly, needsPreviousAndNextButtons, needsProgressMonitor, needsTitleBar, performCancel, setContainer, setDefaultPageImage, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setNeedsTitleBar, setTitle, setWindowTitlepublic MessageOptionsWizard(MonitorUIPreferences preferences)
public void addPages()
addPages in interface com.rational.test.ft.ui.wizarddialog.IWizardaddPages in class com.rational.test.ft.ui.wizarddialog.Wizardpublic javax.swing.ImageIcon getDefaultPageImage()
This image can be used for pages which do not supply their own image.
getDefaultPageImage in interface com.rational.test.ft.ui.wizarddialog.IWizardgetDefaultPageImage in class com.rational.test.ft.ui.wizarddialog.Wizardpublic java.lang.String getWindowTitle()
getWindowTitle in interface com.rational.test.ft.ui.wizarddialog.IWizardgetWindowTitle in class com.rational.test.ft.ui.wizarddialog.Wizardnull for no titlepublic boolean performFinish()
performFinish in interface com.rational.test.ft.ui.wizarddialog.IWizardperformFinish in class com.rational.test.ft.ui.wizarddialog.Wizardtrue to indicate the finish request
was duly processed, and false to indicate
that the finish request was refusedpublic void setIncludeTimeStamp(boolean state)
setIncludeTimeStamp in interface IMessageOptionsb - true - include timestamp, otherwise nopublic void setShowHelpOnStartup(boolean state)
setShowHelpOnStartup in interface IMessageOptionsstate - true - show help otherwise notpublic boolean isIncludeTimeStamp()
isIncludeTimeStamp in interface IMessageOptionspublic boolean isShowHelpOnStartup()
isShowHelpOnStartup in interface IMessageOptionspublic void setMessageLevelFilter(int level)
setMessageLevelFilter in interface IMessageOptionslevel - Message severity levelIMonitor.ERROR_MSG,
IMonitor.WARNING_MSG,
IMonitor.INFO_MSGpublic int getMessageLevelFilter()
getMessageLevelFilter in interface IMessageOptionspublic void setErrorMessageColor(java.awt.Color color)
setErrorMessageColor in interface IMessageOptionscolor - The new text colorpublic java.awt.Color getErrorMessageColor()
getErrorMessageColor in interface IMessageOptionspublic void setWarningMessageColor(java.awt.Color color)
setWarningMessageColor in interface IMessageOptionscolor - The new text colorpublic java.awt.Color getWarningMessageColor()
getWarningMessageColor in interface IMessageOptionspublic void setInfoMessageColor(java.awt.Color color)
setInfoMessageColor in interface IMessageOptionscolor - The new text colorpublic java.awt.Color getInfoMessageColor()
getInfoMessageColor in interface IMessageOptions