Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.eireneh.bible.control.search.words.SearchWord

Uses of SearchWord in com.eireneh.bible.control.search.words
 

Subinterfaces of SearchWord in com.eireneh.bible.control.search.words
 interface CommandWord
          CommandWord extends SearchWord to allow actions that alter a base Passage.
 interface ParamWord
          A ParamWord extends SearchWord to provide more information to a CommandWord.
 

Classes in com.eireneh.bible.control.search.words that implement SearchWord
 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 DefaultParamWord
          The Search Word for a Word to search for.
 class GrammarParamWord
          The Search Word for a Word to search for.
 class PassageLeftParamWord
          The Search Word for a Word to search for.
 class PassageRightParamWord
          The end of an escape to specify a passage directly.
 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.
 class StartsParamWord
          The Search Word for a Word to search for.
 class SubLeftParamWord
          The Search Word for a Word to search for.
 class SubRightParamWord
          The Search Word for a Word to search for.