|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
FEJDGui.RenumResultThread
This thread is used to wait for the makeMatThread to stop before displaying the result dialog
Field Summary | |
private int |
before
The size of the matrix before renumbering |
private boolean |
displaysBA
true if the dialog should be displayed |
private int |
step
Step of the solving process |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
RenumResultThread(int before,
boolean displaysBA,
int step)
|
Method Summary | |
void |
run()
Waits for the thread to finish and displays the dialog if needed |
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 int before
private boolean displaysBA
private int step
Constructor Detail |
public RenumResultThread(int before, boolean displaysBA, int step)
before
- The size of the matrix before renumberingdisplaysBA
- set to true if the dialog should be displayed at the endstep
- Step of the solving process that the programm has to wait before the display of the dialog boxMethod Detail |
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |