IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.testeditor.dc
Interface IStyleTextRangeHandler


public interface IStyleTextRangeHandler

Adjusts DataBoundStyleRanges with DataSources and Substituters for display purposes. This can be used if visual inline represntation of datacorrelation object by ExtendedStyledText must not use the default values obtained from correlation object.

Instances of classes implementing this interface must be registred with DataCorrelationLabelProvider.

See Also:
DataCorrelationLabelProvider.addRangeHandler(String, IStyleTextRangeHandler)

Method Summary
 DataBoundStyleRange adjustHarvester(DataBoundStyleRange range)
          Adjusts DataBoundStyleRange with DataSource.
 DataBoundStyleRange adjustSubstituter(DataBoundStyleRange range)
          Adjusts DataBoundStyleRange with Substituter.
 

Method Detail

adjustSubstituter

DataBoundStyleRange adjustSubstituter(DataBoundStyleRange range)
Adjusts DataBoundStyleRange with Substituter.

Parameters:
range -
Returns:
DataBoundStyleRange.

adjustHarvester

DataBoundStyleRange adjustHarvester(DataBoundStyleRange range)
Adjusts DataBoundStyleRange with DataSource.

Parameters:
range -
Returns:
DataBoundStyleRange.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.