Class CheckBoxSkin

All Implemented Interfaces:
Skin<CheckBox>

public class CheckBoxSkin extends LabeledSkinBase<CheckBox>
Default skin implementation for the tri-state CheckBox control.
Since:
9
See Also:
  • Constructor Details

    • CheckBoxSkin

      public CheckBoxSkin(CheckBox control)
      Creates a new CheckBoxSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.