org.emboss.jemboss.gui
Class SplashThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.emboss.jemboss.gui.SplashThread
All Implemented Interfaces:
java.lang.Runnable

public class SplashThread
extends java.lang.Thread

Extends Thread to update the progress bar in the login window


Field Summary
private  int interval
           
private  int nsplash
           
private  AuthPopup splashing
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SplashThread(AuthPopup splashing, int nsplash)
           
 
Method Summary
 void run()
           
 void setInterval(int n)
           
 
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

splashing

private AuthPopup splashing

nsplash

private int nsplash

interval

private int interval
Constructor Detail

SplashThread

public SplashThread(AuthPopup splashing,
                    int nsplash)
Method Detail

run

public void run()

setInterval

public void setInterval(int n)