IBM Rational Performance Tester SDK

Uses of Class
com.ibm.rational.test.lt.testeditor.main.LoadTestEditor

Packages that use LoadTestEditor
com.ibm.rational.test.lt.testeditor.common   
com.ibm.rational.test.lt.testeditor.main   
com.ibm.rational.test.lt.testeditor.navigation   
com.ibm.rational.test.lt.testeditor.wizard   
 

Uses of LoadTestEditor in com.ibm.rational.test.lt.testeditor.common
 

Methods in com.ibm.rational.test.lt.testeditor.common that return LoadTestEditor
 LoadTestEditor ExtendedStyledText.getEditor()
          Deprecated.  
protected  LoadTestEditor LtOptionsHandler.getLoadTestEditor()
           
 

Methods in com.ibm.rational.test.lt.testeditor.common with parameters of type LoadTestEditor
static Datapool[] DatapoolUtil.addDatapool(LoadTestEditor editor, boolean promptForDefault, String varData, String colName)
          Deprecated. Starting from version 7.0.1, this method calls DatapoolUtil.addDatapool701(LoadTestEditor)
static Datapool[] DatapoolUtil.addDatapool701(LoadTestEditor editor)
          Deprecated. Use DatapoolUtil.addDatapool811(LoadTestEditor, boolean)
static Datapool[] DatapoolUtil.addDatapool811(LoadTestEditor editor, boolean display)
           
static com.ibm.rational.test.common.models.behavior.cbdata.DatapoolHarvester DatapoolUtil.createColumn(Datapool datapool, String colName, String selectedText, LoadTestEditor editor)
           
static com.ibm.rational.test.common.models.behavior.cbdata.CorrelationHarvester DataCorrelationUtil.createCorrelationHarvester(IDCStringLocator sl, LoadTestEditor editor)
          Creates CorrelationHarvester.
static boolean DatapoolUtil.createDatapoolFile(String path, LoadTestEditor editor, String varName, String varData)
           
static TreeViewer DatapoolUtil.createDatapoolUi(LoadTestEditor editor, Composite parent, ExtLayoutProvider provider)
           
static TreeViewer DatapoolUtil.createDatapoolUi(LoadTestEditor editor, Composite parent, int heightHint, boolean includeDatapools)
           
static com.ibm.rational.test.common.models.behavior.cbdata.DatapoolHarvester DatapoolUtil.createHarvesterX(Datapool datapool, String colName, String selectedText, LoadTestEditor editor)
           
static com.ibm.rational.test.common.models.behavior.cbdata.Substituter DataCorrelationUtil.createSubstituter(IDCStringLocator strLoc, com.ibm.rational.test.common.models.behavior.cbdata.DataSource ds, LoadTestEditor editor)
          Creates Substituter.
static boolean DataCorrelationUtil.okToRemove(com.ibm.rational.test.common.models.behavior.cbdata.Arbitrary a, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.okToRemove(com.ibm.rational.test.common.models.behavior.cbdata.DataSource ds, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.okToRemove(com.ibm.rational.test.lt.testeditor.common.LTTextStructuredSelection s, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.okToRemove(com.ibm.rational.test.common.models.behavior.cbdata.Substituter su, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.promptToRemove(Datapool datapool, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.promptToRemove(com.ibm.rational.test.common.models.behavior.cbdata.DataSource ds, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.promptToRemove(List dataSourcesLIst, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.promptToRemove(com.ibm.rational.test.lt.testeditor.common.LTTextStructuredSelection sel, LoadTestEditor editor)
           
static boolean DataCorrelationUtil.promptToRemove(com.ibm.rational.test.common.models.behavior.cbdata.Substituter su, LoadTestEditor editor)
           
static boolean DatapoolUtil.removeDatapoolsEx(LoadTestEditor editor, Object[] objects)
           
static void DataCorrelationUtil.showLinkWithDSVMessage(Shell shell, LoadTestEditor editor, com.ibm.rational.test.lt.testeditor.views.ISubstitutionTargetProvider targetProvider)
          Enables link with Data Sources View.
 

Constructors in com.ibm.rational.test.lt.testeditor.common with parameters of type LoadTestEditor
DatapoolAndColumnSelectionDialog(Shell parentShell, LoadTestEditor test, String userText, String colName)
          Deprecated.  
 

Uses of LoadTestEditor in com.ibm.rational.test.lt.testeditor.main
 

Constructors in com.ibm.rational.test.lt.testeditor.main with parameters of type LoadTestEditor
BuiltinDatasources(LoadTestEditor testEditor)
           
 

Uses of LoadTestEditor in com.ibm.rational.test.lt.testeditor.navigation
 

Methods in com.ibm.rational.test.lt.testeditor.navigation with parameters of type LoadTestEditor
static com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor TargetDescriptorFactory.create(com.ibm.rational.test.common.models.behavior.cbdata.DataSource ds, LoadTestEditor editor)
          Creates and resolves ITargetDescriptor from DataSource ds.
static com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor TargetDescriptorFactory.create(com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch match, LoadTestEditor editor)
          Creates and resolves ITargetDescriptor from FieldMatch.
static com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor TargetDescriptorFactory.create(Object object, LoadTestEditor editor)
          Creates and resolves ITargetDescriptor from Object.
 com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor TargetDescriptorFactory.createTarget(com.ibm.rational.test.common.models.behavior.cbdata.DataSource ds, LoadTestEditor editor)
          Creates and resolves ITargetDescriptor from DataSource ds.
 com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor TargetDescriptorFactory.createTarget(com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch match, LoadTestEditor editor)
          Creates and resolves ITargetDescriptor from FieldMatch.
 com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor TargetDescriptorFactory.createTarget(Object object, LoadTestEditor editor)
          Creates and resolves ITargetDescriptor from Object.
 

Uses of LoadTestEditor in com.ibm.rational.test.lt.testeditor.wizard
 

Methods in com.ibm.rational.test.lt.testeditor.wizard that return LoadTestEditor
 LoadTestEditor DatacorrelatorSelectionWizard.getTestEditor()
           
 

Constructors in com.ibm.rational.test.lt.testeditor.wizard with parameters of type LoadTestEditor
DatacorrelatorSelectionWizard(LoadTestEditor teditor, IDCStringLocator strloc, com.ibm.rational.test.common.models.behavior.cbdata.Substituter inputSubst, String selection)
           
DatacorrelatorSelectionWizardDialog(Shell parentShell, LoadTestEditor teditor, IDCStringLocator strloc, com.ibm.rational.test.common.models.behavior.cbdata.Substituter su, String selection)
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.