Uses of Class
io.github.sosuisen.jfxbuilder.controls.TooltipBuilder
Packages that use TooltipBuilder
-
Uses of TooltipBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TooltipBuilderModifier and TypeMethodDescriptionTooltipBuilder.activatedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theactivatedProperty
of the instance being constructed.final TooltipBuilder
TooltipBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theTooltip#getStyleClass()
method.final TooltipBuilder
TooltipBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theTooltip#getStyleClass()
method.TooltipBuilder.anchorLocation
(PopupWindow.AnchorLocation value) A builder method that invokes thesetAnchorLocation
method on the instance being constructed.TooltipBuilder.anchorLocationPropertyApply
(Consumer<ObjectProperty<PopupWindow.AnchorLocation>> op) Applies a function to theanchorLocationProperty
of the instance being constructed.TooltipBuilder.anchorX
(double value) A builder method that invokes thesetAnchorX
method on the instance being constructed.TooltipBuilder.anchorXPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorXProperty
of the instance being constructed.TooltipBuilder.anchorY
(double value) A builder method that invokes thesetAnchorY
method on the instance being constructed.TooltipBuilder.anchorYPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorYProperty
of the instance being constructed.Applies a function to the Tooltip instance being constructed.TooltipBuilder.autoFix
(boolean value) A builder method that invokes thesetAutoFix
method on the instance being constructed.TooltipBuilder.autoFixPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theautoFixProperty
of the instance being constructed.TooltipBuilder.autoHide
(boolean value) A builder method that invokes thesetAutoHide
method on the instance being constructed.TooltipBuilder.autoHidePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theautoHideProperty
of the instance being constructed.TooltipBuilder.consumeAutoHidingEvents
(boolean value) A builder method that invokes thesetConsumeAutoHidingEvents
method on the instance being constructed.TooltipBuilder.consumeAutoHidingEventsPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theconsumeAutoHidingEventsProperty
of the instance being constructed.TooltipBuilder.contentDisplay
(ContentDisplay value) A builder method that invokes thesetContentDisplay
method on the instance being constructed.TooltipBuilder.contentDisplayPropertyApply
(Consumer<ObjectProperty<ContentDisplay>> op) Applies a function to thecontentDisplayProperty
of the instance being constructed.static TooltipBuilder
TooltipBuilder.create()
Returns an instance of theTooltipBuilder
.static TooltipBuilder
Accepts the constructor arguments ofTooltip(String)
and returns an instance ofTooltipBuilder
.TooltipBuilder.eventDispatcher
(EventDispatcher value) A builder method that invokes thesetEventDispatcher
method on the instance being constructed.TooltipBuilder.eventDispatcherPropertyApply
(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherProperty
of the instance being constructed.TooltipBuilder.focusedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedProperty
of the instance being constructed.A builder method that invokes thesetFont
method on the instance being constructed.TooltipBuilder.fontPropertyApply
(Consumer<ObjectProperty<Font>> op) Applies a function to thefontProperty
of the instance being constructed.TooltipBuilder.forceIntegerRenderScale
(boolean forced) A builder method that invokes thesetForceIntegerRenderScale
method on the instance being constructed.TooltipBuilder.forceIntegerRenderScalePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theforceIntegerRenderScaleProperty
of the instance being constructed.A builder method that invokes thesetGraphic
method on the instance being constructed.TooltipBuilder.graphicPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicProperty
of the instance being constructed.TooltipBuilder.graphicTextGap
(double value) A builder method that invokes thesetGraphicTextGap
method on the instance being constructed.TooltipBuilder.graphicTextGapPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thegraphicTextGapProperty
of the instance being constructed.TooltipBuilder.height
(double value) A builder method that invokes thesetHeight
method on the instance being constructed.TooltipBuilder.heightPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.A builder method that invokes thesetHideDelay
method on the instance being constructed.TooltipBuilder.hideDelayPropertyApply
(Consumer<ObjectProperty<Duration>> op) Applies a function to thehideDelayProperty
of the instance being constructed.TooltipBuilder.hideOnEscape
(boolean value) A builder method that invokes thesetHideOnEscape
method on the instance being constructed.TooltipBuilder.hideOnEscapePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thehideOnEscapeProperty
of the instance being constructed.A builder method that invokes thesetId
method on the instance being constructed.TooltipBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.TooltipBuilder.maxHeight
(double value) A builder method that invokes thesetMaxHeight
method on the instance being constructed.TooltipBuilder.maxHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxHeightProperty
of the instance being constructed.TooltipBuilder.maxSize
(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSize
method on the instance being constructed.TooltipBuilder.maxWidth
(double value) A builder method that invokes thesetMaxWidth
method on the instance being constructed.TooltipBuilder.maxWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxWidthProperty
of the instance being constructed.TooltipBuilder.minHeight
(double value) A builder method that invokes thesetMinHeight
method on the instance being constructed.TooltipBuilder.minHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminHeightProperty
of the instance being constructed.TooltipBuilder.minSize
(double minWidth, double minHeight) A builder method that invokes thesetMinSize
method on the instance being constructed.TooltipBuilder.minWidth
(double value) A builder method that invokes thesetMinWidth
method on the instance being constructed.TooltipBuilder.minWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminWidthProperty
of the instance being constructed.TooltipBuilder.onAutoHide
(EventHandler<Event> value) A builder method that invokes thesetOnAutoHide
method on the instance being constructed.TooltipBuilder.onAutoHidePropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonAutoHideProperty
of the instance being constructed.TooltipBuilder.onCloseRequest
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnCloseRequest
method on the instance being constructed.TooltipBuilder.onCloseRequestPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonCloseRequestProperty
of the instance being constructed.TooltipBuilder.onHidden
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHidden
method on the instance being constructed.TooltipBuilder.onHiddenPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHiddenProperty
of the instance being constructed.TooltipBuilder.onHiding
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHiding
method on the instance being constructed.TooltipBuilder.onHidingPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHidingProperty
of the instance being constructed.TooltipBuilder.onShowing
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShowing
method on the instance being constructed.TooltipBuilder.onShowingPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShowingProperty
of the instance being constructed.TooltipBuilder.onShown
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShown
method on the instance being constructed.TooltipBuilder.onShownPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShownProperty
of the instance being constructed.TooltipBuilder.opacity
(double value) A builder method that invokes thesetOpacity
method on the instance being constructed.TooltipBuilder.opacityPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theopacityProperty
of the instance being constructed.TooltipBuilder.outputScaleXPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleXProperty
of the instance being constructed.TooltipBuilder.outputScaleYPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleYProperty
of the instance being constructed.TooltipBuilder.ownerNodePropertyApply
(Consumer<ReadOnlyObjectProperty<Node>> op) Applies a function to theownerNodeProperty
of the instance being constructed.TooltipBuilder.ownerWindowPropertyApply
(Consumer<ReadOnlyObjectProperty<Window>> op) Applies a function to theownerWindowProperty
of the instance being constructed.TooltipBuilder.prefHeight
(double value) A builder method that invokes thesetPrefHeight
method on the instance being constructed.TooltipBuilder.prefHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theprefHeightProperty
of the instance being constructed.TooltipBuilder.prefSize
(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSize
method on the instance being constructed.TooltipBuilder.prefWidth
(double value) A builder method that invokes thesetPrefWidth
method on the instance being constructed.TooltipBuilder.prefWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theprefWidthProperty
of the instance being constructed.TooltipBuilder.renderScaleX
(double scale) A builder method that invokes thesetRenderScaleX
method on the instance being constructed.TooltipBuilder.renderScaleXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to therenderScaleXProperty
of the instance being constructed.TooltipBuilder.renderScaleY
(double scale) A builder method that invokes thesetRenderScaleY
method on the instance being constructed.TooltipBuilder.renderScaleYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to therenderScaleYProperty
of the instance being constructed.TooltipBuilder.scenePropertyApply
(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thesceneProperty
of the instance being constructed.A builder method that invokes thesetShowDelay
method on the instance being constructed.TooltipBuilder.showDelayPropertyApply
(Consumer<ObjectProperty<Duration>> op) Applies a function to theshowDelayProperty
of the instance being constructed.TooltipBuilder.showDuration
(Duration showDuration) A builder method that invokes thesetShowDuration
method on the instance being constructed.TooltipBuilder.showDurationPropertyApply
(Consumer<ObjectProperty<Duration>> op) Applies a function to theshowDurationProperty
of the instance being constructed.TooltipBuilder.showingPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theshowingProperty
of the instance being constructed.A builder method that invokes thesetSkin
method on the instance being constructed.TooltipBuilder.skinPropertyApply
(Consumer<ObjectProperty<Skin<?>>> op) Applies a function to theskinProperty
of the instance being constructed.A builder method that invokes thesetStyle
method on the instance being constructed.TooltipBuilder.stylePropertyApply
(Consumer<StringProperty> op) Applies a function to thestyleProperty
of the instance being constructed.A builder method that invokes thesetText
method on the instance being constructed.TooltipBuilder.textAlignment
(TextAlignment value) A builder method that invokes thesetTextAlignment
method on the instance being constructed.TooltipBuilder.textAlignmentPropertyApply
(Consumer<ObjectProperty<TextAlignment>> op) Applies a function to thetextAlignmentProperty
of the instance being constructed.TooltipBuilder.textOverrun
(OverrunStyle value) A builder method that invokes thesetTextOverrun
method on the instance being constructed.TooltipBuilder.textOverrunPropertyApply
(Consumer<ObjectProperty<OverrunStyle>> op) Applies a function to thetextOverrunProperty
of the instance being constructed.TooltipBuilder.textPropertyApply
(Consumer<StringProperty> op) Applies a function to thetextProperty
of the instance being constructed.A builder method that invokes thesetUserData
method on the instance being constructed.TooltipBuilder.width
(double value) A builder method that invokes thesetWidth
method on the instance being constructed.TooltipBuilder.widthPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.TooltipBuilder.wrapText
(boolean value) A builder method that invokes thesetWrapText
method on the instance being constructed.TooltipBuilder.wrapTextPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thewrapTextProperty
of the instance being constructed.TooltipBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.TooltipBuilder.xPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.TooltipBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.TooltipBuilder.yPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.