|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchModifier | |
---|---|
org.crosswire.jsword.index | Abstraction of an Index. |
org.crosswire.jsword.index.search | This package helps implementors of the various Book interfaces implement search. |
Uses of SearchModifier in org.crosswire.jsword.index |
---|
Fields in org.crosswire.jsword.index declared as SearchModifier | |
---|---|
private SearchModifier |
AbstractIndex.modifier
How the search is to be modified. |
Methods in org.crosswire.jsword.index that return SearchModifier | |
---|---|
SearchModifier |
AbstractIndex.getSearchModifier()
|
SearchModifier |
Index.getSearchModifier()
Get the current SearchModifier. |
Methods in org.crosswire.jsword.index with parameters of type SearchModifier | |
---|---|
void |
AbstractIndex.setSearchModifier(SearchModifier theModifier)
|
void |
Index.setSearchModifier(SearchModifier modifier)
Set any modifier for the current and subsequent search. |
Uses of SearchModifier in org.crosswire.jsword.index.search |
---|
Classes in org.crosswire.jsword.index.search that implement SearchModifier | |
---|---|
class |
DefaultSearchModifier
The DefaultSearchModifier provides a simple implementation of a SearchModifier. |
Fields in org.crosswire.jsword.index.search declared as SearchModifier | |
---|---|
private SearchModifier |
DefaultSearchRequest.modifier
How the search is to be modified |
Methods in org.crosswire.jsword.index.search that return SearchModifier | |
---|---|
SearchModifier |
DefaultSearchRequest.getSearchModifier()
|
SearchModifier |
SearchRequest.getSearchModifier()
|
Constructors in org.crosswire.jsword.index.search with parameters of type SearchModifier | |
---|---|
DefaultSearchRequest(String theRequest,
SearchModifier theModifier)
Create a DefaultSearchRequest for the provided request and the provided modifiers. |
|
Copyright ? 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |