|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.util.ProgressIndicator
This class is used to report information about the parsing progress to registered observers.
| Field Summary | |
protected float |
max_
|
protected int |
step_
|
protected float |
value_
|
| Constructor Summary | |
ProgressIndicator(float max)
|
|
ProgressIndicator(float max,
int step)
|
|
| Method Summary | |
boolean |
changed()
|
void |
finish()
|
double |
getMax()
Gets the max attribute of the ProgressIndicator object |
int |
getPercentage()
Gets the percentage attribute of the ProgressIndicator object |
double |
getValue()
Gets the value attribute of the ProgressIndicator object |
void |
setValue(float value)
Sets the value attribute of the ProgressIndicator object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected float max_
protected float value_
protected int step_
| Constructor Detail |
public ProgressIndicator(float max,
int step)
public ProgressIndicator(float max)
| Method Detail |
public void setValue(float value)
value - The new value valuepublic void finish()
public int getPercentage()
public boolean changed()
public double getMax()
public double getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||