程序包 org.meteoinfo.ui

类 ProgressBarUpdator

  • 所有已实现的接口:
    Runnable

    public class ProgressBarUpdator
    extends Object
    implements Runnable
    作者:
    yaqiang
    • 构造器详细资料

      • ProgressBarUpdator

        public ProgressBarUpdator​(JProgressBar jpb)
        Constructor
        参数:
        jpb - The progress bar this has to update
    • 方法详细资料

      • setValue

        public void setValue​(Integer value)
        Sets the value to the progress bar
        参数:
        value - Value to set
      • run

        public void run()
        Action of the thread will be executed here. The value of the progress bar will be set here.
        指定者:
        run 在接口中 Runnable