Class JStatusBar

    • Constructor Detail

      • JStatusBar

        public JStatusBar()
      • JStatusBar

        public JStatusBar​(IconTheme theme)
    • Method Detail

      • getIconTheme

        protected IconTheme getIconTheme()
      • setIconTheme

        public void setIconTheme​(IconTheme iconTheme)
      • getExtensionArea

        public JComponent getExtensionArea()
      • getStatusType

        public StatusType getStatusType()
      • getStatusText

        public String getStatusText()
      • setStatusText

        public void setStatusText​(String text)
      • setStatusType

        public void setStatusType​(StatusType type)
      • 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:
        Component.setLocale(java.util.Locale)