|
|||||||||||
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 |
Session3270.createLocation(int row,
int column)
Creates a Location object. |
Location |
Session3270.readCursorLocation()
Reads the cursor. |
Location |
Field.getLocation()
Returns the location of the field. |
Methods in com.jagacy with parameters of type Location | |
void |
Session3270.writePosition(Location location,
java.lang.String value)
Writes a string at the given location. |
java.lang.String |
Session3270.readPosition(Location location,
int length)
Reads a string at the given location. |
boolean |
Session3270.waitForPosition(Location location,
java.lang.String value,
int timeout)
Waits (in 100 millisecond intervals) for the value to appear at the given location. |
void |
Session3270.writeCursor(Location location)
Writes the cursor at the given location. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |