Class ProgressBar


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

      Constructors 
      Constructor Description
      ProgressBar()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void clear()  
      static void incDone​(boolean error)  
      static void incTotal​(int nb)  
      static void setEnable​(boolean value)  
      • Methods inherited from class java.lang.Object

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

      • ProgressBar

        public ProgressBar()
    • Method Detail

      • clear

        public static void clear()
      • incTotal

        public static void incTotal​(int nb)
      • incDone

        public static void incDone​(boolean error)
      • setEnable

        public static void setEnable​(boolean value)