Uses of Class
org.crosswire.jsword.passage.RestrictionType

Packages that use RestrictionType
org.crosswire.bibledesktop.passage This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

Uses of RestrictionType in org.crosswire.bibledesktop.passage
 

Fields in org.crosswire.bibledesktop.passage declared as RestrictionType
private  RestrictionType PassageListModel.restrict
          If we are modelling in groups, do we break at chapter/book boundries
 

Methods in org.crosswire.bibledesktop.passage that return RestrictionType
 RestrictionType PassageListModel.getRestriction()
          Return the current txtRestrict
 

Methods in org.crosswire.bibledesktop.passage with parameters of type RestrictionType
 void PassageListModel.setRestriction(RestrictionType restrict)
          Change the restrictions we are using when the mode is LIST_RANGES.
 

Constructors in org.crosswire.bibledesktop.passage with parameters of type RestrictionType
PassageListModel(Passage ref, PassageListType mode, RestrictionType restrict)
          Create a PassageListModel from a Passage.
 

Uses of RestrictionType in org.crosswire.jsword.passage
 

Fields in org.crosswire.jsword.passage declared as RestrictionType
static RestrictionType RestrictionType.BOOK
          Blurring is restricted to the book.
static RestrictionType RestrictionType.CHAPTER
          Blurring is restricted to the chapter
private static RestrictionType RestrictionType.defaultBlurRestriction
          A default restriction type for blurring.
static RestrictionType RestrictionType.NONE
          There is no restriction on blurring.
private  RestrictionType RangedPassage.VerseRangeIterator.restrict
          Where do we break ranges
private  RestrictionType AbstractPassage.VerseRangeIterator.restrict
          Do we restrict ranges to not crossing chapter boundries
private static RestrictionType[] RestrictionType.VALUES
           
 

Methods in org.crosswire.jsword.passage that return RestrictionType
static RestrictionType RestrictionType.fromInteger(int i)
          Lookup method to convert from an integer
static RestrictionType RestrictionType.fromString(String name)
          Lookup method to convert from a String
static RestrictionType RestrictionType.getDefaultBlurRestriction()
          The default Blur settings.
 

Methods in org.crosswire.jsword.passage with parameters of type RestrictionType
 void VerseRange.blur(int by, RestrictionType restrict)
           
 void Verse.blur(int by, RestrictionType restrict)
           
 void SynchronizedPassage.blur(int by, RestrictionType restrict)
           
 void SetKeyList.blur(int by, RestrictionType restrict)
           
 void ReadOnlyPassage.blur(int by, RestrictionType restrict)
           
 void ReadOnlyKeyList.blur(int by, RestrictionType restrict)
           
 void PassageTally.blur(int verses, RestrictionType restrict)
          Widen the range of the verses in this list.
 void Key.blur(int by, RestrictionType restrict)
          Widen the range of the verses/keys in this list.
 void DefaultLeafKeyList.blur(int by, RestrictionType restrict)
           
 void DefaultKeyList.blur(int by, RestrictionType restrict)
           
 void BitwisePassage.blur(int verses, RestrictionType restrict)
           
 void AbstractPassage.blur(int verses, RestrictionType restrict)
           
abstract  int PassageListType.count(Passage ref, RestrictionType restrict)
           
 int SynchronizedPassage.countRanges(RestrictionType restrict)
           
 int RocketPassage.countRanges(RestrictionType restrict)
           
 int ReadOnlyPassage.countRanges(RestrictionType restrict)
           
 int RangedPassage.countRanges(RestrictionType restrict)
           
 int Passage.countRanges(RestrictionType restrict)
          Like countVerses() that counts VerseRanges instead of Verses Returns the number of fragments in this collection.
 int AbstractPassage.countRanges(RestrictionType restrict)
           
abstract  Object PassageListType.getElementAt(Passage ref, int index, RestrictionType restrict)
           
 VerseRange SynchronizedPassage.getRangeAt(int offset, RestrictionType restrict)
           
 VerseRange RocketPassage.getRangeAt(int offset, RestrictionType restrict)
           
 VerseRange ReadOnlyPassage.getRangeAt(int offset, RestrictionType restrict)
           
 VerseRange Passage.getRangeAt(int offset, RestrictionType restrict)
          Get a specific VerseRange from this collection
 VerseRange AbstractPassage.getRangeAt(int offset, RestrictionType restrict)
           
 Iterator VerseRange.rangeIterator(RestrictionType restrict)
          Enumerate the subranges in this range
 Iterator SynchronizedPassage.rangeIterator(RestrictionType restrict)
           
 Iterator RocketPassage.rangeIterator(RestrictionType restrict)
           
 Iterator ReadOnlyPassage.rangeIterator(RestrictionType restrict)
           
 Iterator RangedPassage.rangeIterator(RestrictionType restrict)
           
 Iterator PassageTally.rangeIterator(RestrictionType restrict)
          Iterate through the range elements in the current sort order
 Iterator Passage.rangeIterator(RestrictionType restrict)
          Like verseElements() that iterates over VerseRanges instead of Verses.
 Iterator BitwisePassage.rangeIterator(RestrictionType restrict)
           
 Iterator AbstractPassage.rangeIterator(RestrictionType restrict)
           
 Passage SynchronizedPassage.trimRanges(int count, RestrictionType restrict)
           
 Passage ReadOnlyPassage.trimRanges(int count, RestrictionType restrict)
           
 Passage Passage.trimRanges(int count, RestrictionType restrict)
          Ensures that there are a maximum of count VerseRanges in this Passage.
 Passage AbstractPassage.trimRanges(int count, RestrictionType restrict)
           
 

Constructors in org.crosswire.jsword.passage with parameters of type RestrictionType
AbstractPassage.VerseRangeIterator(Iterator it, RestrictionType restrict)
          iterate, amalgumating Verses into VerseRanges
RangedPassage.VerseRangeIterator(Iterator it, RestrictionType restrict)
          Simple ctor
 


Copyright ? 2003-2004