Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
SliderBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Slider x) |
B |
blockIncrement(double x)
Set the value of the
blockIncrement property for the instance constructed by this builder. |
Slider |
build()
Make an instance of
Slider based on the properties set on this builder. |
static SliderBuilder<?> |
create()
Creates a new instance of SliderBuilder.
|
B |
labelFormatter(StringConverter<java.lang.Double> x)
Set the value of the
labelFormatter property for the instance constructed by this builder. |
B |
majorTickUnit(double x)
Set the value of the
majorTickUnit property for the instance constructed by this builder. |
B |
max(double x)
Set the value of the
max property for the instance constructed by this builder. |
B |
min(double x)
Set the value of the
min property for the instance constructed by this builder. |
B |
minorTickCount(int x)
Set the value of the
minorTickCount property for the instance constructed by this builder. |
B |
orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
showTickLabels(boolean x)
Set the value of the
showTickLabels property for the instance constructed by this builder. |
B |
showTickMarks(boolean x)
Set the value of the
showTickMarks property for the instance constructed by this builder. |
B |
snapToTicks(boolean x)
Set the value of the
snapToTicks property for the instance constructed by this builder. |
B |
value(double x)
Set the value of the
value property for the instance constructed by this builder. |
B |
valueChanging(boolean x)
Set the value of the
valueChanging property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltip
applyTo, stylesheets, stylesheets
applyTo, 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, visible
public static SliderBuilder<?> create()
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to