|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jstacs.utils.GUIProgressUpdater
public class GUIProgressUpdater
This class implements a ProgressUpdater with a GUI.
| Constructor Summary | |
|---|---|
GUIProgressUpdater(boolean cancelButton)
This is the constructor for a GUIProgressUpdater. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
protected void |
finalize()
|
boolean |
isCancelled()
Specifies if the process is cancelled by the user. |
void |
setMax(int max)
Sets the maximal value that will be set by ProgressUpdater.setValue(int), so a
value of max indicates the end of the supervised method call. |
void |
setValue(int value)
Sets the current value the supervised process has reached. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIProgressUpdater(boolean cancelButton)
GUIProgressUpdater. It enables the
programmer to add a cancel button.
cancelButton - true if the cancel button shall be added| Method Detail |
|---|
public void setMax(int max)
ProgressUpdaterProgressUpdater.setValue(int), so a
value of max indicates the end of the supervised method call.
setMax in interface ProgressUpdatermax - the maximal valuepublic void setValue(int value)
ProgressUpdater
setValue in interface ProgressUpdatervalue - the current value
protected void finalize()
throws Throwable
finalize in class ObjectThrowablepublic boolean isCancelled()
ProgressUpdater
isCancelled in interface ProgressUpdatertrue if process was cancelled, false
otherwisepublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||