Package | Description |
---|---|
org.jdesktop.swingx.search |
Modifier and Type | Field | Description |
---|---|---|
protected AbstractSearchable.SearchResult |
AbstractSearchable.lastSearchResult |
stores the result of the previous search.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractSearchable.SearchResult.updateFrom(AbstractSearchable.SearchResult searchResult) |
Sets internal state to the same as the given SearchResult.
|
protected void |
AbstractSearchable.updateState(AbstractSearchable.SearchResult searchResult) |
Updates inner searchable state based on provided search result
|
Copyright © 2018. All rights reserved.