antLogger.logServer
Class TableLoader

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--antLogger.logServer.TableLoader

public class TableLoader
extends Thread


Fields inherited from class java.lang.Thread
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY

Constructor Summary
TableLoader(LogViewer logViewer, LogBuffer logBuffer)
          Copyright (c) 2002
TableLoader
Thread that loads continously new messages and filters them

Method Summary
 voidaddNewMessages(String[][] newMsg)
          adds nes messages
 voidfillTable()
          fills the Table of the LogViewer with the actual messages
 voidfinish()
          stops the thread
 voidrun()
           
 voidsetRefreshTime(int refreshTime)
          sets the refresh time

Methods inherited from class java.lang.Thread
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

TableLoader

public TableLoader(LogViewer logViewer, LogBuffer logBuffer)
Copyright (c) 2002
TableLoader
Thread that loads continously new messages and filters them
Version:
1.0 - 25. april 2002
author Pascal Mengelt
Method Detail

addNewMessages

public void addNewMessages(String[][] newMsg)
adds nes messages

fillTable

public void fillTable()
fills the Table of the LogViewer with the actual messages

finish

public void finish()
stops the thread

run

public void run()
See Also:
Thread

setRefreshTime

public void setRefreshTime(int refreshTime)
sets the refresh time