Class ToggleButtonSkin

All Implemented Interfaces:
Skin<ToggleButton>

public class ToggleButtonSkin extends LabeledSkinBase<ToggleButton>
Default skin implementation for the ToggleButton control.
Since:
9
See Also:
  • Constructor Details

    • ToggleButtonSkin

      public ToggleButtonSkin(ToggleButton control)
      Creates a new ToggleButtonSkin 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.