Selection.Range, Selection.Rect| Constructor | Description |
|---|---|
Range() |
|
Range(int start,
int end) |
|
Range(Selection sel) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getEnd(JEditBuffer buffer,
int line) |
Returns the end of the portion of the selection
falling on the specified line.
|
int |
getStart(JEditBuffer buffer,
int line) |
Returns the beginning of the portion of the selection
falling on the specified line.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getEnd, getEndLine, getStart, getStartLine, overlaps, toStringpublic Range()
public Range(Selection sel)
public Range(int start,
int end)
public int getStart(JEditBuffer buffer, int line)
Selectionpublic int getEnd(JEditBuffer buffer, int line)
Selection