|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--edu.umich.visualsoar.MainFrame.GenerateDataMapAction.UpdateThread
Field Summary | |
(package private) java.util.Enumeration |
bfe
|
(package private) edu.umich.visualsoar.operatorwindow.OperatorNode |
current
|
(package private) java.util.List |
errors
|
(package private) java.lang.Runnable |
finish
|
(package private) java.util.List |
generations
|
(package private) int |
max
|
(package private) int |
min
|
(package private) int |
nodeNum
|
(package private) java.util.Vector |
parsedProds
|
(package private) int |
repCount
|
(package private) java.lang.Runnable |
update
|
(package private) int |
value
|
(package private) java.util.Vector |
vecErrors
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
MainFrame.GenerateDataMapAction.UpdateThread()
|
Method Summary | |
void |
checkNodes()
|
void |
run()
|
private void |
updateProgressBar(int value)
|
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 |
java.lang.Runnable update
java.lang.Runnable finish
int value
int min
int max
java.util.List errors
java.util.List generations
int repCount
java.util.Enumeration bfe
edu.umich.visualsoar.operatorwindow.OperatorNode current
java.util.Vector parsedProds
java.util.Vector vecErrors
int nodeNum
Constructor Detail |
public MainFrame.GenerateDataMapAction.UpdateThread()
Method Detail |
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
private void updateProgressBar(int value)
public void checkNodes()
|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |