Class ButtonSkin

All Implemented Interfaces:
Skin<Button>

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

    • ButtonSkin

      public ButtonSkin​(Button control)
      Creates a new ButtonSkin 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.
  • Method Details