| Modifier and Type | Class and Description |
|---|---|
protected static class |
Document.DelimiterInfo |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DELIMITERS |
| Modifier and Type | Method and Description |
|---|---|
String |
get() |
String |
get(int offset,
int length) |
char |
getChar(int pos) |
int |
getLength() |
String |
getLineDelimiter(int line) |
IRegion |
getLineInformation(int line) |
int |
getNumberOfLines() |
void |
replace(int offset,
int length,
String text) |
void |
setText(String text) |
public static final String[] DELIMITERS
public Document(String text)
public int getNumberOfLines()
getNumberOfLines in interface IDocumentpublic IRegion getLineInformation(int line) throws BadLocationException
getLineInformation in interface IDocumentBadLocationExceptionpublic String get(int offset, int length) throws BadLocationException
get in interface IDocumentBadLocationExceptionpublic String getLineDelimiter(int line) throws BadLocationException
getLineDelimiter in interface IDocumentBadLocationExceptionpublic void replace(int offset,
int length,
String text)
throws BadLocationException
replace in interface IDocumentBadLocationExceptionpublic void setText(String text)
Copyright © 2019 aQute SARL. All rights reserved.