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