Uses of Class
javafx.scene.input.ContextMenuEvent
-
Uses of ContextMenuEvent in com.sun.javafx.scene
Modifier and TypeMethodDescriptionfinal EventHandler<? super ContextMenuEvent>
EventHandlerProperties.onContextMenuRequested()
ObjectProperty<EventHandler<? super ContextMenuEvent>>
EventHandlerProperties.onContextMenuRequestedProperty()
-
Uses of ContextMenuEvent in javafx.scene
Modifier and TypeMethodDescriptionfinal EventHandler<? super ContextMenuEvent>
Node.getOnContextMenuRequested()
Gets the value of theonContextMenuRequested
property.final ObjectProperty<EventHandler<? super ContextMenuEvent>>
Defines a function to be called when a context menu has been requested on thisNode
.Modifier and TypeMethodDescriptionfinal void
Node.setOnContextMenuRequested
(EventHandler<? super ContextMenuEvent> value) Sets the value of theonContextMenuRequested
property. -
Uses of ContextMenuEvent in javafx.scene.input
Modifier and TypeFieldDescriptionstatic final EventType<ContextMenuEvent>
ContextMenuEvent.ANY
Common supertype for all context menu event types.static final EventType<ContextMenuEvent>
ContextMenuEvent.CONTEXT_MENU_REQUESTED
This event occurs when a context menu is requested.Modifier and TypeMethodDescriptionContextMenuEvent.copyFor
(Object newSource, EventTarget newTarget) Fills the given event by this event's coordinates recomputed to the given source objectModifierConstructorDescriptionContextMenuEvent
(Object source, EventTarget target, EventType<ContextMenuEvent> eventType, double x, double y, double screenX, double screenY, boolean keyboardTrigger, PickResult pickResult) Constructs new ContextMenu event.ContextMenuEvent
(EventType<ContextMenuEvent> eventType, double x, double y, double screenX, double screenY, boolean keyboardTrigger, PickResult pickResult) Constructs new ContextMenu event with empty source and target.