|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.programix.thread.LineLogger.TextAreaOutput
public static class LineLogger.TextAreaOutput
An implementation of LineLogger.Output that appends
output to a JTextArea.
| Constructor Summary | |
|---|---|
LineLogger.TextAreaOutput()
|
|
LineLogger.TextAreaOutput(int rowCount,
int colCount)
|
|
| Method Summary | |
|---|---|
JTextArea |
getTextArea()
Returns the JTextArea that's being logged to. |
JScrollPane |
getTextAreaWrapped()
Returns a JScrollPane wrapped around the JTextArea that's being logged to. |
void |
out(String msg)
Write out a partial line—without a newline. |
void |
outln(String msg)
Write out a full line—or complete an already partially written line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineLogger.TextAreaOutput(int rowCount,
int colCount)
public LineLogger.TextAreaOutput()
| Method Detail |
|---|
public JTextArea getTextArea()
public JScrollPane getTextAreaWrapped()
public void out(String msg)
LineLogger.Output
out in interface LineLogger.Outputpublic void outln(String msg)
LineLogger.Output
outln in interface LineLogger.Output
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||