Interface InputLocationTracker

    • Method Detail

      • getLocation

        InputLocation getLocation​(Object field)
        Gets the location of the specified field in the input source.
        Parameters:
        field - The key of the field, must not be null.
        Returns:
        The location of the field in the input source or null if unknown.
      • setLocation

        void setLocation​(Object field,
                         InputLocation location)
        Sets the location of the specified field.
        Parameters:
        field - The key of the field, must not be null.
        location - The location of the field, may be null.