|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.vlab.management.SplashDialogWorker
public class SplashDialogWorker
SplashDialogWorker
class - thread opens an splash window
Constructor Summary | |
---|---|
SplashDialogWorker(javax.swing.JDialog splashDialog)
Creates a new instance of AppInitializer |
Method Summary | |
---|---|
boolean |
exceptionThrown()
Indicates whether the Long Task has thrown an exception |
java.lang.Exception |
getException()
Each exception which is cought during task execution will be returned by this method. |
int |
getProgress()
Get the current state of the executed task |
java.lang.Object |
getResult()
Return an object produced by the executed task. |
int |
getTaskLength()
Get the length of the task |
boolean |
isDone()
Tells whether am executed task has been completed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplashDialogWorker(javax.swing.JDialog splashDialog)
splashDialog
- the splash dialog, which will be displayed on
application startupMethod Detail |
---|
public boolean exceptionThrown()
exceptionThrown
in interface LongTask
true
if exception has been thrown,
false
otherwisepublic int getProgress()
getProgress
in interface LongTask
getTaskLength() is max size
public java.lang.Exception getException()
getException
in interface LongTask
public java.lang.Object getResult()
getResult
in interface LongTask
public int getTaskLength()
getTaskLength
in interface LongTask
public boolean isDone()
isDone
in interface LongTask
|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |