|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
Netmonitor.ThreadCoordinator
Field Summary | |
private boolean |
allFinished
|
private javax.swing.ImageIcon |
imageIcon
|
private MapElement |
mapElement
|
private java.util.Vector |
threadList
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
Netmonitor.ThreadCoordinator()
|
|
Netmonitor.ThreadCoordinator(MapElement mapElement)
|
Method Summary | |
void |
addImageIcon(javax.swing.ImageIcon imageIcon)
|
void |
addThread(java.lang.Thread thread)
|
void |
run()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean allFinished
private MapElement mapElement
private javax.swing.ImageIcon imageIcon
private java.util.Vector threadList
Constructor Detail |
public Netmonitor.ThreadCoordinator(MapElement mapElement)
public Netmonitor.ThreadCoordinator()
Method Detail |
public void run()
public void addImageIcon(javax.swing.ImageIcon imageIcon)
public void addThread(java.lang.Thread thread)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |