|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.concord.util.TextSelection
| Field Summary | |
int |
beginColumn
|
int |
beginLine
|
int |
endColumn
|
int |
endLine
|
| Constructor Summary | |
TextSelection()
|
|
TextSelection(int bc,
int bl,
int ec,
int el)
|
|
| Method Summary | |
void |
setTextSelection(int bc,
int bl,
int ec,
int el)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int beginColumn
public int beginLine
public int endColumn
public int endLine
| Constructor Detail |
public TextSelection()
public TextSelection(int bc,
int bl,
int ec,
int el)
| Method Detail |
public void setTextSelection(int bc,
int bl,
int ec,
int el)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||