public static class TextSource.CompoundTextSource extends TextSource.AggregatedTextSource
TextSource.AggregatedTextSource, TextSource.CompoundTextSource, TextSource.DirectTextSource, TextSource.StaticTextSource
buffer
Constructor and Description |
---|
TextSource.CompoundTextSource() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(TextSource element) |
protected boolean |
aggregateText(java.lang.Object data,
Options env)
Creates an aggregated text in the internal buffer.
|
getText
getDefaultText, getExternalForm, setDefaultText, setExternalForm, toString
public void addElement(TextSource element)
protected boolean aggregateText(java.lang.Object data, Options env)
TextSource.AggregatedTextSource
true
iff the buffer contains valid data. A return value of false
indicates
that this TextSource
's default text should be returned;aggregateText
in class TextSource.AggregatedTextSource
TextSource.AggregatedTextSource.aggregateText(java.lang.Object, de.ims.icarus.util.Options)