|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooksListener | |
---|---|
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.examples | Some examples of how to use the JSword API. |
Uses of BooksListener in org.crosswire.bibledesktop.book |
---|
Classes in org.crosswire.bibledesktop.book that implement BooksListener | |
---|---|
(package private) class |
BooksListModel.CustomListDataListener
So we can get a handle on what Bibles there are |
Uses of BooksListener in org.crosswire.bibledesktop.book.install |
---|
Classes in org.crosswire.bibledesktop.book.install that implement BooksListener | |
---|---|
(package private) class |
SitePane.CustomBooksListener
When new books are added we need to relfect the change in this tree. |
Uses of BooksListener in org.crosswire.jsword.book |
---|
Classes in org.crosswire.jsword.book that implement BooksListener | |
---|---|
(package private) static class |
Defaults.DefaultsBookListener
To keep us up to date with changes in the available Books |
Methods in org.crosswire.jsword.book with parameters of type BooksListener | |
---|---|
void |
BookList.addBooksListener(BooksListener li)
Remove a BibleListener from our list of listeners |
void |
Books.addBooksListener(BooksListener li)
|
void |
BookList.removeBooksListener(BooksListener li)
Add a BibleListener to our list of listeners |
void |
Books.removeBooksListener(BooksListener li)
|
Uses of BooksListener in org.crosswire.jsword.book.basic |
---|
Methods in org.crosswire.jsword.book.basic with parameters of type BooksListener | |
---|---|
void |
AbstractBookList.addBooksListener(BooksListener li)
|
void |
AbstractBookList.removeBooksListener(BooksListener li)
|
Uses of BooksListener in org.crosswire.jsword.examples |
---|
Classes in org.crosswire.jsword.examples that implement BooksListener | |
---|---|
(package private) static class |
APIExamples.MyBooksListener
A simple BooksListener that actually does nothing. |
|
Copyright ยจ 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |