voji.log
Class JLogLabels

java.lang.Object
  |
  +--voji.log.Log
        |
        +--voji.log.SplitLog
              |
              +--voji.log.ShortLog
                    |
                    +--voji.log.JLogLabels

public class JLogLabels
extends ShortLog


Field Summary
(package private)  javax.swing.JLabel[] labels
           
 
Fields inherited from class voji.log.ShortLog
empty, parts
 
Fields inherited from class voji.log.Log
dateSeparator, msgSeparator
 
Constructor Summary
JLogLabels(javax.swing.JLabel initLabel)
           
JLogLabels(javax.swing.JLabel[] initLabels)
           
 
Method Summary
protected  void writeShort(java.lang.String[] messages)
           
 
Methods inherited from class voji.log.ShortLog
getCount, setCount, writeParts
 
Methods inherited from class voji.log.SplitLog
split, write
 
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
 

Field Detail

labels

javax.swing.JLabel[] labels
Constructor Detail

JLogLabels

public JLogLabels(javax.swing.JLabel[] initLabels)

JLogLabels

public JLogLabels(javax.swing.JLabel initLabel)
Method Detail

writeShort

protected void writeShort(java.lang.String[] messages)
                   throws java.lang.Exception
Specified by:
writeShort in class ShortLog
java.lang.Exception