Class ProgressBar

Direct Known Subclasses:
Slider

public class ProgressBar extends OWWidget
Widget that represent the thinlet progressbar.
  • Constructor Details

    • ProgressBar

      public ProgressBar(OWThinlet thinlet, Object component)
    • ProgressBar

      public ProgressBar(OWThinlet thinlet)
  • Method Details

    • getMinimum

      public int getMinimum()
    • getMinimum

      public void getMinimum(int value)
    • getMaximum

      public int getMaximum()
    • getMaximum

      public void getMaximum(int value)
    • getValue

      public int getValue()
    • getValue

      public void getValue(int value)
    • getOrientation

      public EnumOrientation getOrientation()
    • setOrientation

      public void setOrientation(@NotNull @NotNull EnumOrientation value)