@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class SliderBuilder<B extends SliderBuilder<B>> extends ControlBuilder<B> implements Builder<Slider>
Slider| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private double |
blockIncrement
Deprecated.
|
private StringConverter<java.lang.Double> |
labelFormatter
Deprecated.
|
private double |
majorTickUnit
Deprecated.
|
private double |
max
Deprecated.
|
private double |
min
Deprecated.
|
private int |
minorTickCount
Deprecated.
|
private Orientation |
orientation
Deprecated.
|
private boolean |
showTickLabels
Deprecated.
|
private boolean |
showTickMarks
Deprecated.
|
private boolean |
snapToTicks
Deprecated.
|
private double |
value
Deprecated.
|
private boolean |
valueChanging
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SliderBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Slider x)
Deprecated.
|
B |
blockIncrement(double x)
Deprecated.
Set the value of the
blockIncrement property for the instance constructed by this builder. |
Slider |
build()
Deprecated.
Make an instance of
Slider based on the properties set on this builder. |
static SliderBuilder<?> |
create()
Deprecated.
Creates a new instance of SliderBuilder.
|
B |
labelFormatter(StringConverter<java.lang.Double> x)
Deprecated.
Set the value of the
labelFormatter property for the instance constructed by this builder. |
B |
majorTickUnit(double x)
Deprecated.
Set the value of the
majorTickUnit property for the instance constructed by this builder. |
B |
max(double x)
Deprecated.
Set the value of the
max property for the instance constructed by this builder. |
B |
min(double x)
Deprecated.
Set the value of the
min property for the instance constructed by this builder. |
B |
minorTickCount(int x)
Deprecated.
Set the value of the
minorTickCount property for the instance constructed by this builder. |
B |
orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
showTickLabels(boolean x)
Deprecated.
Set the value of the
showTickLabels property for the instance constructed by this builder. |
B |
showTickMarks(boolean x)
Deprecated.
Set the value of the
showTickMarks property for the instance constructed by this builder. |
B |
snapToTicks(boolean x)
Deprecated.
Set the value of the
snapToTicks property for the instance constructed by this builder. |
B |
value(double x)
Deprecated.
Set the value of the
value property for the instance constructed by this builder. |
B |
valueChanging(boolean x)
Deprecated.
Set the value of the
valueChanging property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltipapplyTo, stylesheets, stylesheetsapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visibleprivate int __set
private double blockIncrement
private StringConverter<java.lang.Double> labelFormatter
private double majorTickUnit
private double max
private double min
private int minorTickCount
private Orientation orientation
private boolean showTickLabels
private boolean showTickMarks
private boolean snapToTicks
private double value
private boolean valueChanging
public static SliderBuilder<?> create()
private void __set(int i)
public void applyTo(Slider x)
public B blockIncrement(double x)
blockIncrement property for the instance constructed by this builder.public B labelFormatter(StringConverter<java.lang.Double> x)
labelFormatter property for the instance constructed by this builder.public B majorTickUnit(double x)
majorTickUnit property for the instance constructed by this builder.public B max(double x)
max property for the instance constructed by this builder.public B min(double x)
min property for the instance constructed by this builder.public B minorTickCount(int x)
minorTickCount property for the instance constructed by this builder.public B orientation(Orientation x)
orientation property for the instance constructed by this builder.public B showTickLabels(boolean x)
showTickLabels property for the instance constructed by this builder.public B showTickMarks(boolean x)
showTickMarks property for the instance constructed by this builder.public B snapToTicks(boolean x)
snapToTicks property for the instance constructed by this builder.public B value(double x)
value property for the instance constructed by this builder.public B valueChanging(boolean x)
valueChanging property for the instance constructed by this builder.