com.ibm.rational.test.lt.testeditor.wizard
Class DatacorrelatorSelectionWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.ibm.rational.test.lt.testeditor.wizard.DatacorrelatorSelectionWizard
- All Implemented Interfaces:
- IWizard
public class DatacorrelatorSelectionWizard
- extends Wizard
Methods inherited from class org.eclipse.jface.wizard.Wizard |
addPage, createPageControls, getContainer, getDefaultPageImage, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatacorrelatorSelectionWizard
public DatacorrelatorSelectionWizard(LoadTestEditor teditor,
IDCStringLocator strloc,
com.ibm.rational.test.common.models.behavior.cbdata.Substituter inputSubst,
String selection)
addPages
public void addPages()
- Specified by:
addPages
in interface IWizard
- Overrides:
addPages
in class Wizard
performCancel
public boolean performCancel()
- Specified by:
performCancel
in interface IWizard
- Overrides:
performCancel
in class Wizard
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interface IWizard
- Specified by:
performFinish
in class Wizard
setDataSource
protected void setDataSource(com.ibm.rational.test.common.models.behavior.cbdata.BuiltInDataSource bids)
- Parameters:
bids
-
setSubstituter
protected void setSubstituter(com.ibm.rational.test.common.models.behavior.cbdata.Substituter bis)
- Parameters:
bis
-
dispose
public void dispose()
- Specified by:
dispose
in interface IWizard
- Overrides:
dispose
in class Wizard
setActiveDescriptor
public void setActiveDescriptor(com.ibm.rational.test.lt.testeditor.dc.IDataCorrelatorUIDescriptor desc,
com.ibm.rational.test.common.models.behavior.cbdata.BuiltInDataSource ds)
- Parameters:
desc
-
getActiveDescriptor
public com.ibm.rational.test.lt.testeditor.dc.IDataCorrelatorUIDescriptor getActiveDescriptor()
- Returns:
- Returns the activeDescriptor.
canFinish
public boolean canFinish()
- Specified by:
canFinish
in interface IWizard
- Overrides:
canFinish
in class Wizard
needsPreviousAndNextButtons
public boolean needsPreviousAndNextButtons()
- Specified by:
needsPreviousAndNextButtons
in interface IWizard
- Overrides:
needsPreviousAndNextButtons
in class Wizard
getDialogSettings
public IDialogSettings getDialogSettings()
- Specified by:
getDialogSettings
in interface IWizard
- Overrides:
getDialogSettings
in class Wizard
getStrloc
public IDCStringLocator getStrloc()
- Returns:
- Returns the strloc.
getTestEditor
public LoadTestEditor getTestEditor()
- Returns:
- Returns the testEditor.
getSubstituter
public com.ibm.rational.test.common.models.behavior.cbdata.Substituter getSubstituter()
- Returns:
- Returns the substituter.
getDatasource
public com.ibm.rational.test.common.models.behavior.cbdata.BuiltInDataSource getDatasource()
- Returns:
- BuiltInDataSource
getSelectedText
public String getSelectedText(boolean trunc)
- Returns:
- Returns the m_selectedText.
isDoSubstitute
public final boolean isDoSubstitute()
- Returns:
- the doSubstitute
setDoSubstitute
public final void setDoSubstitute(boolean doSubstitute)
- Parameters:
doSubstitute
- the doSubstitute to set
isShowExisting
public final boolean isShowExisting()
- Returns:
- the showExisting
setShowExisting
public final void setShowExisting(boolean showExisting)
- Parameters:
showExisting
- the showExisting to set
© Copyright IBM Corp. 2012. All rights reserved.