|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextFieldFIFO
A special text container which limits the number of lines which it displays.
| Method Summary | |
|---|---|
void |
addText(java.lang.String t)
sets the text in this text field to the current text plus t (minus any truncated lines) |
void |
clearText()
clears all text from this text field |
java.lang.String |
getText()
gets the text in this text field |
void |
setText(java.lang.String t)
sets the text in this text field to t (minus any truncated lines) |
| Method Detail |
|---|
void addText(java.lang.String t)
t - the text add to the text fieldvoid clearText()
java.lang.String getText()
void setText(java.lang.String t)
t - the text to put in the text field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||