public final class NSTextSelectionNavigationDirection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Backward
Logical directions
Works with just character information
|
static long |
Down
Visual directions
Requires layout information if the direction is along the line (i.e.
|
static long |
Forward
Logical directions
Works with just character information
|
static long |
Left
Visual directions
Requires layout information if the direction is along the line (i.e.
|
static long |
Right
Visual directions
Requires layout information if the direction is along the line (i.e.
|
static long |
Up
Visual directions
Requires layout information if the direction is along the line (i.e.
|
public static final long Forward
public static final long Backward
public static final long Right
public static final long Left
public static final long Up
public static final long Down