Class CIStatusBar

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CIStatusBar extends StatusBar
See Also:
  • Constructor Details

  • Method Details

    • additionalRefresh

      protected void additionalRefresh()
      Description copied from class: StatusBar
      This method is called whenever the status bar is refreshed. When additional type-specific information is shown in a subclassed status bar, this method should be overridden to refresh that information.
      Overrides:
      additionalRefresh in class StatusBar
    • refreshWeight

      protected void refreshWeight()
      Description copied from class: StatusBar
      Refreshes the weight display. This may be overridden; when doing so, the StatusBar.tons JLabel should be updated to reflect the weight.
      Overrides:
      refreshWeight in class StatusBar