|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexDocumentLocation
This class is used to represent a location in a document (or in the document section that is currently loaded in the editor).
Field Summary | |
---|---|
int | element
The element number. |
int | position
The position within the element. |
Constructor Summary | |
---|---|
LpexDocumentLocation(int element,
int position)
This constructor creates a document location object for the given position in the specified element. | |
LpexDocumentLocation(LpexDocumentLocation documentLocation)
This constructor creates a document location object representing the same location as the specified documentLocation. |
Method Summary | |
---|---|
String | toString()
Return a String representation of this LpexDocumentLocation suitable for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int element
public int position
Constructor Detail |
public LpexDocumentLocation(int element, int position)
public LpexDocumentLocation(LpexDocumentLocation documentLocation)
Method Detail |
public String toString()
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |