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
BadLocationException
String get()
String get(int offset, int length) throws BadLocationException
BadLocationException
String getLineDelimiter(int line) throws BadLocationException
BadLocationException
int getLength()
void replace(int offset, int length, String data) throws BadLocationException
BadLocationException
char getChar(int offset) throws BadLocationException
BadLocationException
Copyright © 2015 aQute SARL. All rights reserved.