|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSearchable.SearchResult | |
---|---|
org.jdesktop.swingx | Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. |
Uses of AbstractSearchable.SearchResult in org.jdesktop.swingx |
---|
Fields in org.jdesktop.swingx declared as AbstractSearchable.SearchResult | |
---|---|
protected AbstractSearchable.SearchResult |
AbstractSearchable.lastSearchResult
stores the result of the previous search. |
static AbstractSearchable.SearchResult |
AbstractSearchable.NO_MATCH
a constant representing not-found state. |
Methods in org.jdesktop.swingx 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 |
JXTable.TableSearchable.findExtendedMatch(Pattern pattern,
int row)
called if sameRowIndex && ! |
protected abstract AbstractSearchable.SearchResult |
AbstractSearchable.findExtendedMatch(Pattern pattern,
int row)
called if sameRowIndex && ! |
protected AbstractSearchable.SearchResult |
JXTree.TreeSearchable.findExtendedMatch(Pattern pattern,
int row)
|
protected AbstractSearchable.SearchResult |
JXList.ListSearchable.findExtendedMatch(Pattern pattern,
int row)
|
protected AbstractSearchable.SearchResult |
JXTree.TreeSearchable.findMatchAt(Pattern pattern,
int row)
Matches the cell content at row/col against the given Pattern. |
protected AbstractSearchable.SearchResult |
JXList.ListSearchable.findMatchAt(Pattern pattern,
int row)
Matches the cell content at row/col against the given Pattern. |
protected AbstractSearchable.SearchResult |
JXTable.TableSearchable.findMatchAt(Pattern pattern,
int row,
int column)
Matches the cell content at row/col against the given Pattern. |
Methods in org.jdesktop.swingx with parameters of type AbstractSearchable.SearchResult | |
---|---|
void |
AbstractSearchable.SearchResult.updateFrom(AbstractSearchable.SearchResult searchResult)
|
protected void |
AbstractSearchable.updateState(AbstractSearchable.SearchResult searchResult)
Update inner searchable state based on provided search result |
|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |