|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jagacy.Location
This class is a holder for location information.
AbstractSession.readCursorLocation(),
Field.getLocation()| Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
getColumn()
Returns the column coordinate. |
int |
getRow()
Returns the row coordinate. |
boolean |
isValid()
Determines if this location is still valid (useful for 132 columns). |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getColumn()
public int getRow()
public boolean isValid()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||