Package org.meteoinfo.ui
Class ProgressBarUpdator
- java.lang.Object
-
- org.meteoinfo.ui.ProgressBarUpdator
-
- All Implemented Interfaces:
java.lang.Runnable
public class ProgressBarUpdator extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description ProgressBarUpdator(javax.swing.JProgressBar jpb)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Action of the thread will be executed here.voidsetValue(java.lang.Integer value)Sets the value to the progress bar
-
-
-
Method Detail
-
setValue
public void setValue(java.lang.Integer value)
Sets the value to the progress bar- Parameters:
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.- Specified by:
runin interfacejava.lang.Runnable
-
-