All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.Slider.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The Slider Control is used to display a continuous or discrete range of valid numeric choices and allows the user to interact with the control. It is typically represented visually as having a "track" and a "knob" or "thumb" which is dragged within the track. The Slider can optionally show tick marks and labels indicating the different slider position values.

]]>
The amount by which to adjust the slider if the track of the slider is clicked.

]]>
A function for formatting the label for a major tick.

]]>
The unit distance between major tick marks.

]]>
The maximum value represented by this Slider.

]]>
The number of minor ticks to place between any two major ticks.

]]>
The minimum value represented by this Slider.

]]>
The orientation of the Slider can either be horizontal or vertical.

]]>
Indicates that the labels for tick marks should be shown.

]]>
Specifies whether the Skin implementation should show tick marks.

]]>
Indicates whether the value of the Slider should always be aligned with the tick marks.

]]>
When true, indicates the current value of this Slider is changing.

]]>
The current value represented by this Slider.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy