Class UIFrameStatusBar

All Implemented Interfaces:
UIKeyHandler, Hintable, Savable

public class UIFrameStatusBar extends UIPanel
This panel extension defines a frame status bar (used at the bottom of a frame) with a text label and resize handle.
  • Constructor Details

    • UIFrameStatusBar

      public UIFrameStatusBar()
      Construct a new status bar
  • Method Details

    • getResizeButton

      public com.ardor3d.extension.ui.UIFrameStatusBar.FrameResizeButton getResizeButton()
    • getStatusLabel

      public UILabel getStatusLabel()
    • attachedToHud

      public void attachedToHud()
      Description copied from class: UIComponent
      Override to provide an action to take when this component or its top level component are attached to a UIHud.
      Overrides:
      attachedToHud in class UIContainer
    • detachedFromHud

      public void detachedFromHud()
      Description copied from class: UIComponent
      Override to provide an action to take just before this component or its top level component are removed from a UIHud.
      Overrides:
      detachedFromHud in class UIContainer
    • setResizeListener

      public void setResizeListener(DragListener listener)
    • getResizeListener

      public DragListener getResizeListener()