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 theactivatedPropertyof the instance being constructed.final TooltipBuilderTooltipBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theTooltip#getStyleClass()method.final TooltipBuilderTooltipBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theTooltip#getStyleClass()method.TooltipBuilder.anchorLocation(PopupWindow.AnchorLocation value) A builder method that invokes thesetAnchorLocationmethod on the instance being constructed.TooltipBuilder.anchorLocationPropertyApply(Consumer<ObjectProperty<PopupWindow.AnchorLocation>> op) Applies a function to theanchorLocationPropertyof the instance being constructed.TooltipBuilder.anchorX(double value) A builder method that invokes thesetAnchorXmethod on the instance being constructed.TooltipBuilder.anchorXPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorXPropertyof the instance being constructed.TooltipBuilder.anchorY(double value) A builder method that invokes thesetAnchorYmethod on the instance being constructed.TooltipBuilder.anchorYPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorYPropertyof the instance being constructed.Applies a function to the Tooltip instance being constructed.TooltipBuilder.autoFix(boolean value) A builder method that invokes thesetAutoFixmethod on the instance being constructed.TooltipBuilder.autoFixPropertyApply(Consumer<BooleanProperty> op) Applies a function to theautoFixPropertyof the instance being constructed.TooltipBuilder.autoHide(boolean value) A builder method that invokes thesetAutoHidemethod on the instance being constructed.TooltipBuilder.autoHidePropertyApply(Consumer<BooleanProperty> op) Applies a function to theautoHidePropertyof the instance being constructed.TooltipBuilder.consumeAutoHidingEvents(boolean value) A builder method that invokes thesetConsumeAutoHidingEventsmethod on the instance being constructed.TooltipBuilder.consumeAutoHidingEventsPropertyApply(Consumer<BooleanProperty> op) Applies a function to theconsumeAutoHidingEventsPropertyof the instance being constructed.TooltipBuilder.contentDisplay(ContentDisplay value) A builder method that invokes thesetContentDisplaymethod on the instance being constructed.TooltipBuilder.contentDisplayPropertyApply(Consumer<ObjectProperty<ContentDisplay>> op) Applies a function to thecontentDisplayPropertyof the instance being constructed.static TooltipBuilderTooltipBuilder.create()Returns an instance of theTooltipBuilder.static TooltipBuilderAccepts the constructor arguments ofTooltip(String)and returns an instance ofTooltipBuilder.TooltipBuilder.eventDispatcher(EventDispatcher value) A builder method that invokes thesetEventDispatchermethod on the instance being constructed.TooltipBuilder.eventDispatcherPropertyApply(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherPropertyof the instance being constructed.TooltipBuilder.focusedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedPropertyof the instance being constructed.A builder method that invokes thesetFontmethod on the instance being constructed.TooltipBuilder.fontPropertyApply(Consumer<ObjectProperty<Font>> op) Applies a function to thefontPropertyof the instance being constructed.TooltipBuilder.forceIntegerRenderScale(boolean forced) A builder method that invokes thesetForceIntegerRenderScalemethod on the instance being constructed.TooltipBuilder.forceIntegerRenderScalePropertyApply(Consumer<BooleanProperty> op) Applies a function to theforceIntegerRenderScalePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.TooltipBuilder.graphicPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicPropertyof the instance being constructed.TooltipBuilder.graphicTextGap(double value) A builder method that invokes thesetGraphicTextGapmethod on the instance being constructed.TooltipBuilder.graphicTextGapPropertyApply(Consumer<DoubleProperty> op) Applies a function to thegraphicTextGapPropertyof the instance being constructed.TooltipBuilder.height(double value) A builder method that invokes thesetHeightmethod on the instance being constructed.TooltipBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.A builder method that invokes thesetHideDelaymethod on the instance being constructed.TooltipBuilder.hideDelayPropertyApply(Consumer<ObjectProperty<Duration>> op) Applies a function to thehideDelayPropertyof the instance being constructed.TooltipBuilder.hideOnEscape(boolean value) A builder method that invokes thesetHideOnEscapemethod on the instance being constructed.TooltipBuilder.hideOnEscapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thehideOnEscapePropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.TooltipBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.TooltipBuilder.maxHeight(double value) A builder method that invokes thesetMaxHeightmethod on the instance being constructed.TooltipBuilder.maxHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxHeightPropertyof the instance being constructed.TooltipBuilder.maxSize(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSizemethod on the instance being constructed.TooltipBuilder.maxWidth(double value) A builder method that invokes thesetMaxWidthmethod on the instance being constructed.TooltipBuilder.maxWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxWidthPropertyof the instance being constructed.TooltipBuilder.minHeight(double value) A builder method that invokes thesetMinHeightmethod on the instance being constructed.TooltipBuilder.minHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminHeightPropertyof the instance being constructed.TooltipBuilder.minSize(double minWidth, double minHeight) A builder method that invokes thesetMinSizemethod on the instance being constructed.TooltipBuilder.minWidth(double value) A builder method that invokes thesetMinWidthmethod on the instance being constructed.TooltipBuilder.minWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminWidthPropertyof the instance being constructed.TooltipBuilder.onAutoHide(EventHandler<Event> value) A builder method that invokes thesetOnAutoHidemethod on the instance being constructed.TooltipBuilder.onAutoHidePropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonAutoHidePropertyof the instance being constructed.TooltipBuilder.onCloseRequest(EventHandler<WindowEvent> value) A builder method that invokes thesetOnCloseRequestmethod on the instance being constructed.TooltipBuilder.onCloseRequestPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonCloseRequestPropertyof the instance being constructed.TooltipBuilder.onHidden(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHiddenmethod on the instance being constructed.TooltipBuilder.onHiddenPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHiddenPropertyof the instance being constructed.TooltipBuilder.onHiding(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHidingmethod on the instance being constructed.TooltipBuilder.onHidingPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHidingPropertyof the instance being constructed.TooltipBuilder.onShowing(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShowingmethod on the instance being constructed.TooltipBuilder.onShowingPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShowingPropertyof the instance being constructed.TooltipBuilder.onShown(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShownmethod on the instance being constructed.TooltipBuilder.onShownPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShownPropertyof the instance being constructed.TooltipBuilder.opacity(double value) A builder method that invokes thesetOpacitymethod on the instance being constructed.TooltipBuilder.opacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to theopacityPropertyof the instance being constructed.TooltipBuilder.outputScaleXPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleXPropertyof the instance being constructed.TooltipBuilder.outputScaleYPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleYPropertyof the instance being constructed.TooltipBuilder.ownerNodePropertyApply(Consumer<ReadOnlyObjectProperty<Node>> op) Applies a function to theownerNodePropertyof the instance being constructed.TooltipBuilder.ownerWindowPropertyApply(Consumer<ReadOnlyObjectProperty<Window>> op) Applies a function to theownerWindowPropertyof the instance being constructed.TooltipBuilder.prefHeight(double value) A builder method that invokes thesetPrefHeightmethod on the instance being constructed.TooltipBuilder.prefHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefHeightPropertyof the instance being constructed.TooltipBuilder.prefSize(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSizemethod on the instance being constructed.TooltipBuilder.prefWidth(double value) A builder method that invokes thesetPrefWidthmethod on the instance being constructed.TooltipBuilder.prefWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefWidthPropertyof the instance being constructed.TooltipBuilder.renderScaleX(double scale) A builder method that invokes thesetRenderScaleXmethod on the instance being constructed.TooltipBuilder.renderScaleXPropertyApply(Consumer<DoubleProperty> op) Applies a function to therenderScaleXPropertyof the instance being constructed.TooltipBuilder.renderScaleY(double scale) A builder method that invokes thesetRenderScaleYmethod on the instance being constructed.TooltipBuilder.renderScaleYPropertyApply(Consumer<DoubleProperty> op) Applies a function to therenderScaleYPropertyof the instance being constructed.TooltipBuilder.scenePropertyApply(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thescenePropertyof the instance being constructed.A builder method that invokes thesetShowDelaymethod on the instance being constructed.TooltipBuilder.showDelayPropertyApply(Consumer<ObjectProperty<Duration>> op) Applies a function to theshowDelayPropertyof the instance being constructed.TooltipBuilder.showDuration(Duration showDuration) A builder method that invokes thesetShowDurationmethod on the instance being constructed.TooltipBuilder.showDurationPropertyApply(Consumer<ObjectProperty<Duration>> op) Applies a function to theshowDurationPropertyof the instance being constructed.TooltipBuilder.showingPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theshowingPropertyof the instance being constructed.A builder method that invokes thesetSkinmethod on the instance being constructed.TooltipBuilder.skinPropertyApply(Consumer<ObjectProperty<Skin<?>>> op) Applies a function to theskinPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.TooltipBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.TooltipBuilder.textAlignment(TextAlignment value) A builder method that invokes thesetTextAlignmentmethod on the instance being constructed.TooltipBuilder.textAlignmentPropertyApply(Consumer<ObjectProperty<TextAlignment>> op) Applies a function to thetextAlignmentPropertyof the instance being constructed.TooltipBuilder.textOverrun(OverrunStyle value) A builder method that invokes thesetTextOverrunmethod on the instance being constructed.TooltipBuilder.textOverrunPropertyApply(Consumer<ObjectProperty<OverrunStyle>> op) Applies a function to thetextOverrunPropertyof the instance being constructed.TooltipBuilder.textPropertyApply(Consumer<StringProperty> op) Applies a function to thetextPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.TooltipBuilder.width(double value) A builder method that invokes thesetWidthmethod on the instance being constructed.TooltipBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.TooltipBuilder.wrapText(boolean value) A builder method that invokes thesetWrapTextmethod on the instance being constructed.TooltipBuilder.wrapTextPropertyApply(Consumer<BooleanProperty> op) Applies a function to thewrapTextPropertyof the instance being constructed.TooltipBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.TooltipBuilder.xPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.TooltipBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.TooltipBuilder.yPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.