public final class NSTextSelectionNavigationModifier
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Extend
Extends the selection by not moving the initial location while drag selection
|
static long |
Multiple
Extends the selection visually inside the rectangular area defined by the anchor and dragged positions and produces an NSTextSelection per line
|
static long |
Visual
Extends the selection visually inside the rectangular area defined by the anchor and dragged positions
|
public static final long Extend
public static final long Visual
public static final long Multiple