Class ProgressWindow
java.lang.Object
org.kopi.vkopi.lib.ui.swing.visual.ProgressWindow
This class displays a window with a menu, a tool bar, a content panel
and a footbar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentJob(int jobNumber) final voidsetProgressDialog(String message, int totalJobs) setWaitInfovoidsetTotalJobs(int totalJobs) final voidchange mode to free state
-
Constructor Details
-
ProgressWindow
-
-
Method Details
-
setTotalJobs
public void setTotalJobs(int totalJobs) -
setCurrentJob
public void setCurrentJob(int jobNumber) -
setProgressDialog
setWaitInfo -
unsetProgressDialog
public final void unsetProgressDialog()change mode to free state
-