org.eclipse.tptp.test.provisional.recorder.ui.wizards
Class TestsuiteLocationWizardPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.hyades.internal.execution.testgen.ui.wizards.FileLocationSelectionWizardpage
org.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
| 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 |
| 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.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 |
TestsuiteLocationWizardPage
public TestsuiteLocationWizardPage(IGenericRecorderWizard wizard)
- Parameters:
wizard - - the container IGenericRecorderWizard
TestsuiteLocationWizardPage
public TestsuiteLocationWizardPage(IGenericRecorderWizard wizard,
boolean bSaveLastSelected)
- Parameters:
wizard - - the container IGenericRecorderWizardbSaveLastSelected - - when page is initially loaded, should the previous selection by preselected?
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()