Class BaseXCheckBox

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public final class BaseXCheckBox extends JCheckBox
Project specific check box implementation.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
See Also:
  • Constructor Details

    • BaseXCheckBox

      public BaseXCheckBox(BaseXWindow win, String label, BooleanOption option, Options options)
      Checkbox.
      Parameters:
      win - parent window
      label - checkbox text
      option - option
      options - options
    • BaseXCheckBox

      public BaseXCheckBox(BaseXWindow win, String label, boolean selected)
      Checkbox.
      Parameters:
      win - parent window
      label - checkbox text
      selected - initial selection state
  • Method Details

    • bold

      public BaseXCheckBox bold()
      Chooses a bold font.
      Returns:
      self reference
    • large

      public BaseXCheckBox large()
      Chooses a large font.
      Returns:
      self reference
    • assign

      public void assign()
      Assigns the current checkbox value to the option specified in the constructor.