apollo.gui.detailviewers.sequencealigner
Class SeqAlignPanel.AutoscrollThread

java.lang.Object
  extended by java.lang.Thread
      extended by apollo.gui.detailviewers.sequencealigner.SeqAlignPanel.AutoscrollThread
All Implemented Interfaces:
Directions, java.lang.Runnable
Enclosing class:
SeqAlignPanel

protected class SeqAlignPanel.AutoscrollThread
extends java.lang.Thread
implements Directions

Inner class.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected  boolean halt
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Fields inherited from interface apollo.gui.detailviewers.sequencealigner.Directions
EAST, NORTH, SOUTH, WEST
 
Constructor Summary
SeqAlignPanel.AutoscrollThread(int timeInterval, int distance, javax.swing.JViewport viewport, int direction)
           
 
Method Summary
 boolean getHalt()
           
 void halt()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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

halt

protected boolean halt
Constructor Detail

SeqAlignPanel.AutoscrollThread

public SeqAlignPanel.AutoscrollThread(int timeInterval,
                                      int distance,
                                      javax.swing.JViewport viewport,
                                      int direction)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

getHalt

public boolean getHalt()

halt

public void halt()