|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.controller.ProgressControl
public class ProgressControl
The ProgressControl
class controls the progress of configuration files loading.
Constructor Summary | |
---|---|
ProgressControl()
Initializes a newly created empty ProgressControl . |
Method Summary | |
---|---|
static void |
addStatMessage(java.lang.String statMessage)
|
int |
getCurrent()
Called from ProgressBar to find out how much has been done. |
ConfigData |
getData()
Returns editor data structure loaded from configuration files. |
java.lang.String |
getErrorMessage()
Returns the error message. |
java.lang.String |
getMessage()
Returns the most recent status message. |
void |
go()
Launches the thread which loads configuration files. |
boolean |
isCanceled()
Called from ProgressBar to find out if the task is canceled. |
boolean |
isDone()
Called from ProgressBar to find out if the task has completed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressControl()
ProgressControl
.
Method Detail |
---|
public ConfigData getData()
public void go()
public int getCurrent()
ProgressBar
to find out how much has been done.
public boolean isDone()
ProgressBar
to find out if the task has completed.
public boolean isCanceled()
ProgressBar
to find out if the task is canceled.
public java.lang.String getMessage()
public java.lang.String getErrorMessage()
public static void addStatMessage(java.lang.String statMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |