public class DefaultJTextSource extends Object implements JTextSource
| Constructor and Description |
|---|
DefaultJTextSource(String name,
Reader reader,
Supplier<char[]> supplier) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
charArray() |
String |
name() |
JTextSourceRange |
range(int from,
int to) |
Reader |
reader() |
String |
text() |
public String name()
name in interface JTextSourcepublic Reader reader()
reader in interface JTextSourcepublic String text()
text in interface JTextSourcepublic char[] charArray()
charArray in interface JTextSourcepublic JTextSourceRange range(int from, int to)
range in interface JTextSourceCopyright © 2021 vpc open source initiative. All rights reserved.