IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.models.behavior.vps.VPString

Packages that use VPString
com.ibm.rational.test.lt.codegen.lttest.lang   
com.ibm.rational.test.lt.models.behavior.lttest   
com.ibm.rational.test.lt.models.behavior.vps   
com.ibm.rational.test.lt.testeditor.common   
 

Uses of VPString in com.ibm.rational.test.lt.codegen.lttest.lang
 

Methods in com.ibm.rational.test.lt.codegen.lttest.lang with parameters of type VPString
protected  void LTTestScriptDefinition.processContentVPElement(com.ibm.rational.test.lt.codegen.core.template.ITemplate template, com.ibm.rational.test.lt.codegen.core.lang.ILanguageElement contVPVarsElem, VPString currVPString)
          Process Content Verification Point Element (String) Protocol extenders may define template and language element for specialized VPElements
 

Uses of VPString in com.ibm.rational.test.lt.models.behavior.lttest
 

Methods in com.ibm.rational.test.lt.models.behavior.lttest that return VPString
 VPString LTResources.getContentString(String id)
          Returns a content string with the given id.
 VPString LTResources.getContentString(String categoryId, String stringId)
          Returns a content string from the list of content strings in this test.
 

Uses of VPString in com.ibm.rational.test.lt.models.behavior.vps
 

Methods in com.ibm.rational.test.lt.models.behavior.vps that return VPString
 VPString VpsFactory.createVPString()
          Returns a new object of class 'VP String'
 

Methods in com.ibm.rational.test.lt.models.behavior.vps with parameters of type VPString
 List VPContent.getAllSubsForVPString(VPString str)
           
 

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

Methods in com.ibm.rational.test.lt.testeditor.common that return VPString
protected  VPString ContentVpUI.doDuplicate()
           
protected  VPString ContentVpUI.doNew()
           
 VPString[] ContentVpUI.getSelectedStrings()
           
 VPString ContentVpUI.toHandler(VPString uiVPS)
           
 VPString ContentVpUI.toModel(VPString uiVps)
           
 

Methods in com.ibm.rational.test.lt.testeditor.common with parameters of type VPString
protected  void ContentVpUI.doEdit(VPString vps)
           
protected  void ContentVpUI.doRemove(VPString vps)
           
protected  void ContentVpUI.enableEditSection(boolean enable, VPString vps)
           
 VPString ContentVpUI.toHandler(VPString uiVPS)
           
 VPString ContentVpUI.toModel(VPString uiVps)
           
 

Constructors in com.ibm.rational.test.lt.testeditor.common with parameters of type VPString
ContentVPStringPropDialog(Shell parent, VPString string, com.ibm.rational.test.lt.models.behavior.extensions.VPContentExtPointHandler.Category cat)
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.