TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.tptp.test.provisional.recorder.ui.wizards
Class TestsuiteLocationWizardPage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.wizard.WizardPage
          extended byorg.eclipse.hyades.internal.execution.testgen.ui.wizards.FileLocationSelectionWizardpage
              extended byorg.eclipse.tptp.test.provisional.recorder.ui.wizards.TestsuiteLocationWizardPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, IGenericRecorderPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage, org.eclipse.jface.wizard.IWizardPage

public class TestsuiteLocationWizardPage
extends org.eclipse.hyades.internal.execution.testgen.ui.wizards.FileLocationSelectionWizardpage
implements IGenericRecorderPage

A wizard page implementation for specifying the recorded test location


Field Summary
 
Fields inherited from class org.eclipse.hyades.internal.execution.testgen.ui.wizards.FileLocationSelectionWizardpage
modifyListener, tree
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
TestsuiteLocationWizardPage(IGenericRecorderWizard wizard)
           
TestsuiteLocationWizardPage(IGenericRecorderWizard wizard, boolean bSaveLastSelected)
           
 
Method Summary
 java.lang.String getContextHelpID()
           
 java.lang.String getDescription()
           
 java.lang.String getFileExtension()
           
 java.lang.String getFileNameLabel()
           
protected  java.lang.String getPreferenceKey()
           
 java.lang.String getRecorderData(java.lang.String key)
          Mechanism for the recorder page provider to obtain information from the recorder pages.
 java.lang.Object getRecorderObjectData(java.lang.String key)
          Mechanism for the recorder page provider to obtain information from the recorder pages.
 java.lang.String getTitle()
           
 
Methods inherited from class org.eclipse.hyades.internal.execution.testgen.ui.wizards.FileLocationSelectionWizardpage
autoSelectProject, createControl, getObjectImage, getSelectedFilePath, isFileNameValid, isPageComplete, saveSettings
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.ui.wizards.IGenericRecorderPage
saveSettings
 
Methods inherited from interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getErrorMessage, getImage, getMessage, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

TestsuiteLocationWizardPage

public TestsuiteLocationWizardPage(IGenericRecorderWizard wizard)
Parameters:
wizard - - the container IGenericRecorderWizard

TestsuiteLocationWizardPage

public TestsuiteLocationWizardPage(IGenericRecorderWizard wizard,
                                   boolean bSaveLastSelected)
Parameters:
wizard - - the container IGenericRecorderWizard
bSaveLastSelected - - when page is initially loaded, should the previous selection by preselected?
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.eclipse.jface.dialogs.IDialogPage

getFileExtension

public java.lang.String getFileExtension()

getFileNameLabel

public java.lang.String getFileNameLabel()

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface org.eclipse.jface.dialogs.IDialogPage

getContextHelpID

public java.lang.String getContextHelpID()
Specified by:
getContextHelpID in interface org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage

getRecorderData

public java.lang.String getRecorderData(java.lang.String key)
Description copied from interface: IGenericRecorderPage
Mechanism for the recorder page provider to obtain information from the recorder pages.

Specified by:
getRecorderData in interface IGenericRecorderPage
Parameters:
key - - some unique identifier, like those listed in IRecorderPageProvider
Returns:
a String with value for that key, or null if no data exists

getRecorderObjectData

public java.lang.Object getRecorderObjectData(java.lang.String key)
Description copied from interface: IGenericRecorderPage
Mechanism for the recorder page provider to obtain information from the recorder pages.

Specified by:
getRecorderObjectData in interface IGenericRecorderPage
Parameters:
key - - some unique identifier, like those listed in IRecorderPageProvider
Returns:
an Object with value for that key, or null if no data exists

getPreferenceKey

protected java.lang.String getPreferenceKey()

TPTP 4.2.0 Testing Tools Project
Public API Specification