|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.book.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
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 |
RangeListModel.restrict
If we are modelling in groups, do we break at chapter/book boundries |
Methods in org.crosswire.bibledesktop.passage that return RestrictionType | |
---|---|
RestrictionType |
RangeListModel.getRestriction()
Return the current Range Restriction |
Methods in org.crosswire.bibledesktop.passage with parameters of type RestrictionType | |
---|---|
void |
RangeListModel.setRestriction(RestrictionType restrict)
Change the restrictions we are using. |
Constructors in org.crosswire.bibledesktop.passage with parameters of type RestrictionType | |
---|---|
RangeListModel(RestrictionType theRestriction)
Create a RangeListModel specifying whether to list the ranges bounded by Chapter or not at all. |
Uses of RestrictionType in org.crosswire.jsword.book.sword |
---|
Methods in org.crosswire.jsword.book.sword with parameters of type RestrictionType | |
---|---|
void |
AbstractKeyBackend.blur(int by,
RestrictionType restrict)
|
Uses of RestrictionType in org.crosswire.jsword.passage |
---|
Fields in org.crosswire.jsword.passage declared as RestrictionType | |
---|---|
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 |
AbstractPassage.VerseRangeIterator.restrict
Do we restrict ranges to not crossing chapter boundries |
private RestrictionType |
RangedPassage.VerseRangeIterator.restrict
Where do we break ranges |
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 |
AbstractPassage.blur(int verses,
RestrictionType restrict)
|
void |
BitwisePassage.blur(int verses,
RestrictionType restrict)
|
void |
DefaultKeyList.blur(int by,
RestrictionType restrict)
|
void |
DefaultLeafKeyList.blur(int by,
RestrictionType restrict)
|
void |
Key.blur(int by,
RestrictionType restrict)
Widen the range of the verses/keys in this list. |
void |
PassageTally.blur(int verses,
RestrictionType restrict)
Widen the range of the verses in this list. |
void |
ReadOnlyKeyList.blur(int by,
RestrictionType restrict)
|
void |
ReadOnlyPassage.blur(int by,
RestrictionType restrict)
|
void |
SetKeyList.blur(int by,
RestrictionType restrict)
|
void |
SynchronizedPassage.blur(int by,
RestrictionType restrict)
|
void |
TreeKey.blur(int by,
RestrictionType restrict)
|
void |
Verse.blur(int by,
RestrictionType restrict)
|
void |
VerseRange.blur(int by,
RestrictionType restrict)
|
abstract int |
PassageListType.count(Passage ref,
RestrictionType restrict)
|
int |
AbstractPassage.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 |
RangedPassage.countRanges(RestrictionType restrict)
|
int |
ReadOnlyPassage.countRanges(RestrictionType restrict)
|
int |
RocketPassage.countRanges(RestrictionType restrict)
|
int |
SynchronizedPassage.countRanges(RestrictionType restrict)
|
abstract Object |
PassageListType.getElementAt(Passage ref,
int index,
RestrictionType restrict)
|
VerseRange |
AbstractPassage.getRangeAt(int offset,
RestrictionType restrict)
|
VerseRange |
Passage.getRangeAt(int offset,
RestrictionType restrict)
Get a specific VerseRange from this collection |
VerseRange |
ReadOnlyPassage.getRangeAt(int offset,
RestrictionType restrict)
|
VerseRange |
RocketPassage.getRangeAt(int offset,
RestrictionType restrict)
|
VerseRange |
SynchronizedPassage.getRangeAt(int offset,
RestrictionType restrict)
|
boolean |
AbstractPassage.hasRanges(RestrictionType restrict)
|
boolean |
Passage.hasRanges(RestrictionType restrict)
Determine whether there are two or more ranges. |
boolean |
ReadOnlyPassage.hasRanges(RestrictionType restrict)
|
boolean |
SynchronizedPassage.hasRanges(RestrictionType restrict)
|
Iterator |
AbstractPassage.rangeIterator(RestrictionType restrict)
|
Iterator |
Passage.rangeIterator(RestrictionType restrict)
Like verseElements() that iterates over VerseRanges instead of Verses. |
Iterator |
PassageTally.rangeIterator(RestrictionType restrict)
Iterate through the range elements in the current sort order |
Iterator |
RangedPassage.rangeIterator(RestrictionType restrict)
|
Iterator |
ReadOnlyPassage.rangeIterator(RestrictionType restrict)
|
Iterator |
RocketPassage.rangeIterator(RestrictionType restrict)
|
Iterator |
SynchronizedPassage.rangeIterator(RestrictionType restrict)
|
Iterator |
VerseRange.rangeIterator(RestrictionType restrict)
Enumerate the subranges in this range |
Passage |
AbstractPassage.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 |
ReadOnlyPassage.trimRanges(int count,
RestrictionType restrict)
|
Passage |
SynchronizedPassage.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-2007 | |||||||||
PREV NEXT | FRAMES NO FRAMES |