Class RangeSliderSkin.ThumbPane

All Implemented Interfaces:
Styleable, EventTarget
Enclosing class:
RangeSliderSkin

@ClassVersion(sourceVersion="$Id: RangeSliderSkin.java 1121 2024-03-16 16:51:23Z tquadrat $") @API(status=INTERNAL, since="0.4.6") private static final class RangeSliderSkin.ThumbPane extends StackPane
The implementation of StackPane that is used for the thumbs of a RangeSlider instance.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: RangeSliderSkin.java 1121 2024-03-16 16:51:23Z tquadrat $
Since:
0.4.6
Inspired through:
ControlsFX Project
UML Diagram
UML Diagram for "org.tquadrat.foundation.fx.control.skin.RangeSliderSkin.ThumbPane"

UML Diagram for "org.tquadrat.foundation.fx.control.skin.RangeSliderSkin.ThumbPane"

UML Diagram for "org.tquadrat.foundation.fx.control.skin.RangeSliderSkin.ThumbPane"
  • Constructor Details

    • ThumbPane

      public ThumbPane()
      Creates a new instance of ThumbPane.
  • Method Details

    • setFocus

      public final void setFocus(boolean flag)
      Sets the focus.
      Parameters:
      flag - true if this instance has the focus, false if not.