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