|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.CoasViewers.JTextAreaForTMDOMWriter
Provides a class for TMDOMWriter to output direct to a JTextArea. it used PrintWriter, and these are the calls it uses.
| Constructor Summary | |
JTextAreaForTMDOMWriter(javax.swing.JTextArea inJTextArea)
|
|
| Method Summary | |
void |
flush()
Flushes the buffer if needed |
void |
print(char inChar)
Adds the character to the output media |
void |
print(java.lang.String inStr)
Adds the string to the output media |
void |
println(java.lang.String inStr)
Adds the string to the output media along with a end of line character |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JTextAreaForTMDOMWriter(javax.swing.JTextArea inJTextArea)
| Method Detail |
public void print(java.lang.String inStr)
print in interface gov.lanl.Utility.TMDOMWriterOutputInterfaceinStr - is the string to processpublic void print(char inChar)
print in interface gov.lanl.Utility.TMDOMWriterOutputInterfaceinChar - is the character to processpublic void println(java.lang.String inStr)
println in interface gov.lanl.Utility.TMDOMWriterOutputInterfaceinStr - is the string to processpublic void flush()
flush in interface gov.lanl.Utility.TMDOMWriterOutputInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||