|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexDocumentLocation
public class LpexDocumentLocation
This class is used to represent a location in a document (or in the document section that is currently loaded in the editor).
LpexView
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 | |
---|---|
boolean |
equals(LpexDocumentLocation documentLocation)
Returns whether two document locations are equal. |
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)
position
in the specified element
.
public LpexDocumentLocation(LpexDocumentLocation documentLocation)
documentLocation
.
Method Detail |
---|
public boolean equals(LpexDocumentLocation documentLocation)
public String toString()
toString
in class Object
|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |