Documentation of 'org.jlab.groot.ui.ProgressBar' Java class
ProgressBar
org.jlab.groot.ui

Class ProgressBar



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

      Constructors 
      Constructor and Description
      ProgressBar()
      initialize progress bar properties.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setOut(java.io.PrintStream out)
      called whenever the progress bar needs to be updated.
      void update(int done, int total) 
      • Methods inherited from class java.lang.Object

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

      • ProgressBar

        public ProgressBar()
        initialize progress bar properties.
    • Method Detail

      • setOut

        public void setOut(java.io.PrintStream out)
        called whenever the progress bar needs to be updated. that is whenever progress was made.
        Parameters:
        done - an int representing the work done so far
        total - an int representing the total work
      • update

        public void update(int done,
                           int total)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.