Uses of Class
io.github.sosuisen.jfxbuilder.controls.SplitPaneBuilder
Packages that use SplitPaneBuilder
-
Uses of SplitPaneBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return SplitPaneBuilderModifier and TypeMethodDescriptionSplitPaneBuilder.accessibleHelp(String value) A builder method that invokes thesetAccessibleHelpmethod on the instance being constructed.SplitPaneBuilder.accessibleHelpPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleHelpPropertyof the instance being constructed.SplitPaneBuilder.accessibleRole(AccessibleRole value) A builder method that invokes thesetAccessibleRolemethod on the instance being constructed.SplitPaneBuilder.accessibleRoleDescription(String value) A builder method that invokes thesetAccessibleRoleDescriptionmethod on the instance being constructed.SplitPaneBuilder.accessibleRoleDescriptionPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleRoleDescriptionPropertyof the instance being constructed.SplitPaneBuilder.accessibleRolePropertyApply(Consumer<ObjectProperty<AccessibleRole>> op) Applies a function to theaccessibleRolePropertyof the instance being constructed.SplitPaneBuilder.accessibleText(String value) A builder method that invokes thesetAccessibleTextmethod on the instance being constructed.SplitPaneBuilder.accessibleTextPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleTextPropertyof the instance being constructed.final SplitPaneBuilderSplitPaneBuilder.addDividers(Collection<? extends SplitPane.Divider> col) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getDividers()method.final SplitPaneBuilderSplitPaneBuilder.addDividers(SplitPane.Divider... elements) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getDividers()method.final SplitPaneBuilderSplitPaneBuilder.addItems(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getItems()method.final SplitPaneBuilderCalls theaddAllmethod on the ObservableList returned by theSplitPane#getItems()method.final SplitPaneBuilderSplitPaneBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getStyleClass()method.final SplitPaneBuilderSplitPaneBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getStyleClass()method.final SplitPaneBuilderSplitPaneBuilder.addStylesheets(String... elements) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getStylesheets()method.final SplitPaneBuilderSplitPaneBuilder.addStylesheets(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getStylesheets()method.SplitPaneBuilder.addStylesheetsText(String css) Utility setter to add CSS string for this SplitPane's contents.final SplitPaneBuilderSplitPaneBuilder.addTransforms(Collection<? extends Transform> col) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getTransforms()method.final SplitPaneBuilderSplitPaneBuilder.addTransforms(Transform... elements) Calls theaddAllmethod on the ObservableList returned by theSplitPane#getTransforms()method.SplitPaneBuilder.alignmentInBorderPane(Pos value) Invokes theBorderPane.setAlignment(Node, Pos)using a fluent API.SplitPaneBuilder.alignmentInStackPane(Pos value) Invokes theStackPane.setAlignment(Node, Pos)using a fluent API.SplitPaneBuilder.alignmentInTilePane(Pos value) Invokes theTilePane.setAlignment(Node, Pos)using a fluent API.Applies a function to the SplitPane instance being constructed.SplitPaneBuilder.background(Background value) A builder method that invokes thesetBackgroundmethod on the instance being constructed.SplitPaneBuilder.backgroundPropertyApply(Consumer<ObjectProperty<Background>> op) Applies a function to thebackgroundPropertyof the instance being constructed.A builder method that invokes thesetBlendModemethod on the instance being constructed.SplitPaneBuilder.blendModePropertyApply(Consumer<ObjectProperty<BlendMode>> op) Applies a function to theblendModePropertyof the instance being constructed.A builder method that invokes thesetBordermethod on the instance being constructed.SplitPaneBuilder.borderPropertyApply(Consumer<ObjectProperty<Border>> op) Applies a function to theborderPropertyof the instance being constructed.SplitPaneBuilder.bottomAnchorInAnchorPane(Double value) Invokes theAnchorPane.setBottomAnchor(Node, Double)using a fluent API.SplitPaneBuilder.boundsInLocalPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInLocalPropertyof the instance being constructed.SplitPaneBuilder.boundsInParentPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInParentPropertyof the instance being constructed.SplitPaneBuilder.cache(boolean value) A builder method that invokes thesetCachemethod on the instance being constructed.A builder method that invokes thesetCacheHintmethod on the instance being constructed.SplitPaneBuilder.cacheHintPropertyApply(Consumer<ObjectProperty<CacheHint>> op) Applies a function to thecacheHintPropertyof the instance being constructed.SplitPaneBuilder.cachePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecachePropertyof the instance being constructed.SplitPaneBuilder.cacheShape(boolean value) A builder method that invokes thesetCacheShapemethod on the instance being constructed.SplitPaneBuilder.cacheShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecacheShapePropertyof the instance being constructed.SplitPaneBuilder.centerShape(boolean value) A builder method that invokes thesetCenterShapemethod on the instance being constructed.SplitPaneBuilder.centerShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecenterShapePropertyof the instance being constructed.A builder method that invokes thesetClipmethod on the instance being constructed.SplitPaneBuilder.clipPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to theclipPropertyof the instance being constructed.SplitPaneBuilder.columnIndexInGridPane(Integer value) Invokes theGridPane.setColumnIndex(Node, Integer)using a fluent API.SplitPaneBuilder.columnSpanInGridPane(Integer value) Invokes theGridPane.setColumnSpan(Node, Integer)using a fluent API.SplitPaneBuilder.constraintsInGridPane(int columnIndex, int rowIndex) Invokes theGridPane.setConstraints(Node, int, int)using a fluent API.SplitPaneBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan) Invokes theGridPane.setConstraints(Node, int, int, int, int)using a fluent API.SplitPaneBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos)using a fluent API.SplitPaneBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority)using a fluent API.SplitPaneBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow, Insets margin) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority, Insets)using a fluent API.SplitPaneBuilder.contextMenu(ContextMenu value) A builder method that invokes thesetContextMenumethod on the instance being constructed.SplitPaneBuilder.contextMenuPropertyApply(Consumer<ObjectProperty<ContextMenu>> op) Applies a function to thecontextMenuPropertyof the instance being constructed.static SplitPaneBuilderSplitPaneBuilder.create()Returns an instance of theSplitPaneBuilder.static SplitPaneBuilderAccepts the constructor arguments ofSplitPane(Node...)and returns an instance ofSplitPaneBuilder.A builder method that invokes thesetCursormethod on the instance being constructed.SplitPaneBuilder.cursorPropertyApply(Consumer<ObjectProperty<Cursor>> op) Applies a function to thecursorPropertyof the instance being constructed.A builder method that invokes thesetDepthTestmethod on the instance being constructed.SplitPaneBuilder.depthTestPropertyApply(Consumer<ObjectProperty<DepthTest>> op) Applies a function to thedepthTestPropertyof the instance being constructed.SplitPaneBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.SplitPaneBuilder.disabledPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thedisabledPropertyof the instance being constructed.SplitPaneBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.SplitPaneBuilder.dividerPosition(int dividerIndex, double position) A builder method that invokes thesetDividerPositionmethod on the instance being constructed.SplitPaneBuilder.dividerPositions(double... positions) A builder method that invokes thesetDividerPositionsmethod on the instance being constructed.A builder method that invokes thesetEffectmethod on the instance being constructed.SplitPaneBuilder.effectiveNodeOrientationPropertyApply(Consumer<ReadOnlyObjectProperty<NodeOrientation>> op) Applies a function to theeffectiveNodeOrientationPropertyof the instance being constructed.SplitPaneBuilder.effectPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theeffectPropertyof the instance being constructed.SplitPaneBuilder.eventDispatcher(EventDispatcher value) A builder method that invokes thesetEventDispatchermethod on the instance being constructed.SplitPaneBuilder.eventDispatcherPropertyApply(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherPropertyof the instance being constructed.SplitPaneBuilder.fillHeightInGridPane(Boolean value) Invokes theGridPane.setFillHeight(Node, Boolean)using a fluent API.SplitPaneBuilder.fillWidthInGridPane(Boolean value) Invokes theGridPane.setFillWidth(Node, Boolean)using a fluent API.SplitPaneBuilder.focusedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedPropertyof the instance being constructed.SplitPaneBuilder.focusTraversable(boolean value) A builder method that invokes thesetFocusTraversablemethod on the instance being constructed.SplitPaneBuilder.focusTraversablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thefocusTraversablePropertyof the instance being constructed.SplitPaneBuilder.hAlignmentInGridPane(HPos value) Invokes theGridPane.setHalignment(Node, HPos)using a fluent API.SplitPaneBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.SplitPaneBuilder.hGrowInGridPane(Priority value) Invokes theGridPane.setHgrow(Node, Priority)using a fluent API.SplitPaneBuilder.hGrowInHBox(Priority value) Invokes theHBox.setHgrow(Node, Priority)using a fluent API.SplitPaneBuilder.hoverPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thehoverPropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.SplitPaneBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.SplitPaneBuilder.inputMethodRequests(InputMethodRequests value) A builder method that invokes thesetInputMethodRequestsmethod on the instance being constructed.SplitPaneBuilder.inputMethodRequestsPropertyApply(Consumer<ObjectProperty<InputMethodRequests>> op) Applies a function to theinputMethodRequestsPropertyof the instance being constructed.SplitPaneBuilder.insetsPropertyApply(Consumer<ReadOnlyObjectProperty<Insets>> op) Applies a function to theinsetsPropertyof the instance being constructed.SplitPaneBuilder.layoutBoundsPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to thelayoutBoundsPropertyof the instance being constructed.SplitPaneBuilder.layoutX(double value) A builder method that invokes thesetLayoutXmethod on the instance being constructed.SplitPaneBuilder.layoutXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelayoutXPropertyof the instance being constructed.SplitPaneBuilder.layoutY(double value) A builder method that invokes thesetLayoutYmethod on the instance being constructed.SplitPaneBuilder.layoutYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelayoutYPropertyof the instance being constructed.SplitPaneBuilder.leftAnchorInAnchorPane(Double value) Invokes theAnchorPane.setLeftAnchor(Node, Double)using a fluent API.SplitPaneBuilder.localToParentTransformPropertyApply(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToParentTransformPropertyof the instance being constructed.SplitPaneBuilder.localToSceneTransformPropertyApply(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToSceneTransformPropertyof the instance being constructed.SplitPaneBuilder.managed(boolean value) A builder method that invokes thesetManagedmethod on the instance being constructed.SplitPaneBuilder.managedPropertyApply(Consumer<BooleanProperty> op) Applies a function to themanagedPropertyof the instance being constructed.SplitPaneBuilder.marginInBorderPane(Insets value) Invokes theBorderPane.setMargin(Node, Insets)using a fluent API.SplitPaneBuilder.marginInFlowPane(Insets value) Invokes theFlowPane.setMargin(Node, Insets)using a fluent API.SplitPaneBuilder.marginInGridPane(Insets value) Invokes theGridPane.setMargin(Node, Insets)using a fluent API.SplitPaneBuilder.marginInHBox(Insets value) Invokes theHBox.setMargin(Node, Insets)using a fluent API.SplitPaneBuilder.marginInStackPane(Insets value) Invokes theStackPane.setMargin(Node, Insets)using a fluent API.SplitPaneBuilder.marginInTilePane(Insets value) Invokes theTilePane.setMargin(Node, Insets)using a fluent API.SplitPaneBuilder.marginInVBox(Insets value) Invokes theVBox.setMargin(Node, Insets)using a fluent API.SplitPaneBuilder.maxHeight(double value) A builder method that invokes thesetMaxHeightmethod on the instance being constructed.SplitPaneBuilder.maxHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxHeightPropertyof the instance being constructed.SplitPaneBuilder.maxSize(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSizemethod on the instance being constructed.SplitPaneBuilder.maxWidth(double value) A builder method that invokes thesetMaxWidthmethod on the instance being constructed.SplitPaneBuilder.maxWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxWidthPropertyof the instance being constructed.SplitPaneBuilder.minHeight(double value) A builder method that invokes thesetMinHeightmethod on the instance being constructed.SplitPaneBuilder.minHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminHeightPropertyof the instance being constructed.SplitPaneBuilder.minSize(double minWidth, double minHeight) A builder method that invokes thesetMinSizemethod on the instance being constructed.SplitPaneBuilder.minWidth(double value) A builder method that invokes thesetMinWidthmethod on the instance being constructed.SplitPaneBuilder.minWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminWidthPropertyof the instance being constructed.SplitPaneBuilder.mouseTransparent(boolean value) A builder method that invokes thesetMouseTransparentmethod on the instance being constructed.SplitPaneBuilder.mouseTransparentPropertyApply(Consumer<BooleanProperty> op) Applies a function to themouseTransparentPropertyof the instance being constructed.SplitPaneBuilder.needsLayoutPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theneedsLayoutPropertyof the instance being constructed.SplitPaneBuilder.nodeOrientation(NodeOrientation orientation) A builder method that invokes thesetNodeOrientationmethod on the instance being constructed.SplitPaneBuilder.nodeOrientationPropertyApply(Consumer<ObjectProperty<NodeOrientation>> op) Applies a function to thenodeOrientationPropertyof the instance being constructed.SplitPaneBuilder.onContextMenuRequested(EventHandler<? super ContextMenuEvent> value) A builder method that invokes thesetOnContextMenuRequestedmethod on the instance being constructed.SplitPaneBuilder.onContextMenuRequestedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ContextMenuEvent>>> op) Applies a function to theonContextMenuRequestedPropertyof the instance being constructed.SplitPaneBuilder.onDragDetected(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnDragDetectedmethod on the instance being constructed.SplitPaneBuilder.onDragDetectedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonDragDetectedPropertyof the instance being constructed.SplitPaneBuilder.onDragDone(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDonemethod on the instance being constructed.SplitPaneBuilder.onDragDonePropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDonePropertyof the instance being constructed.SplitPaneBuilder.onDragDropped(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDroppedmethod on the instance being constructed.SplitPaneBuilder.onDragDroppedPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDroppedPropertyof the instance being constructed.SplitPaneBuilder.onDragEntered(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragEnteredmethod on the instance being constructed.SplitPaneBuilder.onDragEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragEnteredPropertyof the instance being constructed.SplitPaneBuilder.onDragExited(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragExitedmethod on the instance being constructed.SplitPaneBuilder.onDragExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragExitedPropertyof the instance being constructed.SplitPaneBuilder.onDragOver(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragOvermethod on the instance being constructed.SplitPaneBuilder.onDragOverPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragOverPropertyof the instance being constructed.SplitPaneBuilder.onInputMethodTextChanged(EventHandler<? super InputMethodEvent> value) A builder method that invokes thesetOnInputMethodTextChangedmethod on the instance being constructed.SplitPaneBuilder.onInputMethodTextChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super InputMethodEvent>>> op) Applies a function to theonInputMethodTextChangedPropertyof the instance being constructed.SplitPaneBuilder.onKeyPressed(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyPressedmethod on the instance being constructed.SplitPaneBuilder.onKeyPressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyPressedPropertyof the instance being constructed.SplitPaneBuilder.onKeyReleased(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyReleasedmethod on the instance being constructed.SplitPaneBuilder.onKeyReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyReleasedPropertyof the instance being constructed.SplitPaneBuilder.onKeyTyped(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyTypedmethod on the instance being constructed.SplitPaneBuilder.onKeyTypedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyTypedPropertyof the instance being constructed.SplitPaneBuilder.onMouseClicked(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseClickedmethod on the instance being constructed.SplitPaneBuilder.onMouseClickedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseClickedPropertyof the instance being constructed.SplitPaneBuilder.onMouseDragEntered(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragEnteredmethod on the instance being constructed.SplitPaneBuilder.onMouseDragEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragEnteredPropertyof the instance being constructed.SplitPaneBuilder.onMouseDragExited(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragExitedmethod on the instance being constructed.SplitPaneBuilder.onMouseDragExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragExitedPropertyof the instance being constructed.SplitPaneBuilder.onMouseDragged(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseDraggedmethod on the instance being constructed.SplitPaneBuilder.onMouseDraggedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseDraggedPropertyof the instance being constructed.SplitPaneBuilder.onMouseDragOver(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragOvermethod on the instance being constructed.SplitPaneBuilder.onMouseDragOverPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragOverPropertyof the instance being constructed.SplitPaneBuilder.onMouseDragReleased(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragReleasedmethod on the instance being constructed.SplitPaneBuilder.onMouseDragReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragReleasedPropertyof the instance being constructed.SplitPaneBuilder.onMouseEntered(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseEnteredmethod on the instance being constructed.SplitPaneBuilder.onMouseEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseEnteredPropertyof the instance being constructed.SplitPaneBuilder.onMouseExited(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseExitedmethod on the instance being constructed.SplitPaneBuilder.onMouseExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseExitedPropertyof the instance being constructed.SplitPaneBuilder.onMouseMoved(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseMovedmethod on the instance being constructed.SplitPaneBuilder.onMouseMovedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseMovedPropertyof the instance being constructed.SplitPaneBuilder.onMousePressed(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMousePressedmethod on the instance being constructed.SplitPaneBuilder.onMousePressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMousePressedPropertyof the instance being constructed.SplitPaneBuilder.onMouseReleased(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseReleasedmethod on the instance being constructed.SplitPaneBuilder.onMouseReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseReleasedPropertyof the instance being constructed.SplitPaneBuilder.onRotate(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotatemethod on the instance being constructed.SplitPaneBuilder.onRotatePropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotatePropertyof the instance being constructed.SplitPaneBuilder.onRotationFinished(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationFinishedmethod on the instance being constructed.SplitPaneBuilder.onRotationFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationFinishedPropertyof the instance being constructed.SplitPaneBuilder.onRotationStarted(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationStartedmethod on the instance being constructed.SplitPaneBuilder.onRotationStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationStartedPropertyof the instance being constructed.SplitPaneBuilder.onScroll(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollmethod on the instance being constructed.SplitPaneBuilder.onScrollFinished(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollFinishedmethod on the instance being constructed.SplitPaneBuilder.onScrollFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollFinishedPropertyof the instance being constructed.SplitPaneBuilder.onScrollPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollPropertyof the instance being constructed.SplitPaneBuilder.onScrollStarted(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollStartedmethod on the instance being constructed.SplitPaneBuilder.onScrollStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollStartedPropertyof the instance being constructed.SplitPaneBuilder.onSwipeDown(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeDownmethod on the instance being constructed.SplitPaneBuilder.onSwipeDownPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeDownPropertyof the instance being constructed.SplitPaneBuilder.onSwipeLeft(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeLeftmethod on the instance being constructed.SplitPaneBuilder.onSwipeLeftPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeLeftPropertyof the instance being constructed.SplitPaneBuilder.onSwipeRight(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeRightmethod on the instance being constructed.SplitPaneBuilder.onSwipeRightPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeRightPropertyof the instance being constructed.SplitPaneBuilder.onSwipeUp(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeUpmethod on the instance being constructed.SplitPaneBuilder.onSwipeUpPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeUpPropertyof the instance being constructed.SplitPaneBuilder.onTouchMoved(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchMovedmethod on the instance being constructed.SplitPaneBuilder.onTouchMovedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchMovedPropertyof the instance being constructed.SplitPaneBuilder.onTouchPressed(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchPressedmethod on the instance being constructed.SplitPaneBuilder.onTouchPressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchPressedPropertyof the instance being constructed.SplitPaneBuilder.onTouchReleased(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchReleasedmethod on the instance being constructed.SplitPaneBuilder.onTouchReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchReleasedPropertyof the instance being constructed.SplitPaneBuilder.onTouchStationary(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchStationarymethod on the instance being constructed.SplitPaneBuilder.onTouchStationaryPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchStationaryPropertyof the instance being constructed.SplitPaneBuilder.onZoom(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoommethod on the instance being constructed.SplitPaneBuilder.onZoomFinished(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomFinishedmethod on the instance being constructed.SplitPaneBuilder.onZoomFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomFinishedPropertyof the instance being constructed.SplitPaneBuilder.onZoomPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomPropertyof the instance being constructed.SplitPaneBuilder.onZoomStarted(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomStartedmethod on the instance being constructed.SplitPaneBuilder.onZoomStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomStartedPropertyof the instance being constructed.SplitPaneBuilder.opacity(double value) A builder method that invokes thesetOpacitymethod on the instance being constructed.SplitPaneBuilder.opacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to theopacityPropertyof the instance being constructed.SplitPaneBuilder.opaqueInsets(Insets value) A builder method that invokes thesetOpaqueInsetsmethod on the instance being constructed.SplitPaneBuilder.opaqueInsetsPropertyApply(Consumer<ObjectProperty<Insets>> op) Applies a function to theopaqueInsetsPropertyof the instance being constructed.SplitPaneBuilder.orientation(Orientation value) A builder method that invokes thesetOrientationmethod on the instance being constructed.SplitPaneBuilder.orientationPropertyApply(Consumer<ObjectProperty<Orientation>> op) Applies a function to theorientationPropertyof the instance being constructed.A builder method that invokes thesetPaddingmethod on the instance being constructed.SplitPaneBuilder.paddingPropertyApply(Consumer<ObjectProperty<Insets>> op) Applies a function to thepaddingPropertyof the instance being constructed.SplitPaneBuilder.parentPropertyApply(Consumer<ReadOnlyObjectProperty<Parent>> op) Applies a function to theparentPropertyof the instance being constructed.SplitPaneBuilder.pickOnBounds(boolean value) A builder method that invokes thesetPickOnBoundsmethod on the instance being constructed.SplitPaneBuilder.pickOnBoundsPropertyApply(Consumer<BooleanProperty> op) Applies a function to thepickOnBoundsPropertyof the instance being constructed.SplitPaneBuilder.prefHeight(double value) A builder method that invokes thesetPrefHeightmethod on the instance being constructed.SplitPaneBuilder.prefHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefHeightPropertyof the instance being constructed.SplitPaneBuilder.prefSize(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSizemethod on the instance being constructed.SplitPaneBuilder.prefWidth(double value) A builder method that invokes thesetPrefWidthmethod on the instance being constructed.SplitPaneBuilder.prefWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefWidthPropertyof the instance being constructed.SplitPaneBuilder.pressedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thepressedPropertyof the instance being constructed.SplitPaneBuilder.rightAnchorInAnchorPane(Double value) Invokes theAnchorPane.setRightAnchor(Node, Double)using a fluent API.SplitPaneBuilder.rotate(double value) A builder method that invokes thesetRotatemethod on the instance being constructed.SplitPaneBuilder.rotatePropertyApply(Consumer<DoubleProperty> op) Applies a function to therotatePropertyof the instance being constructed.SplitPaneBuilder.rotationAxis(Point3D value) A builder method that invokes thesetRotationAxismethod on the instance being constructed.SplitPaneBuilder.rotationAxisPropertyApply(Consumer<ObjectProperty<Point3D>> op) Applies a function to therotationAxisPropertyof the instance being constructed.SplitPaneBuilder.rowIndexInGridPane(Integer value) Invokes theGridPane.setRowIndex(Node, Integer)using a fluent API.SplitPaneBuilder.rowSpanInGridPane(Integer value) Invokes theGridPane.setRowSpan(Node, Integer)using a fluent API.SplitPaneBuilder.scaleShape(boolean value) A builder method that invokes thesetScaleShapemethod on the instance being constructed.SplitPaneBuilder.scaleShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thescaleShapePropertyof the instance being constructed.SplitPaneBuilder.scaleX(double value) A builder method that invokes thesetScaleXmethod on the instance being constructed.SplitPaneBuilder.scaleXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleXPropertyof the instance being constructed.SplitPaneBuilder.scaleY(double value) A builder method that invokes thesetScaleYmethod on the instance being constructed.SplitPaneBuilder.scaleYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleYPropertyof the instance being constructed.SplitPaneBuilder.scaleZ(double value) A builder method that invokes thesetScaleZmethod on the instance being constructed.SplitPaneBuilder.scaleZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleZPropertyof the instance being constructed.SplitPaneBuilder.scenePropertyApply(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thescenePropertyof the instance being constructed.A builder method that invokes thesetShapemethod on the instance being constructed.SplitPaneBuilder.shapePropertyApply(Consumer<ObjectProperty<Shape>> op) Applies a function to theshapePropertyof the instance being constructed.A builder method that invokes thesetSkinmethod on the instance being constructed.SplitPaneBuilder.skinPropertyApply(Consumer<ObjectProperty<Skin<?>>> op) Applies a function to theskinPropertyof the instance being constructed.SplitPaneBuilder.snapToPixel(boolean value) A builder method that invokes thesetSnapToPixelmethod on the instance being constructed.SplitPaneBuilder.snapToPixelPropertyApply(Consumer<BooleanProperty> op) Applies a function to thesnapToPixelPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.SplitPaneBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTooltipmethod on the instance being constructed.SplitPaneBuilder.tooltipPropertyApply(Consumer<ObjectProperty<Tooltip>> op) Applies a function to thetooltipPropertyof the instance being constructed.SplitPaneBuilder.topAnchorInAnchorPane(Double value) Invokes theAnchorPane.setTopAnchor(Node, Double)using a fluent API.SplitPaneBuilder.translateX(double value) A builder method that invokes thesetTranslateXmethod on the instance being constructed.SplitPaneBuilder.translateXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateXPropertyof the instance being constructed.SplitPaneBuilder.translateY(double value) A builder method that invokes thesetTranslateYmethod on the instance being constructed.SplitPaneBuilder.translateYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateYPropertyof the instance being constructed.SplitPaneBuilder.translateZ(double value) A builder method that invokes thesetTranslateZmethod on the instance being constructed.SplitPaneBuilder.translateZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateZPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.SplitPaneBuilder.vAlignmentInGridPane(VPos value) Invokes theGridPane.setValignment(Node, VPos)using a fluent API.SplitPaneBuilder.vGrowInGridPane(Priority value) Invokes theGridPane.setVgrow(Node, Priority)using a fluent API.SplitPaneBuilder.vGrowInVBox(Priority value) Invokes theVBox.setVgrow(Node, Priority)using a fluent API.SplitPaneBuilder.viewOrder(double value) A builder method that invokes thesetViewOrdermethod on the instance being constructed.SplitPaneBuilder.viewOrderPropertyApply(Consumer<DoubleProperty> op) Applies a function to theviewOrderPropertyof the instance being constructed.SplitPaneBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.SplitPaneBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.SplitPaneBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.static SplitPaneBuilderSplitPaneBuilder.withDividers(Collection<? extends SplitPane.Divider> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theSplitPane#getDividers()method.static SplitPaneBuilderSplitPaneBuilder.withDividers(SplitPane.Divider... elements) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theSplitPane#getDividers()method.static SplitPaneBuilderSplitPaneBuilder.withItems(Collection<? extends Node> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theSplitPane#getItems()method.static SplitPaneBuilderCreates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theSplitPane#getItems()method.