java.lang.Object
javafx.scene.control.SkinBase<javafx.scene.control.Slider>
javafx.scene.control.skin.SliderSkin
atlantafx.base.controls.ProgressSliderSkin
- All Implemented Interfaces:
javafx.scene.control.Skin<javafx.scene.control.Slider>
public class ProgressSliderSkin
extends javafx.scene.control.skin.SliderSkin
A
Slider
skin that supports progress color indication.-
Field Summary
Modifier and TypeFieldDescriptionprotected final javafx.scene.layout.StackPane
protected final javafx.scene.layout.StackPane
protected final javafx.scene.layout.StackPane
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
layoutChildren
(double x, double y, double w, double h) Methods inherited from class javafx.scene.control.skin.SliderSkin
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, dispose
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, consumeMouseEvents, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javafx.scene.control.Skin
install
-
Field Details
-
thumb
protected final javafx.scene.layout.StackPane thumb -
track
protected final javafx.scene.layout.StackPane track -
progressTrack
protected final javafx.scene.layout.StackPane progressTrack
-
-
Constructor Details
-
ProgressSliderSkin
public ProgressSliderSkin(javafx.scene.control.Slider slider)
-
-
Method Details
-
layoutChildren
protected void layoutChildren(double x, double y, double w, double h) - Overrides:
layoutChildren
in classjavafx.scene.control.skin.SliderSkin
-