Class ProgressWindow
- java.lang.Object
-
- org.kopi.vkopi.lib.ui.swing.visual.ProgressWindow
-
public class ProgressWindow extends java.lang.ObjectThis class displays a window with a menu, a tool bar, a content panel and a footbar
-
-
Constructor Summary
Constructors Constructor Description ProgressWindow(java.awt.Frame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetCurrentJob(int jobNumber)voidsetProgressDialog(java.lang.String message, int totalJobs)setWaitInfovoidsetTotalJobs(int totalJobs)voidunsetProgressDialog()change mode to free state
-
-
-
Method Detail
-
setTotalJobs
public void setTotalJobs(int totalJobs)
-
setCurrentJob
public void setCurrentJob(int jobNumber)
-
setProgressDialog
public final void setProgressDialog(java.lang.String message, int totalJobs)setWaitInfo
-
unsetProgressDialog
public final void unsetProgressDialog()
change mode to free state
-
-