Class SearchReplaceController.SearchResult

  • Enclosing interface:
    SearchReplaceController

    public static class SearchReplaceController.SearchResult
    extends Object

    Class that wraps the result of a search contaning the search options used for this result and the node or edge, row, column and start-end index of the value where ocurrence was found.

    • Method Detail

      • getEnd

        public int getEnd()
      • setEnd

        public void setEnd​(int end)
      • getFoundColumnIndex

        public int getFoundColumnIndex()
      • setFoundColumnIndex

        public void setFoundColumnIndex​(int foundColumnIndex)
      • getFoundEdge

        public Edge getFoundEdge()
      • setFoundEdge

        public void setFoundEdge​(Edge foundEdge)
      • getFoundNode

        public Node getFoundNode()
      • setFoundNode

        public void setFoundNode​(Node foundNode)
      • getFoundRowIndex

        public int getFoundRowIndex()
      • setFoundRowIndex

        public void setFoundRowIndex​(int foundRowIndex)
      • getStart

        public int getStart()
      • setStart

        public void setStart​(int start)