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

Packages that use SearchModifier
org.crosswire.jsword.book.search This package helps implementors of the various Book interfaces implement search. 
org.crosswire.jsword.book.search.basic Initial implementations of the search interfaces. 
 

Uses of SearchModifier in org.crosswire.jsword.book.search
 

Methods in org.crosswire.jsword.book.search that return SearchModifier
 SearchModifier Index.getSearchModifier()
          Get the current SearchModifier.
 SearchModifier SearchRequest.getSearchModifier()
           
 

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

Uses of SearchModifier in org.crosswire.jsword.book.search.basic
 

Classes in org.crosswire.jsword.book.search.basic that implement SearchModifier
 class DefaultSearchModifier
          The DefaultSearchModifier provides a simple implementation of a SearchModifier.
 

Fields in org.crosswire.jsword.book.search.basic declared as SearchModifier
private  SearchModifier AbstractIndex.modifier
          How the search is to be modified.
private  SearchModifier DefaultSearchRequest.modifier
          How the search is to be modified
 

Methods in org.crosswire.jsword.book.search.basic that return SearchModifier
 SearchModifier AbstractIndex.getSearchModifier()
           
 SearchModifier DefaultSearchRequest.getSearchModifier()
           
 

Methods in org.crosswire.jsword.book.search.basic with parameters of type SearchModifier
 void AbstractIndex.setSearchModifier(SearchModifier theModifier)
           
 

Constructors in org.crosswire.jsword.book.search.basic with parameters of type SearchModifier
DefaultSearchRequest(String theRequest, SearchModifier theModifier)
          Create a DefaultSearchRequest for the provided request and the provided modifiers.
 


Copyright ยจ 2003-2005