|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.app.ProgressBarWrapper
Singleton ProgressBarWrapper gives a more comfortable access to the progress bar class, in the future this two classes should be merged.
Constructor Summary | |
ProgressBarWrapper(javax.swing.JFrame frame,
java.lang.String title,
int max)
The constructor. |
Method Summary | |
void |
closeWindow()
Finally close the progress bar window. |
void |
increment(java.lang.String statusText)
This Function increments the progress of an initialized progress bar by one. |
boolean |
isAborted()
Get the aborted attribute of the ProgressBarWrapper object |
void |
openWindow()
With this function you can open a Progress Bar window for showing the current whatsoever status. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProgressBarWrapper(javax.swing.JFrame frame, java.lang.String title, int max)
frame
- No description providedtitle
- No description providedmax
- No description providedMethod Detail |
public void openWindow()
public void increment(java.lang.String statusText)
statusText
- No description providedpublic boolean isAborted()
public void closeWindow()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |