public class EditorHelper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
EditorHelper()
Don't allow instances of this class to be constructed.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
setCursorX(EditorConfig config,
int pos)
Calculate and set the cursor X position into the given configuration instance.
|
private EditorHelper()
public static void setCursorX(EditorConfig config, int pos)
config - The editor's config instance.pos - New cursor position (0-based).