Uses of Class
io.github.sosuisen.jfxbuilder.controls.PopupControlBuilder
Packages that use PopupControlBuilder
-
Uses of PopupControlBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return PopupControlBuilderModifier and TypeMethodDescriptionfinal PopupControlBuilder
PopupControlBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by thePopupControl#getStyleClass()
method.final PopupControlBuilder
PopupControlBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by thePopupControl#getStyleClass()
method.PopupControlBuilder.anchorLocation
(PopupWindow.AnchorLocation value) A builder method that invokes thesetAnchorLocation
method on the instance being constructed.PopupControlBuilder.anchorLocationPropertyApply
(Consumer<ObjectProperty<PopupWindow.AnchorLocation>> op) Applies a function to theanchorLocationProperty
of the instance being constructed.PopupControlBuilder.anchorX
(double value) A builder method that invokes thesetAnchorX
method on the instance being constructed.PopupControlBuilder.anchorXPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorXProperty
of the instance being constructed.PopupControlBuilder.anchorY
(double value) A builder method that invokes thesetAnchorY
method on the instance being constructed.PopupControlBuilder.anchorYPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorYProperty
of the instance being constructed.PopupControlBuilder.apply
(Consumer<PopupControl> func) Applies a function to the PopupControl instance being constructed.PopupControlBuilder.autoFix
(boolean value) A builder method that invokes thesetAutoFix
method on the instance being constructed.PopupControlBuilder.autoFixPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theautoFixProperty
of the instance being constructed.PopupControlBuilder.autoHide
(boolean value) A builder method that invokes thesetAutoHide
method on the instance being constructed.PopupControlBuilder.autoHidePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theautoHideProperty
of the instance being constructed.PopupControlBuilder.consumeAutoHidingEvents
(boolean value) A builder method that invokes thesetConsumeAutoHidingEvents
method on the instance being constructed.PopupControlBuilder.consumeAutoHidingEventsPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theconsumeAutoHidingEventsProperty
of the instance being constructed.static PopupControlBuilder
PopupControlBuilder.create()
Returns an instance of thePopupControlBuilder
.PopupControlBuilder.eventDispatcher
(EventDispatcher value) A builder method that invokes thesetEventDispatcher
method on the instance being constructed.PopupControlBuilder.eventDispatcherPropertyApply
(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherProperty
of the instance being constructed.PopupControlBuilder.focusedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedProperty
of the instance being constructed.PopupControlBuilder.forceIntegerRenderScale
(boolean forced) A builder method that invokes thesetForceIntegerRenderScale
method on the instance being constructed.PopupControlBuilder.forceIntegerRenderScalePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theforceIntegerRenderScaleProperty
of the instance being constructed.PopupControlBuilder.height
(double value) A builder method that invokes thesetHeight
method on the instance being constructed.PopupControlBuilder.heightPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.PopupControlBuilder.hideOnEscape
(boolean value) A builder method that invokes thesetHideOnEscape
method on the instance being constructed.PopupControlBuilder.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.PopupControlBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.PopupControlBuilder.maxHeight
(double value) A builder method that invokes thesetMaxHeight
method on the instance being constructed.PopupControlBuilder.maxHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxHeightProperty
of the instance being constructed.PopupControlBuilder.maxSize
(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSize
method on the instance being constructed.PopupControlBuilder.maxWidth
(double value) A builder method that invokes thesetMaxWidth
method on the instance being constructed.PopupControlBuilder.maxWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxWidthProperty
of the instance being constructed.PopupControlBuilder.minHeight
(double value) A builder method that invokes thesetMinHeight
method on the instance being constructed.PopupControlBuilder.minHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminHeightProperty
of the instance being constructed.PopupControlBuilder.minSize
(double minWidth, double minHeight) A builder method that invokes thesetMinSize
method on the instance being constructed.PopupControlBuilder.minWidth
(double value) A builder method that invokes thesetMinWidth
method on the instance being constructed.PopupControlBuilder.minWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminWidthProperty
of the instance being constructed.PopupControlBuilder.onAutoHide
(EventHandler<Event> value) A builder method that invokes thesetOnAutoHide
method on the instance being constructed.PopupControlBuilder.onAutoHidePropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonAutoHideProperty
of the instance being constructed.PopupControlBuilder.onCloseRequest
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnCloseRequest
method on the instance being constructed.PopupControlBuilder.onCloseRequestPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonCloseRequestProperty
of the instance being constructed.PopupControlBuilder.onHidden
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHidden
method on the instance being constructed.PopupControlBuilder.onHiddenPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHiddenProperty
of the instance being constructed.PopupControlBuilder.onHiding
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHiding
method on the instance being constructed.PopupControlBuilder.onHidingPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHidingProperty
of the instance being constructed.PopupControlBuilder.onShowing
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShowing
method on the instance being constructed.PopupControlBuilder.onShowingPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShowingProperty
of the instance being constructed.PopupControlBuilder.onShown
(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShown
method on the instance being constructed.PopupControlBuilder.onShownPropertyApply
(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShownProperty
of the instance being constructed.PopupControlBuilder.opacity
(double value) A builder method that invokes thesetOpacity
method on the instance being constructed.PopupControlBuilder.opacityPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theopacityProperty
of the instance being constructed.PopupControlBuilder.outputScaleXPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleXProperty
of the instance being constructed.PopupControlBuilder.outputScaleYPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleYProperty
of the instance being constructed.PopupControlBuilder.ownerNodePropertyApply
(Consumer<ReadOnlyObjectProperty<Node>> op) Applies a function to theownerNodeProperty
of the instance being constructed.PopupControlBuilder.ownerWindowPropertyApply
(Consumer<ReadOnlyObjectProperty<Window>> op) Applies a function to theownerWindowProperty
of the instance being constructed.PopupControlBuilder.prefHeight
(double value) A builder method that invokes thesetPrefHeight
method on the instance being constructed.PopupControlBuilder.prefHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theprefHeightProperty
of the instance being constructed.PopupControlBuilder.prefSize
(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSize
method on the instance being constructed.PopupControlBuilder.prefWidth
(double value) A builder method that invokes thesetPrefWidth
method on the instance being constructed.PopupControlBuilder.prefWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theprefWidthProperty
of the instance being constructed.PopupControlBuilder.renderScaleX
(double scale) A builder method that invokes thesetRenderScaleX
method on the instance being constructed.PopupControlBuilder.renderScaleXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to therenderScaleXProperty
of the instance being constructed.PopupControlBuilder.renderScaleY
(double scale) A builder method that invokes thesetRenderScaleY
method on the instance being constructed.PopupControlBuilder.renderScaleYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to therenderScaleYProperty
of the instance being constructed.PopupControlBuilder.scenePropertyApply
(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thesceneProperty
of the instance being constructed.PopupControlBuilder.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.PopupControlBuilder.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.PopupControlBuilder.stylePropertyApply
(Consumer<StringProperty> op) Applies a function to thestyleProperty
of the instance being constructed.A builder method that invokes thesetUserData
method on the instance being constructed.PopupControlBuilder.width
(double value) A builder method that invokes thesetWidth
method on the instance being constructed.PopupControlBuilder.widthPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.PopupControlBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.PopupControlBuilder.xPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.PopupControlBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.PopupControlBuilder.yPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.