|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextConsumer | |
---|---|
gui.multisource | The gui.multisource package implements a text display component that can display text from multiple sources and show a color bar that indicates the source of each part of the text. |
Uses of TextConsumer in gui.multisource |
---|
Methods in gui.multisource with parameters of type TextConsumer | |
---|---|
void |
MultisourceDocument.setTextConsumer(TextConsumer tc)
msd.setTextConsumer(tc) sets msd's text consumer to tc. |
void |
MultisourceViewer.setTextConsumer(TextConsumer tc)
mv.setTextConsumer(tc) sets tc as the text consumer for mv. |
Constructors in gui.multisource with parameters of type TextConsumer | |
---|---|
MultisourceDocument(TextConsumer tc)
new MultisourceDocument(tc) returns a new MultisourceDocument with text consumer tc. |
|
MultisourceViewer(TextConsumer tc)
new MultisourceViewer(tc) returns a new MultisourceViewer with text consumer tc. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |