| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--antLogger.logServer.TableLoader
| 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 | |
void | addNewMessages(String[][] newMsg)adds nes messages |
void | fillTable()fills the Table of the LogViewer with the actual messages |
void | finish()stops the thread |
void | run() |
void | setRefreshTime(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 |
public TableLoader(LogViewer logViewer, LogBuffer logBuffer)
| Method Detail |
public void addNewMessages(String[][] newMsg)
public void fillTable()
public void finish()
public void run()
public void setRefreshTime(int refreshTime)
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||