Class MeterProgressBar

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class MeterProgressBar extends JProgressBar
See Also:
  • Field Details

  • Constructor Details

    • MeterProgressBar

      public MeterProgressBar()
    • MeterProgressBar

      public MeterProgressBar(int orient)
    • MeterProgressBar

      public MeterProgressBar(int min, int max)
    • MeterProgressBar

      public MeterProgressBar(int orient, int min, int max)
    • MeterProgressBar

      public MeterProgressBar(BoundedRangeModel newModel)
  • Method Details

    • getUIClassID

      public String getUIClassID()
      Returns a string that specifies the name of the linvalid input: '&f' class that renders this component.
      Overrides:
      getUIClassID in class JProgressBar
      Returns:
      String "MeterProgressBarUI"
    • updateUI

      public void updateUI()
      Resets the UI property to a value from the current look and feel.
      Overrides:
      updateUI in class JProgressBar
      See Also:
    • getStyle

      public int getStyle()
      Getter for property style.
      Returns:
      Value of property style.
    • setStyle

      public void setStyle(int style)
      Setter for property style.
      Parameters:
      style - New value of property style.