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