public interface IStyleTextRangeHandler
DataBoundStyleRange
s with DataSource
s and Substituter
s 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.
DataCorrelationLabelProvider.addRangeHandler(String, IStyleTextRangeHandler)
Modifier and Type | Method and Description |
---|---|
DataBoundStyleRange |
adjustHarvester(DataBoundStyleRange range)
Adjusts
DataBoundStyleRange with DataSource . |
DataBoundStyleRange |
adjustSubstituter(DataBoundStyleRange range)
Adjusts
DataBoundStyleRange with Substituter . |
DataBoundStyleRange adjustSubstituter(DataBoundStyleRange range)
DataBoundStyleRange
with Substituter
.range
- DataBoundStyleRange adjustHarvester(DataBoundStyleRange range)
DataBoundStyleRange
with DataSource
.range
- © Copyright IBM Corp. 2013. All rights reserved.