Uses of Class
org.jdesktop.swingx.search.AbstractSearchable.SearchResult

Packages that use AbstractSearchable.SearchResult
org.jdesktop.swingx.search   
 

Uses of AbstractSearchable.SearchResult in org.jdesktop.swingx.search
 

Fields in org.jdesktop.swingx.search declared as AbstractSearchable.SearchResult
protected  AbstractSearchable.SearchResult AbstractSearchable.lastSearchResult
          stores the result of the previous search.
 

Methods in org.jdesktop.swingx.search that return AbstractSearchable.SearchResult
protected  AbstractSearchable.SearchResult AbstractSearchable.createSearchResult(Matcher matcher, int row, int column)
          Factory method to create a SearchResult from the given parameters.
protected  AbstractSearchable.SearchResult TreeSearchable.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 ListSearchable.findExtendedMatch(Pattern pattern, int row)
           
protected abstract  AbstractSearchable.SearchResult AbstractSearchable.findExtendedMatch(Pattern pattern, int row)
          Matches the cell at row/lastFoundColumn against the pattern.
protected  AbstractSearchable.SearchResult TreeSearchable.findMatchAt(Pattern pattern, int row)
          Matches the cell content at row/col against the given Pattern.
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.
 

Methods in org.jdesktop.swingx.search with parameters of type AbstractSearchable.SearchResult
 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