protected AbstractSearchable.SearchResult |
AbstractSearchable.createSearchResult(Matcher matcher,
int row,
int column) |
Factory method to create a SearchResult from the given parameters.
|
protected abstract AbstractSearchable.SearchResult |
AbstractSearchable.findExtendedMatch(Pattern pattern,
int row) |
Matches the cell at row/lastFoundColumn against the pattern.
|
protected AbstractSearchable.SearchResult |
ListSearchable.findExtendedMatch(Pattern pattern,
int row) |
|
protected AbstractSearchable.SearchResult |
TableSearchable.findExtendedMatch(Pattern pattern,
int row) |
Matches the cell at row/lastFoundColumn against the pattern.
|
protected AbstractSearchable.SearchResult |
TreeSearchable.findExtendedMatch(Pattern pattern,
int row) |
|
protected AbstractSearchable.SearchResult |
ListSearchable.findMatchAt(Pattern pattern,
int row) |
Matches the cell content at row/col against the given Pattern.
|
protected AbstractSearchable.SearchResult |
TableSearchable.findMatchAt(Pattern pattern,
int row,
int column) |
Matches the cell content at row/col against the given Pattern.
|
protected AbstractSearchable.SearchResult |
TreeSearchable.findMatchAt(Pattern pattern,
int row) |
Matches the cell content at row/col against the given Pattern.
|