Class MenuButtonSkin

All Implemented Interfaces:
Skin<MenuButton>

public class MenuButtonSkin
extends MenuButtonSkinBase<MenuButton>
Default skin implementation for the MenuButton control.
Since:
9
See Also:
MenuButton
  • Constructor Details

    • MenuButtonSkin

      public MenuButtonSkin​(MenuButton control)
      Creates a new MenuButtonSkin 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