|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressBarInterface
Interface for a progress bar used in core component to indicate the status of parsing and running the heuristic.
Method Summary | |
---|---|
int |
getMaximum()
Gets the maximum value for the progress bar. |
int |
getMinimum()
Gets the minimum value for the progress bar. |
double |
getPercentageComplete()
Gets the current percentage completed. |
java.lang.String |
getString()
Gets the current action description. |
int |
getValue()
Gets the current value of the progress bar. |
void |
setMaximum(int maximum)
Sets the maximum value of the progress bar. |
void |
setMinimum(int minimum)
Sets the minimum value of the progress bar. |
void |
setString(java.lang.String string)
Sets the action description string. |
void |
setValue(int value)
Sets the current value of the progress bar. |
void |
setVisible(boolean visible)
Method for setting the progress bar (dialog) visible or hiding it. |
Method Detail |
---|
int getMaximum()
int getMinimum()
double getPercentageComplete()
java.lang.String getString()
int getValue()
void setMaximum(int maximum)
maximum
- Maximum value of the progress bar.void setMinimum(int minimum)
minimum
- Minimum value of the progress bar.void setString(java.lang.String string)
string
- Current action description.void setValue(int value)
value
- Current value.void setVisible(boolean visible)
visible
- Indicates wether the progress bar is visible or invisible.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |