Uses of Interface
org.crosswire.jsword.book.search.parse.CommandWord

Packages that use CommandWord
org.crosswire.jsword.book.search.parse The search package is responsible for taking a text string "God & loves & world" and turning it into a series of calls to Book and Passage to find the answer. 
 

Uses of CommandWord in org.crosswire.jsword.book.search.parse
 

Classes in org.crosswire.jsword.book.search.parse that implement CommandWord
 class AddCommandWord
          Alter the Passage by calling addAll with a Passage grabbed from the next word in the search string.
 class BlurCommandWord
          Alter the Passage by calling blur with a number grabbed from the next word in the search string.
 class DefaultWord
          The Search Word for a Word to search for.
 class RemoveCommandWord
          Alter the Passage by calling removeAll with a Passage grabbed from the next word in the search string.
 class RetainCommandWord
          Alter the Passage by calling retainAll with a Passage grabbed from the next word in the search string.
 


Copyright ? 2003-2004