|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
com.jagacy |
Uses of Location in com.jagacy |
Methods in com.jagacy that return Location | |
Location |
AbstractSession.createLocation(int row,
int column)
Creates a Location object. |
Location |
AbstractSession.createLocation(java.lang.String propertyPrefix)
Creates a location object. |
Location |
AbstractSession.readCursorLocation()
Reads the cursor. |
Location |
Field.getLocation()
Returns the location of the field. |
Methods in com.jagacy with parameters of type Location | |
void |
AbstractSession.writePosition(Location location,
java.lang.String value)
Writes a string at the given location. |
java.lang.String |
AbstractSession.readPosition(Location location,
int length)
Reads a string at the given location. |
boolean |
AbstractSession.waitForPosition(Location location,
java.lang.String value,
int timeout)
Waits (in 100 millisecond intervals) for the value to appear at the given location. |
void |
AbstractSession.writeCursor(Location location)
Writes the cursor at the given location. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |