FEJDGui
Class RenumResultThread

java.lang.Object
  extended byjava.lang.Thread
      extended byFEJDGui.RenumResultThread
All Implemented Interfaces:
java.lang.Runnable

public class RenumResultThread
extends java.lang.Thread

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

before

private int before
The size of the matrix before renumbering


displaysBA

private boolean displaysBA
true if the dialog should be displayed


step

private int step
Step of the solving process

Constructor Detail

RenumResultThread

public RenumResultThread(int before,
                         boolean displaysBA,
                         int step)
Parameters:
before - The size of the matrix before renumbering
displaysBA - set to true if the dialog should be displayed at the end
step - Step of the solving process that the programm has to wait before the display of the dialog box
Method Detail

run

public void run()
Waits for the thread to finish and displays the dialog if needed