|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputLocationTracker
Interface InputLocationTracker.
Method Summary | |
---|---|
InputLocation |
getLocation(Object field)
Gets the location of the specified field in the input source. |
void |
setLocation(Object field,
InputLocation location)
Sets the location of the specified field. |
Method Detail |
---|
InputLocation getLocation(Object field)
field
- The key of the field, must not be
null
.
null
if unknown.void setLocation(Object field, InputLocation location)
field
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |