|
|||||||||
| 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
public class OpenCaseThread
A Thread for opening a case.
The Thread is necessary because of the JProgressBar in the OpeningCaseDialog.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
static boolean |
CURRENTLY_OPENING
Public constant indicating whether a thread is currently opening a case. |
| 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,
boolean forImport)
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, 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 |
|---|
public static boolean CURRENTLY_OPENING
| Constructor Detail |
|---|
public OpenCaseThread(MiningMartApplication app,
java.lang.String casename,
boolean openCaseForUpdating,
boolean caseHasChanged,
boolean forImport)
| Method Detail |
|---|
public boolean isOpened()
public java.lang.String getComment()
public boolean isReady()
public void run()
run in interface java.lang.Runnablerun in class java.lang.ThreadRunnable.run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||