| public static Supplier<String> |
|
| public static String |
|
| public static Consumer<String> |
|
| public static void |
|
| public boolean |
|
| public boolean |
|
| private int |
| clampToMsgLength(int value) |
| method_27567(int arg0) |
| clampCursorPosition(int pos) |
|
| private void |
|
| public void |
|
| private void |
| resetSelectionIfNeeded(boolean selecting) |
| method_27562(boolean arg0) |
| updateSelectionRange(boolean shiftDown) |
|
| public void |
|
| public void |
| moveByChars(int count) |
| method_35727(int arg0) |
| moveCursor(int offset) |
|
| public void |
| moveByChars(int count, boolean selecting) |
| method_27549(int arg0, boolean arg1) |
| moveCursor(int offset, boolean shiftDown) |
|
| public void |
| moveByWords(int count) |
| method_35728(int arg0) |
| moveCursorPastWord(int offset) |
|
| public void |
| moveByWords(int count, boolean selecting) |
| method_27555(int arg0, boolean arg1) |
| moveCursorPastWord(int offset, boolean shiftDown) |
|
| public void |
|
| public void |
| removeWordsFromCursor(int count) |
| method_42576(int arg0) |
| deleteWord(int offset) |
|
| public void |
| removeCharsFromCursor(int count) |
| method_27564(int arg0) |
| delete(int offset) |
|
| public void |
| cut() |
| method_27547() |
| cut() |
|
| public void |
| paste() |
| method_27554() |
| paste() |
|
| public void |
| copy() |
| method_27559() |
| copy() |
|
| public void |
| selectAll() |
| method_27563() |
| selectAll() |
|
| private String |
|
| private String |
| deleteSelection(String message) |
| method_16198(String arg0) |
| deleteSelectedText(String string) |
|
| public void |
| setCursorToStart() |
| method_35729() |
| moveCursorToStart() |
|
| public void |
| setCursorToStart(boolean selecting) |
| method_27553(boolean arg0) |
| moveCursorToStart(boolean shiftDown) |
|
| public void |
| setCursorToEnd() |
| method_16204() |
| putCursorAtEnd() |
|
| public void |
| setCursorToEnd(boolean selecting) |
| method_27558(boolean arg0) |
| moveCursorToEnd(boolean shiftDown) |
|
| public int |
| getCursorPos() |
| method_16201() |
| getSelectionStart() |
|
| public void |
| setCursorPos(int value) |
| method_35730(int arg0) |
| moveCursorTo(int position) |
|
| public void |
| setCursorPos(int value, boolean selecting) |
| method_27560(int arg0, boolean arg1) |
| moveCursorTo(int position, boolean shiftDown) |
|
| public int |
| getSelectionPos() |
| method_16203() |
| getSelectionEnd() |
|
| public void |
| setSelectionPos(int value) |
| method_35731(int arg0) |
| setSelectionEnd(int pos) |
|
| public void |
| setSelectionRange(int start, int end) |
| method_27548(int arg0, int arg1) |
| setSelection(int start, int end) |
|
| public boolean |
| isSelecting() |
| method_27568() |
| isSelecting() |
|
| private static void |
|
| private static String |
|