Class Frame.GetByTextOptions

  • Enclosing interface:
    Frame

    public static class Frame.GetByTextOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean exact
      Whether to find an exact match: case-sensitive and whole-string.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Frame.GetByTextOptions setExact​(boolean exact)
      Whether to find an exact match: case-sensitive and whole-string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exact

        public java.lang.Boolean exact
        Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular expression. Note that exact match still trims whitespace.
    • Constructor Detail

      • GetByTextOptions

        public GetByTextOptions()
    • Method Detail

      • setExact

        public Frame.GetByTextOptions setExact​(boolean exact)
        Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular expression. Note that exact match still trims whitespace.