Class ProgressDialog

java.lang.Object
uibooster.components.ProgressDialog

public class ProgressDialog
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ProgressDialog​(javax.swing.JFrame dialog, javax.swing.JLabel messageLabel, javax.swing.JProgressBar progressBar)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void setMessage​(java.lang.String message)  
    void setProgress​(int current)  
    static ProgressDialog showDialog​(java.lang.String message, java.lang.String title, int min, int max)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProgressDialog

      public ProgressDialog​(javax.swing.JFrame dialog, javax.swing.JLabel messageLabel, javax.swing.JProgressBar progressBar)
  • Method Details

    • setProgress

      public void setProgress​(int current)
    • setMessage

      public void setMessage​(java.lang.String message)
    • close

      public void close()
    • showDialog

      public static ProgressDialog showDialog​(java.lang.String message, java.lang.String title, int min, int max)