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