Class JStatusBar

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.jfree.report.modules.gui.swing.common.JStatusBar
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class JStatusBar extends JComponent
See Also:
  • Field Details

  • Constructor Details

    • JStatusBar

      public JStatusBar()
    • JStatusBar

      public JStatusBar(IconTheme theme)
  • Method Details

    • getIconTheme

      protected IconTheme getIconTheme()
    • setIconTheme

      public void setIconTheme(IconTheme iconTheme)
    • getExtensionArea

      public JComponent getExtensionArea()
    • getStatusType

      public int getStatusType()
    • getStatusText

      public String getStatusText()
    • setStatusText

      public void setStatusText(String text)
    • setStatusType

      public void setStatusType(int type)
    • setStatus

      public void setStatus(int type, String text)
    • clear

      public void clear()
    • getLocale

      public Locale getLocale()
      Gets the locale of this component.
      Overrides:
      getLocale in class Component
      Returns:
      this component's locale; if this component does not have a locale, the locale of its parent is returned
      Throws:
      IllegalComponentStateException - if the Component does not have its own locale and has not yet been added to a containment hierarchy such that the locale can be determined from the containing parent
      Since:
      JDK1.1
      See Also: