Class JSProgressBar


  • public class JSProgressBar
    extends JSComponent
    The javax.swing.JProgressBar clone
    Author:
    gianpiero.diblasi
    • Constructor Detail

      • JSProgressBar

        public JSProgressBar()
        Creates the object
    • Method Detail

      • setMaximum

        public void setMaximum​(int value)
        Clone of javax.swing.JProgressBar.setMaximum
        Parameters:
        value - The value
      • setMinimum

        public void setMinimum​(int value)
        Clone of javax.swing.JProgressBar.setMinimum
        Parameters:
        value - The value
      • setValue

        public void setValue​(int value)
        Clone of javax.swing.JProgressBar.setValue
        Parameters:
        value - The value
      • setIndeterminate

        public void setIndeterminate​(boolean b)
        Clone of javax.swing.JProgressBar.setIndeterminate
        Parameters:
        b - true to set an indeterminate progressbar, false otherwise
      • setStringPainted

        public void setStringPainted​(boolean b)
        Clone of javax.swing.JProgressBar.setStringPainted
        Parameters:
        b - true to paint the string, false otherwise
      • setString

        public void setString​(java.lang.String string)
        Clone of javax.swing.JProgressBar.setString
        Parameters:
        string - The string to paint
      • setOrientation

        public void setOrientation​(int orientation)
        Clone of javax.swing.JProgressBar.setOrientation
        Parameters:
        orientation - The orientation