|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fife.ui.rsyntaxtextarea.DocumentRange
public class DocumentRange
A range of text in a document.
| Constructor Summary | |
|---|---|
DocumentRange(int startOffs,
int endOffs)
|
|
| Method Summary | |
|---|---|
int |
getEndOffset()
Gets the end offset of the range. |
int |
getStartOffset()
Gets the starting offset of the range. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentRange(int startOffs,
int endOffs)
| Method Detail |
|---|
public int getEndOffset()
getStartOffset()public int getStartOffset()
getEndOffset()public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||