|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BookList | |
---|---|
org.crosswire.bibledesktop.book | This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. |
org.crosswire.bibledesktop.book.install | An Install Manager for Books: Bibles, Commentaries and Dictionaries. |
org.crosswire.jsword.book | The Book package provides an interface to a real store of data. |
org.crosswire.jsword.book.basic | The Basic package contains default and abstract implementations of the main Book classes. |
org.crosswire.jsword.book.install | An abstraction of an installer. |
org.crosswire.jsword.book.install.sword | An implementaiion of an installer that can handle Sword Books (Modules). |
Uses of BookList in org.crosswire.bibledesktop.book |
---|
Fields in org.crosswire.bibledesktop.book declared as BookList | |
---|---|
private BookList |
BooksListModel.bookList
The list of books in this tree |
Constructors in org.crosswire.bibledesktop.book with parameters of type BookList | |
---|---|
BooksListModel(BookFilter filter,
BookList bookList,
Comparator comparator)
Basic constructor for a filtered list of books, ordered as requested. |
Uses of BookList in org.crosswire.bibledesktop.book.install |
---|
Methods in org.crosswire.bibledesktop.book.install with parameters of type BookList | |
---|---|
private Component |
SitePane.createAvailablePanel(String labelAcronymn,
BookList books)
|
private Component |
SitePane.createScrolledTree(BookList books)
|
private TreeModel |
SitePane.createTreeModel(BookList books)
|
private void |
SitePane.initialize(String labelAcronymn,
BookList books)
Build the GUI components |
void |
SitePane.setTreeModel(BookList books)
|
Uses of BookList in org.crosswire.jsword.book |
---|
Classes in org.crosswire.jsword.book that implement BookList | |
---|---|
class |
Books
The Bibles class (along with Bible) is the central point of contact between the rest of the world and this set of packages. |
Fields in org.crosswire.jsword.book declared as BookList | |
---|---|
private BookList |
DefaultBook.books
The list of candidate books. |
Constructors in org.crosswire.jsword.book with parameters of type BookList | |
---|---|
DefaultBook(BookList bookList,
BookFilter bookFilter)
|
Uses of BookList in org.crosswire.jsword.book.basic |
---|
Classes in org.crosswire.jsword.book.basic that implement BookList | |
---|---|
class |
AbstractBookList
A basic implementation of BookList. |
Uses of BookList in org.crosswire.jsword.book.install |
---|
Subinterfaces of BookList in org.crosswire.jsword.book.install | |
---|---|
interface |
Installer
An interface that allows us to download from a specific source of Bible data. |
Uses of BookList in org.crosswire.jsword.book.install.sword |
---|
Classes in org.crosswire.jsword.book.install.sword that implement BookList | |
---|---|
class |
AbstractSwordInstaller
. |
class |
HttpSwordInstaller
An implementation of Installer for reading data from Sword Web sites. |
|
Copyright ยจ 2003-2007 | |||||||||
PREV NEXT | FRAMES NO FRAMES |