Class UICheckBox

All Implemented Interfaces:
UIKeyHandler, Textable, Hintable, Savable

public class UICheckBox extends UIButton
A extension of button that is specifically selectable. This class is defined distinctly from UIButton to allow for specific skinning.
  • Constructor Details

    • UICheckBox

      public UICheckBox()
    • UICheckBox

      public UICheckBox(String text)
    • UICheckBox

      public UICheckBox(String text, SubTex icon)
  • Method Details

    • setSelectable

      public void setSelectable(boolean selectable)
      Ignored
      Overrides:
      setSelectable in class UIButton
      Parameters:
      selectable - true if this button should be selectable
    • isSelectable

      public boolean isSelectable()
      Overrides:
      isSelectable in class UIButton
      Returns:
      true