Uses of Class
javafx.beans.property.ObjectProperty
Package
Description
-
Uses of ObjectProperty in com.sun.javafx.scene
Modifier and TypeMethodDescriptionObjectProperty<EventHandler<? super ContextMenuEvent>>
EventHandlerProperties.onContextMenuRequestedProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onDragDetectedProperty()
ObjectProperty<EventHandler<? super DragEvent>>
EventHandlerProperties.onDragDoneProperty()
ObjectProperty<EventHandler<? super DragEvent>>
EventHandlerProperties.onDragDroppedProperty()
ObjectProperty<EventHandler<? super DragEvent>>
EventHandlerProperties.onDragEnteredProperty()
ObjectProperty<EventHandler<? super DragEvent>>
EventHandlerProperties.onDragExitedProperty()
ObjectProperty<EventHandler<? super DragEvent>>
EventHandlerProperties.onDragOverProperty()
ObjectProperty<EventHandler<? super KeyEvent>>
EventHandlerProperties.onKeyPressedProperty()
ObjectProperty<EventHandler<? super KeyEvent>>
EventHandlerProperties.onKeyReleasedProperty()
ObjectProperty<EventHandler<? super KeyEvent>>
EventHandlerProperties.onKeyTypedProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onMouseClickedProperty()
ObjectProperty<EventHandler<? super MouseDragEvent>>
EventHandlerProperties.onMouseDragEnteredProperty()
ObjectProperty<EventHandler<? super MouseDragEvent>>
EventHandlerProperties.onMouseDragExitedProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onMouseDraggedProperty()
ObjectProperty<EventHandler<? super MouseDragEvent>>
EventHandlerProperties.onMouseDragOverProperty()
ObjectProperty<EventHandler<? super MouseDragEvent>>
EventHandlerProperties.onMouseDragReleasedProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onMouseEnteredProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onMouseExitedProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onMouseMovedProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onMousePressedProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
EventHandlerProperties.onMouseReleasedProperty()
ObjectProperty<EventHandler<? super ScrollEvent>>
EventHandlerProperties.onScrollProperty()
ObjectProperty<EventHandler<? super SwipeEvent>>
EventHandlerProperties.onSwipeDownProperty()
ObjectProperty<EventHandler<? super SwipeEvent>>
EventHandlerProperties.onSwipeLeftProperty()
ObjectProperty<EventHandler<? super SwipeEvent>>
EventHandlerProperties.onSwipeRightProperty()
ObjectProperty<EventHandler<? super SwipeEvent>>
EventHandlerProperties.onSwipeUpProperty()
ObjectProperty<EventHandler<? super TouchEvent>>
EventHandlerProperties.onTouchMovedProperty()
ObjectProperty<EventHandler<? super TouchEvent>>
EventHandlerProperties.onTouchPressedProperty()
ObjectProperty<EventHandler<? super TouchEvent>>
EventHandlerProperties.onTouchReleasedProperty()
ObjectProperty<EventHandler<? super TouchEvent>>
EventHandlerProperties.onTouchStationaryProperty()
-
Uses of ObjectProperty in dev.webfx.kit.mapper.peers.javafxgraphics.markers
Modifier and TypeMethodDescriptionHasGraphicProperty.graphicProperty()
ObjectProperty<EventHandler<? super MouseEvent>>
HasOnMouseClickedProperty.onMouseClickedProperty()
Defines a function to be called when a mouse button has been clicked (pressed and released). -
Uses of ObjectProperty in dev.webfx.kit.mapper.peers.javafxmedia
-
Uses of ObjectProperty in dev.webfx.kit.mapper.peers.javafxmedia.spi.gwtj2cl
-
Uses of ObjectProperty in javafx.animation
Modifier and TypeMethodDescriptionfinal ObjectProperty<Duration>
Animation.delayProperty()
Delays the start of an animation.final ObjectProperty<Duration>
FadeTransition.durationProperty()
The duration of thisFadeTransition
.final ObjectProperty<Duration>
PauseTransition.durationProperty()
The duration of thisTransition
.final ObjectProperty<Duration>
ScaleTransition.durationProperty()
The duration of thisScaleTransition
.final ObjectProperty<Duration>
TranslateTransition.durationProperty()
The duration of thisTranslateTransition
.final ObjectProperty<Interpolator>
Transition.interpolatorProperty()
Controls the timing for acceleration and deceleration at eachTransition
cycle.final ObjectProperty<Node>
FadeTransition.nodeProperty()
The target node of thisTransition
.final ObjectProperty<Node>
ParallelTransition.nodeProperty()
final ObjectProperty<Node>
ScaleTransition.nodeProperty()
The target node of thisScaleTransition
.final ObjectProperty<Node>
SequentialTransition.nodeProperty()
final ObjectProperty<Node>
TranslateTransition.nodeProperty()
The target node of thisTranslateTransition
.final ObjectProperty<EventHandler<ActionEvent>>
Animation.onFinishedProperty()
The action to be executed at the conclusion of thisAnimation
. -
Uses of ObjectProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
The classObjectPropertyBase
is the base class for a property wrapping an arbitraryObject
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
. -
Uses of ObjectProperty in javafx.collections.transformation
Modifier and TypeMethodDescriptionfinal ObjectProperty<Comparator<? super E>>
SortedList.comparatorProperty()
The comparator that denotes the order of this SortedList.final ObjectProperty<Predicate<? super E>>
FilteredList.predicateProperty()
The predicate that will match the elements that will be in this FilteredList. -
Uses of ObjectProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ObjectProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal ObjectProperty<Cursor>
Node.cursorProperty()
Defines the mouse cursor for thisNode
and subnodes.final ObjectProperty<Cursor>
Scene.cursorProperty()
Defines the mouse cursor for thisScene
.final ObjectProperty<EventDispatcher>
Node.eventDispatcherProperty()
Specifies the event dispatcher for this node.final ObjectProperty<EventDispatcher>
Scene.eventDispatcherProperty()
Specifies the event dispatcher for this scene.final ObjectProperty<Paint>
Scene.fillProperty()
Defines the background fill of thisScene
.final ObjectProperty<EventHandler<? super ContextMenuEvent>>
Defines a function to be called when a context menu has been requested on thisNode
.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onDragDetectedProperty()
Defines a function to be called when drag gesture has been detected.final ObjectProperty<EventHandler<? super DragEvent>>
Node.onDragDoneProperty()
Defines a function to be called when thisNode
is a drag and drop gesture source after its data has been dropped on a drop target.final ObjectProperty<EventHandler<? super DragEvent>>
Node.onDragDroppedProperty()
Defines a function to be called when the mouse button is released on thisNode
during drag and drop gesture.final ObjectProperty<EventHandler<? super DragEvent>>
Node.onDragEnteredProperty()
Defines a function to be called when drag gesture enters thisNode
.final ObjectProperty<EventHandler<? super DragEvent>>
Node.onDragExitedProperty()
Defines a function to be called when drag gesture exits thisNode
.final ObjectProperty<EventHandler<? super DragEvent>>
Node.onDragOverProperty()
Defines a function to be called when drag gesture progresses within thisNode
.final ObjectProperty<EventHandler<? super KeyEvent>>
Node.onKeyPressedProperty()
Defines a function to be called when thisNode
or its childNode
has input focus and a key has been pressed.final ObjectProperty<EventHandler<? super KeyEvent>>
Scene.onKeyPressedProperty()
Defines a function to be called when someNode
of thisScene
has input focus and a key has been pressed.final ObjectProperty<EventHandler<? super KeyEvent>>
Node.onKeyReleasedProperty()
Defines a function to be called when thisNode
or its childNode
has input focus and a key has been released.final ObjectProperty<EventHandler<? super KeyEvent>>
Scene.onKeyReleasedProperty()
Defines a function to be called when someNode
of thisScene
has input focus and a key has been released.final ObjectProperty<EventHandler<? super KeyEvent>>
Node.onKeyTypedProperty()
Defines a function to be called when thisNode
or its childNode
has input focus and a key has been typed.final ObjectProperty<EventHandler<? super KeyEvent>>
Scene.onKeyTypedProperty()
Defines a function to be called when someNode
of thisScene
has input focus and a key has been typed.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onMouseClickedProperty()
Defines a function to be called when a mouse button has been clicked (pressed and released) on thisNode
.final ObjectProperty<EventHandler<? super MouseEvent>>
Scene.onMouseClickedProperty()
Defines a function to be called when a mouse button has been clicked (pressed and released) on thisScene
.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onMouseDraggedProperty()
Defines a function to be called when a mouse button is pressed on thisNode
and then dragged.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onMouseEnteredProperty()
Defines a function to be called when the mouse enters thisNode
.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onMouseExitedProperty()
Defines a function to be called when the mouse exits thisNode
.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onMouseMovedProperty()
Defines a function to be called when mouse cursor moves within thisNode
but no buttons have been pushed.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onMousePressedProperty()
Defines a function to be called when a mouse button has been pressed on thisNode
.final ObjectProperty<EventHandler<? super MouseEvent>>
Scene.onMousePressedProperty()
Defines a function to be called when a mouse button has been pressed on thisScene
.final ObjectProperty<EventHandler<? super MouseEvent>>
Node.onMouseReleasedProperty()
Defines a function to be called when a mouse button has been released on thisNode
.final ObjectProperty<EventHandler<? super MouseEvent>>
Scene.onMouseReleasedProperty()
Defines a function to be called when a mouse button has been released on thisScene
.final ObjectProperty<EventHandler<? super ScrollEvent>>
Node.onScrollProperty()
Defines a function to be called when user performs a scrolling action.final ObjectProperty<EventHandler<? super SwipeEvent>>
Node.onSwipeDownProperty()
Defines a function to be called when a downward swipe gesture centered over this node happens.final ObjectProperty<EventHandler<? super SwipeEvent>>
Node.onSwipeLeftProperty()
Defines a function to be called when a leftward swipe gesture centered over this node happens.final ObjectProperty<EventHandler<? super SwipeEvent>>
Node.onSwipeRightProperty()
Defines a function to be called when an rightward swipe gesture centered over this node happens.final ObjectProperty<EventHandler<? super SwipeEvent>>
Node.onSwipeUpProperty()
Defines a function to be called when an upward swipe gesture centered over this node happens.final ObjectProperty<EventHandler<? super TouchEvent>>
Node.onTouchMovedProperty()
Defines a function to be called when a touch point is moved.final ObjectProperty<EventHandler<? super TouchEvent>>
Node.onTouchPressedProperty()
Defines a function to be called when a new touch point is pressed.final ObjectProperty<EventHandler<? super TouchEvent>>
Node.onTouchReleasedProperty()
Defines a function to be called when a touch point is released.final ObjectProperty<EventHandler<? super TouchEvent>>
Node.onTouchStationaryProperty()
Defines a function to be called when a touch point stays pressed and still.Node.sceneProperty()
-
Uses of ObjectProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ObjectProperty<KeyCombination>
MenuItem.acceleratorProperty()
The accelerator property enables accessing the associated action in one keystroke.final ObjectProperty<Alert.AlertType>
Alert.alertTypeProperty()
When creating an Alert instance, users must pass in anAlert.AlertType
enumeration value.final ObjectProperty<ContentDisplay>
Labeled.contentDisplayProperty()
Specifies the positioning of the graphic relative to the text.final ObjectProperty<Node>
CustomMenuItem.contentProperty()
The node to display within this CustomMenuItem.final ObjectProperty<Node>
DialogPane.contentProperty()
Property representing the content area of the dialog.final ObjectProperty<Node>
ScrollPane.contentProperty()
The node used as the content of this ScrollPane.final ObjectProperty<Node>
Tab.contentProperty()
The content associated with the tab.final ObjectProperty<Node>
TitledPane.contentProperty()
The content of the TitledPane.final ObjectProperty<ContextMenu>
Control.contextMenuProperty()
The ContextMenu to show for this control.ChoiceBox.converterProperty()
Allows a way to specify how to represent objects in the items list.final ObjectProperty<DialogPane>
Dialog.dialogPaneProperty()
The root node of the dialog, theDialogPane
contains all visual elements shown in the dialog.final ObjectProperty<Node>
DialogPane.expandableContentProperty()
A property that represents the dialog expandable content area.final ObjectProperty<Node>
Dialog.graphicProperty()
The dialog graphic, presented either in the header, if one is showing, or to the left of thecontent
.final ObjectProperty<Node>
DialogPane.graphicProperty()
The dialog graphic, presented either in the header, if one is showing, or to the left of thecontent
.Labeled.graphicProperty()
final ObjectProperty<Node>
MenuItem.graphicProperty()
An optional graphic for theMenuItem
.final ObjectProperty<Node>
Tab.graphicProperty()
The graphic in the tab.final ObjectProperty<HPos>
Separator.halignmentProperty()
For vertical separators, specifies the horizontal position of the separator line within the separator control's space.final ObjectProperty<Node>
DialogPane.headerProperty()
Property representing the header area of the dialog pane.final ObjectProperty<T>
Cell.itemProperty()
The data value associated with this Cell.final ObjectProperty<ObservableList<T>>
ChoiceBox.itemsProperty()
The items to display in the choice box.Label.labelForProperty()
A Label can act as a label for a different Control or Node.final ObjectProperty<EventHandler<ActionEvent>>
ButtonBase.onActionProperty()
The button's action, which is invoked whenever the button is fired.final ObjectProperty<EventHandler<ActionEvent>>
ChoiceBox.onActionProperty()
The ChoiceBox action, which is invoked whenever the ChoiceBoxvalue
property is changed.final ObjectProperty<EventHandler<ActionEvent>>
ComboBoxBase.onActionProperty()
The ComboBox action, which is invoked whenever the ComboBoxvalue
property is changed.final ObjectProperty<EventHandler<ActionEvent>>
ContextMenu.onActionProperty()
Callback function to be informed when an item contained within thisContextMenu
has been activated.final ObjectProperty<EventHandler<ActionEvent>>
MenuItem.onActionProperty()
The action, which is invoked whenever the MenuItem is fired.final ObjectProperty<EventHandler<ActionEvent>>
TextField.onActionProperty()
The action handler associated with this text field, ornull
if no action handler is assigned.final ObjectProperty<EventHandler<Event>>
Tab.onClosedProperty()
The event handler that is associated with the tab when the tab is closed.final ObjectProperty<EventHandler<DialogEvent>>
Dialog.onCloseRequestProperty()
Called when there is an external request to close thisDialog
.final ObjectProperty<EventHandler<Event>>
Tab.onCloseRequestProperty()
Called when there is an external request to close thisTab
.final ObjectProperty<EventHandler<Event>>
ChoiceBox.onHiddenProperty()
Called just after theChoiceBox
popup has been hidden.final ObjectProperty<EventHandler<Event>>
ComboBoxBase.onHiddenProperty()
Called just after theComboBoxBase
popup/display has been hidden.final ObjectProperty<EventHandler<DialogEvent>>
Dialog.onHiddenProperty()
Called just after the Dialog has been hidden.final ObjectProperty<EventHandler<Event>>
Menu.onHiddenProperty()
Called just after theContextMenu
has been hidden.final ObjectProperty<EventHandler<Event>>
ChoiceBox.onHidingProperty()
Called just prior to theChoiceBox
popup being hidden.final ObjectProperty<EventHandler<Event>>
ComboBoxBase.onHidingProperty()
Called just prior to theComboBox
popup/display being hidden.final ObjectProperty<EventHandler<DialogEvent>>
Dialog.onHidingProperty()
Called just prior to the Dialog being hidden.final ObjectProperty<EventHandler<Event>>
Menu.onHidingProperty()
Called just prior to theContextMenu
being hidden.final ObjectProperty<EventHandler<Event>>
MenuItem.onMenuValidationProperty()
The event handler that is associated with invocation of an accelerator for a MenuItem.final ObjectProperty<EventHandler<Event>>
The event handler that is associated with a selection on the tab.final ObjectProperty<EventHandler<Event>>
ChoiceBox.onShowingProperty()
Called just prior to theChoiceBox
popup being shown.final ObjectProperty<EventHandler<Event>>
ComboBoxBase.onShowingProperty()
Called just prior to theComboBoxBase
popup/display being shown.final ObjectProperty<EventHandler<DialogEvent>>
Dialog.onShowingProperty()
Called just prior to the Dialog being shown.final ObjectProperty<EventHandler<Event>>
Menu.onShowingProperty()
Called just prior to theContextMenu
being shown, even if the menu has no items to show.final ObjectProperty<EventHandler<Event>>
ChoiceBox.onShownProperty()
Called just after theChoiceBox
popup is shown.final ObjectProperty<EventHandler<Event>>
ComboBoxBase.onShownProperty()
Called just after theComboBoxBase
popup/display is shown.final ObjectProperty<EventHandler<DialogEvent>>
Dialog.onShownProperty()
Called just after the Dialog is shown.final ObjectProperty<EventHandler<Event>>
Menu.onShownProperty()
Called just after theContextMenu
is shown.final ObjectProperty<Orientation>
Separator.orientationProperty()
The orientation of theSeparator
can either be horizontal or vertical.Slider.orientationProperty()
final ObjectProperty<Orientation>
SplitPane.orientationProperty()
The orientation for the SplitPane.final ObjectProperty<Callback<ButtonType,
R>> Dialog.resultConverterProperty()
API to convert theButtonType
that the user clicked on into a result that can be returned via theresult
property.final ObjectProperty<R>
Dialog.resultProperty()
A property representing what has been returned from the dialog.final ObjectProperty<SingleSelectionModel<T>>
ChoiceBox.selectionModelProperty()
The selection model for the ChoiceBox.final ObjectProperty<SingleSelectionModel<Tab>>
TabPane.selectionModelProperty()
The selection model used for selecting tabs.final ObjectProperty<Side>
TabPane.sideProperty()
The position of the tabs in the TabPane.final ObjectProperty<Skin<?>>
Control.skinProperty()
Skin is responsible for rendering thisControl
.final ObjectProperty<Skin<?>>
PopupControl.skinProperty()
Skin is responsible for rendering thisPopupControl
.ObjectProperty<Skin<?>>
Skinnable.skinProperty()
Skin is responsible for rendering thisControl
.TabPane.tabClosingPolicyProperty()
The closing policy for the tabs.final ObjectProperty<OverrunStyle>
Labeled.textOverrunProperty()
Specifies the behavior to use if the text of theLabeled
exceeds the available space for rendering the text.Toggle.toggleGroupProperty()
TheToggleGroup
to which thisToggle
belongs.final ObjectProperty<ToggleGroup>
ToggleButton.toggleGroupProperty()
TheToggleGroup
to which thisToggleButton
belongs.final ObjectProperty<VPos>
Separator.valignmentProperty()
For horizontal separators, specifies the vertical alignment of the separator line within the separator control's space.ChoiceBox.valueProperty()
The value of this ChoiceBox is defined as the selected item in the ChoiceBox selection model.ComboBoxBase.valueProperty()
The value of this ComboBox is defined as the selected item if the input is not editable, or if it is editable, the most recent user action: either the value input by the user, or the last selected item.DatePicker.valueProperty()
from ComboBox (temporary) The value of this ComboBox is defined as the selected item if the input is not editable, or if it is editable, the most recent user action: either the value input by the user, or the last selected item.final ObjectProperty<Bounds>
ScrollPane.viewportBoundsProperty()
The actual Bounds of the ScrollPane Viewport. -
Uses of ObjectProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal ObjectProperty<Pos>
FlowPane.alignmentProperty()
The overall alignment of the flowpane's content within its width and height.final ObjectProperty<Pos>
GridPane.alignmentProperty()
The alignment of of the grid within the gridpane's width and height.final ObjectProperty<Pos>
HBox.alignmentProperty()
The overall alignment of children within the hbox's width and height.final ObjectProperty<Pos>
StackPane.alignmentProperty()
The default alignment of children within the stackpane's width and height.final ObjectProperty<Pos>
VBox.alignmentProperty()
The overall alignment of children within the vbox's width and height.final ObjectProperty<Node>
BorderPane.bottomProperty()
The node placed on the bottom edge of this border pane.final ObjectProperty<Node>
BorderPane.centerProperty()
The node placed in the center of this border pane.final ObjectProperty<HPos>
FlowPane.columnHalignmentProperty()
The horizontal alignment of nodes within each column of a vertical flowpane.final ObjectProperty<HPos>
ColumnConstraints.halignmentProperty()
The horizontal alignment for the column.final ObjectProperty<Priority>
ColumnConstraints.hgrowProperty()
The horizontal grow priority for the column.final ObjectProperty<Node>
BorderPane.leftProperty()
The node placed on the left edge of this border pane.final ObjectProperty<Orientation>
FlowPane.orientationProperty()
The orientation of this flowpane.final ObjectProperty<Node>
BorderPane.rightProperty()
The node placed on the right edge of this border pane.final ObjectProperty<VPos>
FlowPane.rowValignmentProperty()
The vertical alignment of nodes within each row of a horizontal flowpane.final ObjectProperty<Node>
BorderPane.topProperty()
The node placed on the top edge of this border pane.final ObjectProperty<VPos>
RowConstraints.valignmentProperty()
The vertical alignment for the row.final ObjectProperty<Priority>
RowConstraints.vgrowProperty()
The vertical grow priority for the row. -
Uses of ObjectProperty in javafx.scene.media
Modifier and TypeMethodDescriptionMediaPlayer.currentTimeProperty()
MediaPlayer.onEndOfMediaProperty()
MediaPlayer.onHaltedProperty()
Event handler invoked when the status changes toHALTED
.MediaPlayer.onPausedProperty()
Event handler invoked when the status changes toPAUSED
.MediaPlayer.onPlayingProperty()
Event handler invoked when the status changes toPLAYING
.MediaPlayer.onReadyProperty()
Event handler invoked when the status changes toREADY
.MediaPlayer.onRepeatProperty()
Event handler invoked when the playercurrentTime
reachesstopTime
and will be repeating.MediaPlayer.onStalledProperty()
Event handler invoked when the status changes toSTALLED
.MediaPlayer.onStoppedProperty()
Event handler invoked when the status changes toSTOPPED
. -
Uses of ObjectProperty in javafx.scene.shape
Modifier and TypeMethodDescriptionShape.fillProperty()
final ObjectProperty<FillRule>
Path.fillRuleProperty()
Defines the filling rule constant for determining the interior of the path.final ObjectProperty<FillRule>
SVGPath.fillRuleProperty()
Defines the filling rule constant for determining the interior of the path.Shape.strokeLineCapProperty()
Shape.strokeLineJoinProperty()
Shape.strokeProperty()
Shape.strokeTypeProperty()
final ObjectProperty<ArcType>
Arc.typeProperty()
-
Uses of ObjectProperty in javafx.scene.transform
Modifier and TypeMethodDescriptionfinal ObjectProperty<Point3D>
Rotate.axisProperty()
Defines the axis of rotation at the pivot point. -
Uses of ObjectProperty in javafx.scene.web
Modifier and TypeMethodDescriptionfinal ObjectProperty<EventHandler<WebErrorEvent>>
WebEngine.onErrorProperty()
final ObjectProperty<Color>
WebView.pageFillProperty()
-
Uses of ObjectProperty in javafx.stage
Modifier and TypeMethodDescriptionPopupWindow.anchorLocationProperty()
Specifies the popup anchor point which is used in popup positioning.final ObjectProperty<EventDispatcher>
Window.eventDispatcherProperty()
Specifies the event dispatcher for this node.final ObjectProperty<EventHandler<WindowEvent>>
Window.onCloseRequestProperty()
Called when there is an external request to close thisWindow
.