Class UIFrameBar

All Implemented Interfaces:
UIKeyHandler, Hintable, Savable

public class UIFrameBar extends UIPanel
This panel extension defines a standard frame title bar with optional buttons you might find in a typical windowing system (such as minimize, close, etc.)
  • Constructor Details

    • UIFrameBar

      public UIFrameBar(EnumSet<UIFrame.FrameButtons> buttons)
      Construct a new UIFrameBar, adding the buttons as specified in the given EnumSet
      Parameters:
      buttons - the button types we want shown
  • Method Details

    • getCloseButton

      public UIButton getCloseButton()
    • getExpandButton

      public UIButton getExpandButton()
    • getHelpButton

      public UIButton getHelpButton()
    • getMinimizeButton

      public UIButton getMinimizeButton()
    • getTitleLabel

      public UILabel getTitleLabel()