public interface InputLocationTracker
| Modifier and Type | Method and Description |
|---|---|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
void |
setLocation(Object
Sets the location of the specified field.
|
InputLocationgetLocation(Object field)
field - The key of the field, must not be
null.
null if unknown.
void setLocation(Objectfield, InputLocation location)
field - The key of the field, must not be
null.
location - The location of the field, may be
null.