Uses of Interface
org.crosswire.jsword.book.BookProvider

Packages that use BookProvider
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.bibledesktop.display This package contains the BookDataDisplay interface which is designed to allow GUI components to choose between the methods they use to display BookData objects. 
org.crosswire.bibledesktop.display.basic This package provides the actual display of BookData. 
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.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of BookProvider in org.crosswire.bibledesktop.book
 

Classes in org.crosswire.bibledesktop.book that implement BookProvider
 class DisplaySelectPane
          Passage Selection area.
 class MultiBookPane
          Builds a panel on which all the non-Bible books and their entries are visible.
 class ParallelBookPicker
          A picker of more than one book at a time.
(package private)  class ParallelBookPicker.SelectedItemListener
          An ItemListener for a particular combo box that tracks it's selected item.
 

Methods in org.crosswire.bibledesktop.book that return BookProvider
 BookProvider BookSelectEvent.getBookProvider()
          Get all the books.
 BookProvider DisplaySelectEvent.getBookProvider()
          Get the type of command
 

Constructors in org.crosswire.bibledesktop.book with parameters of type BookProvider
BookSelectEvent(BookProvider source)
          Create a BookSelectionEvent, declaring that the BookProvider has a new selection.
DisplaySelectEvent(BookProvider source, Key key)
          For when a command has been made
 

Uses of BookProvider in org.crosswire.bibledesktop.display
 

Subinterfaces of BookProvider in org.crosswire.bibledesktop.display
 interface BookDataDisplay
          An interface for all components that can display BookData.
 

Classes in org.crosswire.bibledesktop.display that implement BookProvider
 class ProxyBookDataDisplay
          An implementation of BookDataDisplay that simply proxies all requests to an underlying BookDataDisplay.
 class ScrolledBookDataDisplay
          An inner component of Passage pane that can't show the list.
 

Uses of BookProvider in org.crosswire.bibledesktop.display.basic
 

Classes in org.crosswire.bibledesktop.display.basic that implement BookProvider
 class SplitBookDataDisplay
          A SplitBookDataDisplay consists of a KeySidebar and a BookDataDisplay in a SplitPane.
 class TabbedBookDataDisplay
          An inner component of Passage pane that can't show the list.
 class TextPaneBookDataDisplay
          A JDK JTextPane implementation of an OSIS displayer.
 

Uses of BookProvider in org.crosswire.jsword.book
 

Subinterfaces of BookProvider in org.crosswire.jsword.book
 interface BookDriver
          The BibleDriver class allows creation of new Books.
 

Classes in org.crosswire.jsword.book that implement BookProvider
 class BookData
          BookData is the assembler of the OSIS that is returned by the filters.
 

Uses of BookProvider in org.crosswire.jsword.book.basic
 

Classes in org.crosswire.jsword.book.basic that implement BookProvider
 class AbstractBookDriver
          The AbstractBookDriver class implements some BibleDriver methods, making a simple read-only BibleDriver.
 

Uses of BookProvider in org.crosswire.jsword.book.readings
 

Classes in org.crosswire.jsword.book.readings that implement BookProvider
 class ReadingsBookDriver
          A driver for the readings dictionary.
 

Uses of BookProvider in org.crosswire.jsword.book.sword
 

Classes in org.crosswire.jsword.book.sword that implement BookProvider
 class SwordBookDriver
          This represents all of the Sword Books (aka modules).
 


Copyright ยจ 2003-2007