|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
qat.gui.TimerRunner
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
TimerRunner(QAT parent,
TestRunner testRunner)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
interrupt()
|
boolean |
isRunning()
|
boolean |
promptForDate()
|
void |
run()
|
void |
setDate(java.util.Date runTime)
|
void |
setRunList(java.util.ArrayList runList)
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, 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 |
Constructor Detail |
public TimerRunner(QAT parent, TestRunner testRunner)
Method Detail |
public void setDate(java.util.Date runTime)
public boolean promptForDate()
public void setRunList(java.util.ArrayList runList)
public void run()
run
in interface java.lang.Runnable
public void interrupt()
public boolean isRunning()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |