public class LineRegion extends TextSegment implements ILineRegion
| Constructor and Description |
|---|
LineRegion(ITextRegionAccess regionAccess,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
ITextSegment |
getIndentation() |
ILineRegion |
getNextLine() |
ILineRegion |
getPreviousLine() |
getLength, getOffset, getTextRegionAccess, toStringcompareTo, contains, contains, equals, getEndOffset, getLineCount, getLineRegions, getText, hashCode, isMultiline, merge, replaceWithclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEndOffset, getLineCount, getLineRegions, getText, getTextRegionAccess, isMultiline, merge, replaceWithpublic LineRegion(ITextRegionAccess regionAccess, int offset, int length)
public ITextSegment getIndentation()
getIndentation in interface ILineRegionpublic ILineRegion getNextLine()
getNextLine in interface ILineRegionpublic ILineRegion getPreviousLine()
getPreviousLine in interface ILineRegion