|
||||||||||
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(java.util.regex.Matcher matcher,
int row,
int column)
Factory method to create a SearchResult from the given parameters. |
protected AbstractSearchable.SearchResult |
JXTree.TreeSearchable.findExtendedMatch(java.util.regex.Pattern pattern,
int row)
|
protected AbstractSearchable.SearchResult |
JXTable.TableSearchable.findExtendedMatch(java.util.regex.Pattern pattern,
int row)
called if sameRowIndex && !hasEqualRegEx. |
protected AbstractSearchable.SearchResult |
JXList.ListSearchable.findExtendedMatch(java.util.regex.Pattern pattern,
int row)
|
protected abstract AbstractSearchable.SearchResult |
AbstractSearchable.findExtendedMatch(java.util.regex.Pattern pattern,
int row)
called if sameRowIndex && !hasEqualRegEx. |
protected AbstractSearchable.SearchResult |
JXTree.TreeSearchable.findMatchAt(java.util.regex.Pattern pattern,
int row)
Matches the cell content at row/col against the given Pattern. |
protected AbstractSearchable.SearchResult |
JXList.ListSearchable.findMatchAt(java.util.regex.Pattern pattern,
int row)
Matches the cell content at row/col against the given Pattern. |
protected AbstractSearchable.SearchResult |
JXTable.TableSearchable.findMatchAt(java.util.regex.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |