Uses of Class
org.jdesktop.swingx.search.AbstractSearchable.SearchResult
-
Packages that use AbstractSearchable.SearchResult Package Description org.jdesktop.swingx.search -
-
Uses of AbstractSearchable.SearchResult in org.jdesktop.swingx.search
Fields in org.jdesktop.swingx.search declared as AbstractSearchable.SearchResult Modifier and Type Field Description protected AbstractSearchable.SearchResultAbstractSearchable. lastSearchResultstores the result of the previous search.static AbstractSearchable.SearchResultAbstractSearchable. NO_MATCHa constant representing not-found state.Methods in org.jdesktop.swingx.search that return AbstractSearchable.SearchResult Modifier and Type Method Description protected AbstractSearchable.SearchResultAbstractSearchable. createSearchResult(java.util.regex.Matcher matcher, int row, int column)Factory method to create a SearchResult from the given parameters.protected abstract AbstractSearchable.SearchResultAbstractSearchable. findExtendedMatch(java.util.regex.Pattern pattern, int row)called if sameRowIndex && !hasEqualRegEx.protected AbstractSearchable.SearchResultListSearchable. findExtendedMatch(java.util.regex.Pattern pattern, int row)protected AbstractSearchable.SearchResultTableSearchable. findExtendedMatch(java.util.regex.Pattern pattern, int row)called if sameRowIndex && !hasEqualRegEx.protected AbstractSearchable.SearchResultTreeSearchable. findExtendedMatch(java.util.regex.Pattern pattern, int row)protected AbstractSearchable.SearchResultListSearchable. findMatchAt(java.util.regex.Pattern pattern, int row)Matches the cell content at row/col against the given Pattern.protected AbstractSearchable.SearchResultTableSearchable. findMatchAt(java.util.regex.Pattern pattern, int row, int column)Matches the cell content at row/col against the given Pattern.protected AbstractSearchable.SearchResultTreeSearchable. findMatchAt(java.util.regex.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.SearchResult Modifier and Type Method Description protected booleanListSearchable. hasMatch(AbstractSearchable.SearchResult result)protected booleanTableSearchable. hasMatch(AbstractSearchable.SearchResult result)protected booleanTreeSearchable. hasMatch(AbstractSearchable.SearchResult result)voidAbstractSearchable.SearchResult. updateFrom(AbstractSearchable.SearchResult searchResult)protected voidAbstractSearchable. updateState(AbstractSearchable.SearchResult searchResult)Update inner searchable state based on provided search result
-