Uses of Class
org.jdesktop.swingx.search.AbstractSearchable.SearchResult
Packages that use AbstractSearchable.SearchResult
-
Uses of AbstractSearchable.SearchResult in org.jdesktop.swingx.search
Fields in org.jdesktop.swingx.search declared as AbstractSearchable.SearchResultModifier and TypeFieldDescriptionprotected final AbstractSearchable.SearchResult
AbstractSearchable.lastSearchResult
stores the result of the previous search.Methods in org.jdesktop.swingx.search that return AbstractSearchable.SearchResultModifier and TypeMethodDescriptionprotected 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.Methods in org.jdesktop.swingx.search with parameters of type AbstractSearchable.SearchResultModifier and TypeMethodDescriptionvoid
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