Class ChoiceBoxSkin<T>

java.lang.Object
javafx.scene.control.SkinBase<ChoiceBox<T>>
javafx.scene.control.skin.ChoiceBoxSkin<T>
All Implemented Interfaces:
Skin<ChoiceBox<T>>

public class ChoiceBoxSkin<T> extends SkinBase<ChoiceBox<T>>
Default skin implementation for the ChoiceBox control.
Since:
9
See Also:
  • Constructor Details

    • ChoiceBoxSkin

      public ChoiceBoxSkin(ChoiceBox<T> control)
      Creates a new ChoiceBoxSkin 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.