Package com.sun.javafx.scene
Class EventHandlerProperties
java.lang.Object
com.sun.javafx.scene.EventHandlerProperties
-
Property Summary
TypePropertyDescriptionObjectProperty<EventHandler<? super ContextMenuEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super KeyEvent>>
ObjectProperty<EventHandler<? super KeyEvent>>
ObjectProperty<EventHandler<? super KeyEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super ScrollEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal EventHandler<? super MouseEvent>
Gets the value of theonDragDetected
property.final EventHandler<? super DragEvent>
Gets the value of theonDragDone
property.final EventHandler<? super DragEvent>
Gets the value of theonDragDropped
property.final EventHandler<? super DragEvent>
Gets the value of theonDragEntered
property.final EventHandler<? super DragEvent>
Gets the value of theonDragExited
property.final EventHandler<? super DragEvent>
Gets the value of theonDragOver
property.final EventHandler<? super KeyEvent>
Gets the value of theonKeyPressed
property.final EventHandler<? super KeyEvent>
Gets the value of theonKeyReleased
property.final EventHandler<? super KeyEvent>
Gets the value of theonKeyTyped
property.final EventHandler<? super MouseEvent>
Gets the value of theonMouseClicked
property.final EventHandler<? super MouseDragEvent>
Gets the value of theonMouseDragEntered
property.final EventHandler<? super MouseDragEvent>
Gets the value of theonMouseDragExited
property.final EventHandler<? super MouseEvent>
Gets the value of theonMouseDragged
property.final EventHandler<? super MouseDragEvent>
Gets the value of theonMouseDragOver
property.final EventHandler<? super MouseDragEvent>
Gets the value of theonMouseDragReleased
property.final EventHandler<? super MouseEvent>
Gets the value of theonMouseEntered
property.final EventHandler<? super MouseEvent>
Gets the value of theonMouseExited
property.final EventHandler<? super MouseEvent>
Gets the value of theonMouseMoved
property.final EventHandler<? super MouseEvent>
Gets the value of theonMousePressed
property.final EventHandler<? super MouseEvent>
Gets the value of theonMouseReleased
property.final EventHandler<? super ScrollEvent>
Gets the value of theonScroll
property.final EventHandler<? super SwipeEvent>
Gets the value of theonSwipeDown
property.final EventHandler<? super SwipeEvent>
Gets the value of theonSwipeLeft
property.final EventHandler<? super SwipeEvent>
Gets the value of theonSwipeRight
property.final EventHandler<? super SwipeEvent>
Gets the value of theonSwipeUp
property.final EventHandler<? super TouchEvent>
Gets the value of theonTouchMoved
property.final EventHandler<? super TouchEvent>
Gets the value of theonTouchPressed
property.final EventHandler<? super TouchEvent>
Gets the value of theonTouchReleased
property.final EventHandler<? super TouchEvent>
Gets the value of theonTouchStationary
property.final EventHandler<? super ContextMenuEvent>
ObjectProperty<EventHandler<? super ContextMenuEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super DragEvent>>
ObjectProperty<EventHandler<? super KeyEvent>>
ObjectProperty<EventHandler<? super KeyEvent>>
ObjectProperty<EventHandler<? super KeyEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseDragEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super MouseEvent>>
ObjectProperty<EventHandler<? super ScrollEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super SwipeEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
ObjectProperty<EventHandler<? super TouchEvent>>
-
Property Details
-
onContextMenuRequested
- See Also:
-
onMouseClicked
- See Also:
-
onMouseDragged
- See Also:
-
onMouseEntered
- See Also:
-
onMouseExited
- See Also:
-
onMouseMoved
- See Also:
-
onMousePressed
- See Also:
-
onMouseReleased
-
onDragDetected
- See Also:
-
onScroll
- See Also:
-
onSwipeUp
- See Also:
-
onSwipeDown
- See Also:
-
onSwipeLeft
- See Also:
-
onSwipeRight
- See Also:
-
onMouseDragOver
-
onMouseDragReleased
-
onMouseDragEntered
-
onMouseDragExited
-
onKeyPressed
- See Also:
-
onKeyReleased
- See Also:
-
onKeyTyped
- See Also:
-
onDragEntered
- See Also:
-
onDragExited
- See Also:
-
onDragOver
- See Also:
-
onDragDropped
- See Also:
-
onDragDone
- See Also:
-
onTouchPressed
- See Also:
-
onTouchMoved
- See Also:
-
onTouchReleased
-
onTouchStationary
-
-
Constructor Details
-
EventHandlerProperties
-
-
Method Details
-
onContextMenuRequested
-
onContextMenuRequestedProperty
- Returns:
- the
onContextMenuRequested
property
-
getOnMouseClicked
Gets the value of theonMouseClicked
property.- Property description:
- Returns:
- the value of the
onMouseClicked
property - See Also:
-
onMouseClickedProperty
- Returns:
- the
onMouseClicked
property - See Also:
-
getOnMouseDragged
Gets the value of theonMouseDragged
property.- Property description:
- Returns:
- the value of the
onMouseDragged
property - See Also:
-
onMouseDraggedProperty
- Returns:
- the
onMouseDragged
property - See Also:
-
getOnMouseEntered
Gets the value of theonMouseEntered
property.- Property description:
- Returns:
- the value of the
onMouseEntered
property - See Also:
-
onMouseEnteredProperty
- Returns:
- the
onMouseEntered
property - See Also:
-
getOnMouseExited
Gets the value of theonMouseExited
property.- Property description:
- Returns:
- the value of the
onMouseExited
property - See Also:
-
onMouseExitedProperty
- Returns:
- the
onMouseExited
property - See Also:
-
getOnMouseMoved
Gets the value of theonMouseMoved
property.- Property description:
- Returns:
- the value of the
onMouseMoved
property - See Also:
-
onMouseMovedProperty
- Returns:
- the
onMouseMoved
property - See Also:
-
getOnMousePressed
Gets the value of theonMousePressed
property.- Property description:
- Returns:
- the value of the
onMousePressed
property - See Also:
-
onMousePressedProperty
- Returns:
- the
onMousePressed
property - See Also:
-
getOnMouseReleased
Gets the value of theonMouseReleased
property.- Property description:
- Returns:
- the value of the
onMouseReleased
property - See Also:
-
onMouseReleasedProperty
- Returns:
- the
onMouseReleased
property - See Also:
-
getOnDragDetected
Gets the value of theonDragDetected
property.- Property description:
- Returns:
- the value of the
onDragDetected
property - See Also:
-
onDragDetectedProperty
- Returns:
- the
onDragDetected
property - See Also:
-
getOnScroll
Gets the value of theonScroll
property.- Property description:
- Returns:
- the value of the
onScroll
property - See Also:
-
onScrollProperty
- Returns:
- the
onScroll
property - See Also:
-
getOnSwipeUp
Gets the value of theonSwipeUp
property.- Property description:
- Returns:
- the value of the
onSwipeUp
property - See Also:
-
onSwipeUpProperty
- Returns:
- the
onSwipeUp
property - See Also:
-
getOnSwipeDown
Gets the value of theonSwipeDown
property.- Property description:
- Returns:
- the value of the
onSwipeDown
property - See Also:
-
onSwipeDownProperty
- Returns:
- the
onSwipeDown
property - See Also:
-
getOnSwipeLeft
Gets the value of theonSwipeLeft
property.- Property description:
- Returns:
- the value of the
onSwipeLeft
property - See Also:
-
onSwipeLeftProperty
- Returns:
- the
onSwipeLeft
property - See Also:
-
getOnSwipeRight
Gets the value of theonSwipeRight
property.- Property description:
- Returns:
- the value of the
onSwipeRight
property - See Also:
-
onSwipeRightProperty
- Returns:
- the
onSwipeRight
property - See Also:
-
getOnMouseDragOver
Gets the value of theonMouseDragOver
property.- Property description:
- Returns:
- the value of the
onMouseDragOver
property - See Also:
-
onMouseDragOverProperty
- Returns:
- the
onMouseDragOver
property - See Also:
-
getOnMouseDragReleased
Gets the value of theonMouseDragReleased
property.- Property description:
- Returns:
- the value of the
onMouseDragReleased
property - See Also:
-
onMouseDragReleasedProperty
- Returns:
- the
onMouseDragReleased
property - See Also:
-
getOnMouseDragEntered
Gets the value of theonMouseDragEntered
property.- Property description:
- Returns:
- the value of the
onMouseDragEntered
property - See Also:
-
onMouseDragEnteredProperty
- Returns:
- the
onMouseDragEntered
property - See Also:
-
getOnMouseDragExited
Gets the value of theonMouseDragExited
property.- Property description:
- Returns:
- the value of the
onMouseDragExited
property - See Also:
-
onMouseDragExitedProperty
- Returns:
- the
onMouseDragExited
property - See Also:
-
getOnKeyPressed
Gets the value of theonKeyPressed
property.- Property description:
- Returns:
- the value of the
onKeyPressed
property - See Also:
-
onKeyPressedProperty
- Returns:
- the
onKeyPressed
property - See Also:
-
getOnKeyReleased
Gets the value of theonKeyReleased
property.- Property description:
- Returns:
- the value of the
onKeyReleased
property - See Also:
-
onKeyReleasedProperty
- Returns:
- the
onKeyReleased
property - See Also:
-
getOnKeyTyped
Gets the value of theonKeyTyped
property.- Property description:
- Returns:
- the value of the
onKeyTyped
property - See Also:
-
onKeyTypedProperty
- Returns:
- the
onKeyTyped
property - See Also:
-
getOnDragEntered
Gets the value of theonDragEntered
property.- Property description:
- Returns:
- the value of the
onDragEntered
property - See Also:
-
onDragEnteredProperty
- Returns:
- the
onDragEntered
property - See Also:
-
getOnDragExited
Gets the value of theonDragExited
property.- Property description:
- Returns:
- the value of the
onDragExited
property - See Also:
-
onDragExitedProperty
- Returns:
- the
onDragExited
property - See Also:
-
getOnDragOver
Gets the value of theonDragOver
property.- Property description:
- Returns:
- the value of the
onDragOver
property - See Also:
-
onDragOverProperty
- Returns:
- the
onDragOver
property - See Also:
-
getOnDragDropped
Gets the value of theonDragDropped
property.- Property description:
- Returns:
- the value of the
onDragDropped
property - See Also:
-
onDragDroppedProperty
- Returns:
- the
onDragDropped
property - See Also:
-
getOnDragDone
Gets the value of theonDragDone
property.- Property description:
- Returns:
- the value of the
onDragDone
property - See Also:
-
onDragDoneProperty
- Returns:
- the
onDragDone
property - See Also:
-
getOnTouchPressed
Gets the value of theonTouchPressed
property.- Property description:
- Returns:
- the value of the
onTouchPressed
property - See Also:
-
onTouchPressedProperty
- Returns:
- the
onTouchPressed
property - See Also:
-
getOnTouchMoved
Gets the value of theonTouchMoved
property.- Property description:
- Returns:
- the value of the
onTouchMoved
property - See Also:
-
onTouchMovedProperty
- Returns:
- the
onTouchMoved
property - See Also:
-
getOnTouchReleased
Gets the value of theonTouchReleased
property.- Property description:
- Returns:
- the value of the
onTouchReleased
property - See Also:
-
onTouchReleasedProperty
- Returns:
- the
onTouchReleased
property - See Also:
-
getOnTouchStationary
Gets the value of theonTouchStationary
property.- Property description:
- Returns:
- the value of the
onTouchStationary
property - See Also:
-
onTouchStationaryProperty
- Returns:
- the
onTouchStationary
property - See Also:
-