public class TextPositionEvent
extends javafx.scene.input.MouseEvent
This is an experimental component provided as a preview we'll improve and fix problems in up coming releases
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<TextPositionEvent> |
TEXT_POSITION_CLICKED |
static javafx.event.EventType<TextPositionEvent> |
TEXT_POSITION_DRAG_DETECTED |
static javafx.event.EventType<TextPositionEvent> |
TEXT_POSITION_DRAGGED |
static javafx.event.EventType<TextPositionEvent> |
TEXT_POSITION_MOVED |
static javafx.event.EventType<TextPositionEvent> |
TEXT_POSITION_PRESSED |
static javafx.event.EventType<TextPositionEvent> |
TEXT_POSITION_RELEASED |
| Constructor and Description |
|---|
TextPositionEvent(javafx.scene.input.MouseEvent event,
int offset)
Create a new text position event
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
copyFor, copyFor, copyForMouseDragEvent, getButton, getClickCount, getEventType, getPickResult, getSceneX, getSceneY, getScreenX, getScreenY, getX, getY, getZ, isAltDown, isControlDown, isDragDetect, isMetaDown, isMiddleButtonDown, isPopupTrigger, isPrimaryButtonDown, isSecondaryButtonDown, isShiftDown, isShortcutDown, isStillSincePress, isSynthesized, setDragDetect, toStringpublic static final javafx.event.EventType<TextPositionEvent> TEXT_POSITION_CLICKED
public static final javafx.event.EventType<TextPositionEvent> TEXT_POSITION_PRESSED
public static final javafx.event.EventType<TextPositionEvent> TEXT_POSITION_RELEASED
public static final javafx.event.EventType<TextPositionEvent> TEXT_POSITION_MOVED
public static final javafx.event.EventType<TextPositionEvent> TEXT_POSITION_DRAG_DETECTED
public static final javafx.event.EventType<TextPositionEvent> TEXT_POSITION_DRAGGED