|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.util.ProgressIndicator
public class ProgressIndicator
This class is used to report information about the parsing progress to registered observers.
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 | ||||||