|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
edu.udo.cs.miningmart.gui.application.OpenCaseThread
A Thread
for opening a case.
The Thread
is necessary because of the JProgressBar
in the OpeningCaseDialog
.
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
OpenCaseThread(MiningMartApplication app,
java.lang.String casename,
boolean openCaseForUpdating,
boolean caseHasChanged)
Constructor for OpenCaseThread. |
Method Summary | |
java.lang.String |
getComment()
Gets the comment |
boolean |
isOpened()
Is the case open? |
boolean |
isReady()
Is it ready? |
void |
run()
|
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 |
Constructor Detail |
public OpenCaseThread(MiningMartApplication app, java.lang.String casename, boolean openCaseForUpdating, boolean caseHasChanged)
Method Detail |
public boolean isOpened()
public java.lang.String getComment()
public boolean isReady()
public void run()
Runnable.run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |