Uses of Interface
org.crosswire.jsword.index.search.SearchModifier

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 Index.getSearchModifier()
          Get the current SearchModifier.
 SearchModifier AbstractIndex.getSearchModifier()
           
 

Methods in org.crosswire.jsword.index with parameters of type SearchModifier
 void Index.setSearchModifier(SearchModifier modifier)
          Set any modifier for the current and subsequent search.
 void AbstractIndex.setSearchModifier(SearchModifier theModifier)
           
 

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 SearchRequest.getSearchModifier()
           
 SearchModifier DefaultSearchRequest.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-2015