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 PopupControlBuilderPopupControlBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by thePopupControl#getStyleClass()method.final PopupControlBuilderPopupControlBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by thePopupControl#getStyleClass()method.PopupControlBuilder.anchorLocation(PopupWindow.AnchorLocation value) A builder method that invokes thesetAnchorLocationmethod on the instance being constructed.PopupControlBuilder.anchorLocationPropertyApply(Consumer<ObjectProperty<PopupWindow.AnchorLocation>> op) Applies a function to theanchorLocationPropertyof the instance being constructed.PopupControlBuilder.anchorX(double value) A builder method that invokes thesetAnchorXmethod on the instance being constructed.PopupControlBuilder.anchorXPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorXPropertyof the instance being constructed.PopupControlBuilder.anchorY(double value) A builder method that invokes thesetAnchorYmethod on the instance being constructed.PopupControlBuilder.anchorYPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theanchorYPropertyof 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 thesetAutoFixmethod on the instance being constructed.PopupControlBuilder.autoFixPropertyApply(Consumer<BooleanProperty> op) Applies a function to theautoFixPropertyof the instance being constructed.PopupControlBuilder.autoHide(boolean value) A builder method that invokes thesetAutoHidemethod on the instance being constructed.PopupControlBuilder.autoHidePropertyApply(Consumer<BooleanProperty> op) Applies a function to theautoHidePropertyof the instance being constructed.PopupControlBuilder.consumeAutoHidingEvents(boolean value) A builder method that invokes thesetConsumeAutoHidingEventsmethod on the instance being constructed.PopupControlBuilder.consumeAutoHidingEventsPropertyApply(Consumer<BooleanProperty> op) Applies a function to theconsumeAutoHidingEventsPropertyof the instance being constructed.static PopupControlBuilderPopupControlBuilder.create()Returns an instance of thePopupControlBuilder.PopupControlBuilder.eventDispatcher(EventDispatcher value) A builder method that invokes thesetEventDispatchermethod on the instance being constructed.PopupControlBuilder.eventDispatcherPropertyApply(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherPropertyof the instance being constructed.PopupControlBuilder.focusedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedPropertyof the instance being constructed.PopupControlBuilder.forceIntegerRenderScale(boolean forced) A builder method that invokes thesetForceIntegerRenderScalemethod on the instance being constructed.PopupControlBuilder.forceIntegerRenderScalePropertyApply(Consumer<BooleanProperty> op) Applies a function to theforceIntegerRenderScalePropertyof the instance being constructed.PopupControlBuilder.height(double value) A builder method that invokes thesetHeightmethod on the instance being constructed.PopupControlBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.PopupControlBuilder.hideOnEscape(boolean value) A builder method that invokes thesetHideOnEscapemethod on the instance being constructed.PopupControlBuilder.hideOnEscapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thehideOnEscapePropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.PopupControlBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.PopupControlBuilder.maxHeight(double value) A builder method that invokes thesetMaxHeightmethod on the instance being constructed.PopupControlBuilder.maxHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxHeightPropertyof the instance being constructed.PopupControlBuilder.maxSize(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSizemethod on the instance being constructed.PopupControlBuilder.maxWidth(double value) A builder method that invokes thesetMaxWidthmethod on the instance being constructed.PopupControlBuilder.maxWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxWidthPropertyof the instance being constructed.PopupControlBuilder.minHeight(double value) A builder method that invokes thesetMinHeightmethod on the instance being constructed.PopupControlBuilder.minHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminHeightPropertyof the instance being constructed.PopupControlBuilder.minSize(double minWidth, double minHeight) A builder method that invokes thesetMinSizemethod on the instance being constructed.PopupControlBuilder.minWidth(double value) A builder method that invokes thesetMinWidthmethod on the instance being constructed.PopupControlBuilder.minWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminWidthPropertyof the instance being constructed.PopupControlBuilder.onAutoHide(EventHandler<Event> value) A builder method that invokes thesetOnAutoHidemethod on the instance being constructed.PopupControlBuilder.onAutoHidePropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonAutoHidePropertyof the instance being constructed.PopupControlBuilder.onCloseRequest(EventHandler<WindowEvent> value) A builder method that invokes thesetOnCloseRequestmethod on the instance being constructed.PopupControlBuilder.onCloseRequestPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonCloseRequestPropertyof the instance being constructed.PopupControlBuilder.onHidden(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHiddenmethod on the instance being constructed.PopupControlBuilder.onHiddenPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHiddenPropertyof the instance being constructed.PopupControlBuilder.onHiding(EventHandler<WindowEvent> value) A builder method that invokes thesetOnHidingmethod on the instance being constructed.PopupControlBuilder.onHidingPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonHidingPropertyof the instance being constructed.PopupControlBuilder.onShowing(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShowingmethod on the instance being constructed.PopupControlBuilder.onShowingPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShowingPropertyof the instance being constructed.PopupControlBuilder.onShown(EventHandler<WindowEvent> value) A builder method that invokes thesetOnShownmethod on the instance being constructed.PopupControlBuilder.onShownPropertyApply(Consumer<ObjectProperty<EventHandler<WindowEvent>>> op) Applies a function to theonShownPropertyof the instance being constructed.PopupControlBuilder.opacity(double value) A builder method that invokes thesetOpacitymethod on the instance being constructed.PopupControlBuilder.opacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to theopacityPropertyof the instance being constructed.PopupControlBuilder.outputScaleXPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleXPropertyof the instance being constructed.PopupControlBuilder.outputScaleYPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theoutputScaleYPropertyof the instance being constructed.PopupControlBuilder.ownerNodePropertyApply(Consumer<ReadOnlyObjectProperty<Node>> op) Applies a function to theownerNodePropertyof the instance being constructed.PopupControlBuilder.ownerWindowPropertyApply(Consumer<ReadOnlyObjectProperty<Window>> op) Applies a function to theownerWindowPropertyof the instance being constructed.PopupControlBuilder.prefHeight(double value) A builder method that invokes thesetPrefHeightmethod on the instance being constructed.PopupControlBuilder.prefHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefHeightPropertyof the instance being constructed.PopupControlBuilder.prefSize(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSizemethod on the instance being constructed.PopupControlBuilder.prefWidth(double value) A builder method that invokes thesetPrefWidthmethod on the instance being constructed.PopupControlBuilder.prefWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefWidthPropertyof the instance being constructed.PopupControlBuilder.renderScaleX(double scale) A builder method that invokes thesetRenderScaleXmethod on the instance being constructed.PopupControlBuilder.renderScaleXPropertyApply(Consumer<DoubleProperty> op) Applies a function to therenderScaleXPropertyof the instance being constructed.PopupControlBuilder.renderScaleY(double scale) A builder method that invokes thesetRenderScaleYmethod on the instance being constructed.PopupControlBuilder.renderScaleYPropertyApply(Consumer<DoubleProperty> op) Applies a function to therenderScaleYPropertyof the instance being constructed.PopupControlBuilder.scenePropertyApply(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thescenePropertyof the instance being constructed.PopupControlBuilder.showingPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theshowingPropertyof the instance being constructed.A builder method that invokes thesetSkinmethod on the instance being constructed.PopupControlBuilder.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.PopupControlBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.PopupControlBuilder.width(double value) A builder method that invokes thesetWidthmethod on the instance being constructed.PopupControlBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.PopupControlBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.PopupControlBuilder.xPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.PopupControlBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.PopupControlBuilder.yPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.