IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.services
Class MessageOptionsWizardPage

java.lang.Object
  extended by com.rational.test.ft.ui.wizarddialog.DialogPage
      extended by com.rational.test.ft.ui.wizarddialog.WizardPage
          extended by com.rational.test.ft.services.MessageOptionsWizardPage
All Implemented Interfaces:
com.rational.test.ft.ui.wizarddialog.IDialogPage, com.rational.test.ft.ui.wizarddialog.IWizardPage, java.util.EventListener, javax.swing.event.ChangeListener

public class MessageOptionsWizardPage
extends com.rational.test.ft.ui.wizarddialog.WizardPage
implements javax.swing.event.ChangeListener

The page for editing record monitor options


Field Summary
static java.lang.String PAGE_NAME
           
 
Constructor Summary
MessageOptionsWizardPage(IMessageOptions messageOptions)
          Construct a message options wizard page
 
Method Summary
 void aboutToDisplay()
          Called just before the page is displayed.
 java.awt.Container createControl(java.awt.Container parent)
          Creates the contents of the page.
 void performHelp()
          Display help in the IDE in response to a help request.
 void saveData()
          Save data
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class com.rational.test.ft.ui.wizarddialog.WizardPage
canFlipToNextPage, getContainer, getImage, getName, getNextPage, getParentFrame, getPreviousPage, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImage, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class com.rational.test.ft.ui.wizarddialog.DialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, isControlCreated, performCancel, performOk, setControl, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rational.test.ft.ui.wizarddialog.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, setControl, setVisible
 

Field Detail

PAGE_NAME

public static final java.lang.String PAGE_NAME
See Also:
Constant Field Values
Constructor Detail

MessageOptionsWizardPage

public MessageOptionsWizardPage(IMessageOptions messageOptions)
Construct a message options wizard page

Method Detail

createControl

public java.awt.Container createControl(java.awt.Container parent)
Creates the contents of the page.

Specified by:
createControl in interface com.rational.test.ft.ui.wizarddialog.IDialogPage
Parameters:
parent - the parent container

performHelp

public void performHelp()
Display help in the IDE in response to a help request.

Specified by:
performHelp in interface com.rational.test.ft.ui.wizarddialog.IDialogPage
Overrides:
performHelp in class com.rational.test.ft.ui.wizarddialog.DialogPage

aboutToDisplay

public void aboutToDisplay()
Called just before the page is displayed. This gives the page a chance to initialize its display.

Specified by:
aboutToDisplay in interface com.rational.test.ft.ui.wizarddialog.IWizardPage
Overrides:
aboutToDisplay in class com.rational.test.ft.ui.wizarddialog.WizardPage

saveData

public void saveData()
Save data


stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener