public interface IDocument
| Modifier and Type | Method and Description |
|---|---|
String |
get() |
String |
get(int offset,
int length) |
char |
getChar(int offset) |
int |
getLength() |
String |
getLineDelimiter(int line) |
IRegion |
getLineInformation(int lineNum) |
int |
getNumberOfLines() |
void |
replace(int offset,
int length,
String data) |
int getNumberOfLines()
IRegion getLineInformation(int lineNum) throws BadLocationException
BadLocationExceptionString get()
String get(int offset, int length) throws BadLocationException
BadLocationExceptionString getLineDelimiter(int line) throws BadLocationException
BadLocationExceptionint getLength()
void replace(int offset,
int length,
String data)
throws BadLocationException
BadLocationExceptionchar getChar(int offset)
throws BadLocationException
BadLocationExceptionCopyright © 2019 aQute SARL. All rights reserved.