voji.log
Class JLogTextArea

java.lang.Object
  |
  +--voji.log.Log
        |
        +--voji.log.JLogTextArea

public class JLogTextArea
extends Log


Field Summary
 
Fields inherited from class voji.log.Log
separator
 
Constructor Summary
JLogTextArea(javax.swing.JTextArea initTextArea)
           
 
Method Summary
static javax.swing.JTextArea create()
           
protected  void write(java.lang.String message)
           
 
Methods inherited from class voji.log.Log
format, log, log, logHere, logHere
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLogTextArea

public JLogTextArea(javax.swing.JTextArea initTextArea)
Method Detail

create

public static javax.swing.JTextArea create()

write

protected void write(java.lang.String message)
              throws java.lang.Exception
Specified by:
write in class Log
java.lang.Exception