Uses of Interface
javafx.event.EventTarget
Packages that use EventTarget
Package
Description
-
Uses of EventTarget in com.sun.javafx.event
Subinterfaces of EventTarget in com.sun.javafx.eventClasses in com.sun.javafx.event that implement EventTargetMethods in com.sun.javafx.event that return types with arguments of type EventTargetModifier and TypeMethodDescriptionCompositeEventTarget.getTargets()CompositeEventTargetImpl.getTargets()Methods in com.sun.javafx.event with parameters of type EventTargetModifier and TypeMethodDescriptionbooleanCompositeEventTarget.containsTarget(EventTarget target) booleanCompositeEventTargetImpl.containsTarget(EventTarget target) static EventEventUtil.fireEvent(Event event, EventTarget... eventTargets) static EventEventUtil.fireEvent(EventTarget eventTarget, Event event) Constructors in com.sun.javafx.event with parameters of type EventTargetModifierConstructorDescriptionCompositeEventTargetImpl(EventTarget... eventTargets) DirectEvent(Event originalEvent, Object source, EventTarget target) RedirectedEvent(Event originalEvent, Object source, EventTarget target) -
Uses of EventTarget in com.sun.javafx.scene.control
Classes in com.sun.javafx.scene.control that implement EventTargetModifier and TypeClassDescriptionclassThis is a the SkinBase for ContextMenu based controls so that the CSS parts work right, because otherwise we would have to copy the Keys from there to here.classclassLabeledText allows the Text to be styled by the CSS properties of Labeled that are meant to style the textual component of the Labeled. -
Uses of EventTarget in com.sun.javafx.tk
Constructors in com.sun.javafx.tk with parameters of type EventTarget -
Uses of EventTarget in com.sun.javafx.tk.quantum
Fields in com.sun.javafx.tk.quantum declared as EventTarget -
Uses of EventTarget in javafx.event
Fields in javafx.event declared as EventTargetModifier and TypeFieldDescriptionstatic final EventTargetEvent.NULL_SOURCE_TARGETThe constant which represents an unknown event source / target.protected EventTargetEvent.targetEvent target that defines the path through which the event will travel when posted.Methods in javafx.event that return EventTargetMethods in javafx.event with parameters of type EventTargetModifier and TypeMethodDescriptionActionEvent.copyFor(Object newSource, EventTarget newTarget) Event.copyFor(Object newSource, EventTarget newTarget) Creates and returns a copy of this event with the specified event source and target.static voidEvent.fireEvent(EventTarget eventTarget, Event event) Fires the specified event.Constructors in javafx.event with parameters of type EventTargetModifierConstructorDescriptionActionEvent(Object source, EventTarget target) Construct a newActionEventwith the specified event source and target.Event(Object source, EventTarget target, EventType<? extends Event> eventType) Construct a newEventwith the specified event source, target and type. -
Uses of EventTarget in javafx.scene
Classes in javafx.scene that implement EventTargetFields in javafx.scene declared as EventTarget -
Uses of EventTarget in javafx.scene.canvas
Classes in javafx.scene.canvas that implement EventTargetModifier and TypeClassDescriptionclassCanvasis an image that can be drawn on using a set of graphics commands provided by aGraphicsContext. -
Uses of EventTarget in javafx.scene.control
Classes in javafx.scene.control that implement EventTargetModifier and TypeClassDescriptionclassThe Alert class subclasses theDialogclass, and provides support for a number of pre-built dialog types that can be easily shown to users to prompt for a response.classclassA ButtonBar is essentially aHBox, with the additional functionality for operating system specific button placement.classclassCell<T>The Cell API is used for virtualized controls such asListView,TreeView, andTableView.classclassChoiceBox<T>The ChoiceBox is used for presenting the user with a relatively small set of predefined choices from which they may choose.classComboBoxBase<T>Abstract base class for ComboBox-like controls.classA popup control containing an ObservableList of menu items.classclassclassclassDialog<R>A Dialog in JavaFX wraps aDialogPaneand provides the necessary API to present it to end users.classDialogPane should be considered to be the root node displayed within aDialoginstance.classAn HTML like label which can be a graphic and/or text which responds to rollovers and clicks.classLabel is a non-editable text control.classclassA popup menu of actionable items which is displayed to the user only upon request.classMenuItem is intended to be used in conjunction withMenuto provide options to users.classclassAn extension of PopupWindow that allows for CSS styling.protected classThe link between the popup window and the scenegraph.classA specialization of the ProgressIndicator which is represented as a horizontal bar.classA circular control which is used for indicating progress, either infinite (aka indeterminate) or finite.classclassclassA horizontal or vertical separator line.classAMenuItemthat as the name suggests allows for a horizontal Separator to be embedded within it, by assigning aSeparatorto thecontentproperty of theCustomMenuItemThis is provided for convenience as groups ofmenuitemscan be separated by a separator.classclassA control that has two or more sides, each separated by a divider, which can be dragged by the user to give more space to one of the sides, resulting in the other side shrinking by an equal amount.classTabs are placed within aTabPane, where each tab represents a single 'page'.classA control that allows switching between a group ofTabs.classclassclassclassA dialog that shows a text input control to the user.classA TitledPane is a panel with a title that can be opened and closed.classclassTooltip is not yet supported in WebFX. -
Uses of EventTarget in javafx.scene.control.skin
Classes in javafx.scene.control.skin that implement EventTarget -
Uses of EventTarget in javafx.scene.image
Classes in javafx.scene.image that implement EventTarget -
Uses of EventTarget in javafx.scene.input
Methods in javafx.scene.input that return EventTargetModifier and TypeMethodDescriptionTouchPoint.getGrabbed()Gets event target which has grabbed this touch point.TouchPoint.getTarget()Gets event target on which the touch event carrying this touch point is fired.Methods in javafx.scene.input with parameters of type EventTargetModifier and TypeMethodDescriptionbooleanTouchPoint.belongsTo(EventTarget target) Distinguishes between touch points targeted to the given node or some of its children from touch points targeted somewhere else.ContextMenuEvent.copyFor(Object newSource, EventTarget newTarget) Fills the given event by this event's coordinates recomputed to the given source objectDragEvent.copyFor(Object newSource, EventTarget newTarget) DragEvent.copyFor(Object source, EventTarget target, Object gestureSource, Object gestureTarget, EventType<DragEvent> eventType) Creates a copy of the given drag event with the given fields substituted.DragEvent.copyFor(Object source, EventTarget target, EventType<DragEvent> type) Creates a copy of the given drag event with the given fields substituted.GestureEvent.copyFor(Object newSource, EventTarget newTarget) Creates and returns a copy of this event with the specified event source and target.KeyEvent.copyFor(Object newSource, EventTarget newTarget) KeyEvent.copyFor(Object source, EventTarget target, EventType<KeyEvent> type) Creates a copy of the given event with the given fields substituted.MouseDragEvent.copyFor(Object newSource, EventTarget newTarget) MouseDragEvent.copyFor(Object newSource, EventTarget newTarget, EventType<? extends MouseEvent> type) MouseEvent.copyFor(Object newSource, EventTarget newTarget) Copies this event for a different source and target.MouseEvent.copyFor(Object newSource, EventTarget newTarget, EventType<? extends MouseEvent> eventType) Creates a copy of the given event with the given fields substituted.ScrollEvent.copyFor(Object newSource, EventTarget newTarget) ScrollEvent.copyFor(Object newSource, EventTarget newTarget, EventType<ScrollEvent> type) Creates a copy of the given event with the given fields substituted.SwipeEvent.copyFor(Object newSource, EventTarget newTarget) SwipeEvent.copyFor(Object newSource, EventTarget newTarget, EventType<SwipeEvent> type) Creates a copy of the given event with the given fields substituted.TouchEvent.copyFor(Object newSource, EventTarget newTarget) Creates and returns a copy of this event with the specified event source and target.TouchEvent.copyFor(Object newSource, EventTarget newTarget, EventType<TouchEvent> type) Creates a copy of the given event with the given fields substituted.static MouseDragEventMouseEvent.copyForMouseDragEvent(MouseEvent e, Object source, EventTarget target, EventType<MouseDragEvent> type, Object gestureSource, PickResult pickResult) Creates a copy of this mouse event of MouseDragEvent typevoidTouchPoint.grab(EventTarget target) Grabs this touch point by the given target.Constructors in javafx.scene.input with parameters of type EventTargetModifierConstructorDescriptionContextMenuEvent(Object source, EventTarget target, EventType<ContextMenuEvent> eventType, double x, double y, double screenX, double screenY, boolean keyboardTrigger, PickResult pickResult) Constructs new ContextMenu event.DragEvent(Object source, EventTarget target, EventType<DragEvent> eventType, Dragboard dragboard, double x, double y, double screenX, double screenY, TransferMode transferMode, Object gestureSource, Object gestureTarget, PickResult pickResult) Constructs new DragEvent event.protectedGestureEvent(Object source, EventTarget target, EventType<? extends GestureEvent> eventType) Deprecated.Do not use this constructor.protectedGestureEvent(Object source, EventTarget target, EventType<? extends GestureEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, PickResult pickResult) Constructs new GestureEvent event.InputEvent(Object source, EventTarget target, EventType<? extends InputEvent> eventType) Creates new instance of InputEvent.KeyEvent(Object source, EventTarget target, EventType<KeyEvent> eventType, String character, String text, KeyCode code, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown) Constructs new KeyEvent event with null source and target and KeyCode object directly specified.MouseDragEvent(Object source, EventTarget target, EventType<MouseDragEvent> eventType, double x, double y, double screenX, double screenY, MouseButton button, int clickCount, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean primaryButtonDown, boolean middleButtonDown, boolean secondaryButtonDown, boolean synthesized, boolean popupTrigger, PickResult pickResult, Object gestureSource) Constructs new MouseDragEvent event.MouseEvent(Object source, EventTarget target, EventType<? extends MouseEvent> eventType, double x, double y, double screenX, double screenY, MouseButton button, int clickCount, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean primaryButtonDown, boolean middleButtonDown, boolean secondaryButtonDown, boolean synthesized, boolean popupTrigger, boolean stillSincePress, PickResult pickResult) Constructs new MouseEvent event.PickResult(EventTarget target, double sceneX, double sceneY) Creates a pick result for a 2D case where no additional information is needed.ScrollEvent(Object source, EventTarget target, EventType<ScrollEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, double deltaX, double deltaY, double totalDeltaX, double totalDeltaY, ScrollEvent.HorizontalTextScrollUnits textDeltaXUnits, double textDeltaX, ScrollEvent.VerticalTextScrollUnits textDeltaYUnits, double textDeltaY, int touchCount, PickResult pickResult) Constructs new ScrollEvent event.SwipeEvent(Object source, EventTarget target, EventType<SwipeEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, int touchCount, PickResult pickResult) Constructs new SwipeEvent event.TouchEvent(Object source, EventTarget target, EventType<TouchEvent> eventType, TouchPoint touchPoint, List<TouchPoint> touchPoints, int eventSetId, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown) Constructs new TouchEvent event.TouchPoint(int id, TouchPoint.State state, double x, double y, double screenX, double screenY, EventTarget target, PickResult pickResult) Creates new instance of TouchPoint. -
Uses of EventTarget in javafx.scene.layout
Classes in javafx.scene.layout that implement EventTargetModifier and TypeClassDescriptionclassAnchorPane allows the edges of child nodes to be anchored to an offset from the anchor pane's edges.classBorderPane lays out children in top, left, right, bottom, and center positions.classFlowPane lays out its children in a flow that wraps at the flowpane's boundary.classGridPane lays out its children within a flexible grid of rows and columns.classHBox lays out its children in a single horizontal row.classclassclassStackPane lays out its children in a back-to-front stack.classVBox lays out its children in a single vertical column. -
Uses of EventTarget in javafx.scene.media
Classes in javafx.scene.media that implement EventTarget -
Uses of EventTarget in javafx.scene.shape
Classes in javafx.scene.shape that implement EventTargetModifier and TypeClassDescriptionclassTheArcclass represents a 2D arc object, defined by a center point, start angle (in degrees), angular extent (length of the arc in degrees), and an arc type (ArcType.OPEN,ArcType.CHORD, orArcType.ROUND).classclassclassThePathclass represents a simple shape and provides facilities required for basic construction and management of a geometric path.classclassclassSubtractShape is a pure WebFX class created by Shape.subtract() and the only supported usage so far is clipping.classTheSVGPathclass represents a simple shape that is constructed by parsing SVG path data from a String. -
Uses of EventTarget in javafx.scene.text
Classes in javafx.scene.text that implement EventTarget -
Uses of EventTarget in javafx.scene.web
Classes in javafx.scene.web that implement EventTarget -
Uses of EventTarget in javafx.stage
Classes in javafx.stage that implement EventTargetModifier and TypeClassDescriptionclassPopupWindow is the parent for a variety of different types of popup based windows includingPopupandTooltipandContextMenu.classThe JavaFXStageclass is the top level JavaFX container.classMethods in javafx.stage with parameters of type EventTargetModifier and TypeMethodDescriptionWindowEvent.copyFor(Object newSource, EventTarget newTarget) WindowEvent.copyFor(Object newSource, EventTarget newTarget, EventType<WindowEvent> type) Creates a copy of the given event with the given fields substituted.