Class SpinnerSkin<T>

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

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

    • SpinnerSkin

      public SpinnerSkin​(Spinner<T> control)
      Creates a new SpinnerSkin 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.