| public int |
| characterLimit() |
| method_44409() |
| getMaxLength() |
|
| public void |
| setCharacterLimit(int characterLimit) |
| method_44411(int arg0) |
| setMaxLength(int maxLength) |
|
| public void |
| setLineLimit(int lineLimit) |
| method_71517(int arg0) |
| setMaxLines(int maxLines) |
|
| public boolean |
| hasCharacterLimit() |
| method_44418() |
| hasMaxLength() |
|
| public boolean |
| hasLineLimit() |
| method_71518() |
| hasMaxLines() |
|
| public void |
|
| public void |
| setCursorListener(Runnable cursorListener) |
| method_44413(Runnable arg0) |
| setCursorChangeListener(Runnable cursorChangeListener) |
|
| public void |
|
| public void |
| setValue(String value, boolean allowOverflowLineLimit) |
| method_44414(String arg0, boolean arg1) |
| setText(String text, boolean allowOverflow) |
|
| public String |
| value() |
| method_44421() |
| getText() |
|
| public void |
|
| public void |
| deleteText(int dir) |
| method_44419(int arg0) |
| delete(int offset) |
|
| public int |
| cursor() |
| method_44424() |
| getCursor() |
|
| public void |
| setSelecting(boolean selecting) |
| method_44417(boolean arg0) |
| setSelecting(boolean selecting) |
|
| public EditBox$Substring |
| getSelected() |
| method_44427() |
| getSelection() |
|
| public int |
| getLineCount() |
| method_44430() |
| getLineCount() |
|
| public int |
| getLineAtCursor() |
| method_44432() |
| getCurrentLineIndex() |
|
| public EditBox$Substring |
| getLineView(int lineIndex) |
| method_44422(int arg0) |
| getLine(int index) |
|
| public void |
|
| public void |
| seekCursorLine(int lineOffset) |
| method_44425(int arg0) |
| moveCursorLine(int offset) |
|
| public void |
| seekCursorToPoint(double x, double y) |
| method_44410(double arg0, double arg1) |
| moveCursor(double x, double y) |
|
| public void |
| selectWordAtCursor() |
| method_72748() |
| selectWord() |
|
| public boolean |
|
| public Iterable<EditBox$Substring> |
| iterateLines() |
| method_44434() |
| getLines() |
|
| public boolean |
| hasSelection() |
| method_44435() |
| hasSelection() |
|
| public String |
| getSelectedText() |
| method_44436() |
| getSelectedText() |
|
| private EditBox$Substring |
| getCursorLineView() |
| method_44439() |
| getCurrentLine() |
|
| private EditBox$Substring |
| getCursorLineView(int lineOffset) |
| method_44431(int arg0) |
| getOffsetLine(int offsetFromCurrent) |
|
| public EditBox$Substring |
| getPreviousWord() |
| method_44437() |
| getPreviousWordAtCursor() |
|
| public EditBox$Substring |
| getNextWord() |
| method_44438() |
| getNextWordAtCursor() |
|
| private int |
| getWordEndPosition(int from) |
| method_44433(int arg0) |
| getWordEndIndex(int startIndex) |
|
| private void |
| onValueChange() |
| method_44440() |
| onChange() |
|
| private void |
| reflowDisplayLines() |
| method_44441() |
| rewrap() |
|
| private String |
| truncateFullText(String input) |
| method_44423(String arg0) |
| truncateForReplacement(String value) |
|
| private String |
|
| private boolean |
| overflowsLineLimit(String newValue) |
| method_71519(String arg0) |
| exceedsMaxLines(String text) |
|
| private void |
| lambda$reflowDisplayLines$0(Style arg0, int arg1, int arg2) |
| method_44416(class_2583 arg0, int arg1, int arg2) |
| method_44416(Style style, int start, int end) |
|
| private static void |
| lambda$new$1() |
| method_44442() |
| method_44442() |
|
| private static void |
|