|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.crosswire.common.util | |
---|---|
gnu.gpl | This package contains GNU General Public License information only. |
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.bibledesktop.desktop | The swing section is in charge of turning the XML from the source section into a screen view. |
org.crosswire.bibledesktop.display.splitlist | This package contains an implementation of BookDataDisplay that adds a side panel to a child implementation of BookDataDisplay. |
org.crosswire.bibledesktop.display.textpane | This package contains an implementation of BookDataDisplay that displays the OSIS after transforming it to HTML (using XSL) in a Swing JTextPane. |
org.crosswire.bibledesktop.util | This package contains various swing utility classes. |
org.crosswire.common.config | Config allows an application to separate the responsibilities of setting itself up, and providing a user interface from the real work that it needs to do. |
org.crosswire.common.config.swing | The Config package is view independent and so needs a view package to be useful in providing a user interface - this package implements a Swing UI for config. |
org.crosswire.common.history | A keeper of History. |
org.crosswire.common.progress | A generic method of having jobs that execute in the background over some time. |
org.crosswire.common.progress.swing | GUI classes to support background processing. |
org.crosswire.common.swing | A collection of various generic Swing components and utility classes. |
org.crosswire.common.swing.desktop | Events used to communicate changes to Views. |
org.crosswire.common.util | A collection of various generic utility classes. |
org.crosswire.common.xml | A collection of various XML utility classes. |
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.filter | This data package manages the filtering of book data returned by the various books. |
org.crosswire.jsword.book.filter.gbf | A Filter that converts from GBF format data to OSIS format data. |
org.crosswire.jsword.book.filter.osis | A Filter that loads OSIS format data into JDOM. |
org.crosswire.jsword.book.filter.thml | A Filter that converts from THML format data to OSIS format data. |
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). |
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). |
org.crosswire.jsword.index | Abstraction of an Index. |
org.crosswire.jsword.index.lucene | An implemenation of SearchEngine using Lucene. |
org.crosswire.jsword.index.query | Abstraction of a Query. |
org.crosswire.jsword.index.search | This package helps implementors of the various Book interfaces implement search. |
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 . |
org.crosswire.jsword.util | This package contains general Project specific utilities. |
org.crosswire.jsword.view.web | A servlet front end to the JSword classes. |
Classes in org.crosswire.common.util used by gnu.gpl | |
---|---|
MsgBase
A base class for implementing type safe internationalization (i18n) that is easy for most cases. |
Classes in org.crosswire.common.util used by org.crosswire.bibledesktop.book | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.bibledesktop.book.install | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.bibledesktop.desktop | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.bibledesktop.display.splitlist | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.bibledesktop.display.textpane | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.bibledesktop.util | |
---|---|
URLFilter
This is the URL equivalent of FilenameFilter in the java.io package. |
Classes in org.crosswire.common.util used by org.crosswire.common.config | |
---|---|
EventListenerList
A class which holds a list of EventListeners. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
LucidException
A LucidException adds 2 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages. |
|
MsgBase
A base class for implementing type safe internationalization (i18n) that is easy for most cases. |
Classes in org.crosswire.common.util used by org.crosswire.common.config.swing | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.common.history | |
---|---|
EventListenerList
A class which holds a list of EventListeners. |
Classes in org.crosswire.common.util used by org.crosswire.common.progress | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.common.progress.swing | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.common.swing | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
ReporterEvent
An event indicating that some bit of data needs capturing. |
|
ReporterListener
ReporterListener informs users of problems and messages. |
|
StackTrace
Unscramble the current stack, and present the data from it to the user in various forms. |
Classes in org.crosswire.common.util used by org.crosswire.common.swing.desktop | |
---|---|
Iterable
A placeholder until Java 1.5. |
Classes in org.crosswire.common.util used by org.crosswire.common.util | |
---|---|
CallContext
This singleton class provides a way for a method to determine which class called it. |
|
EventListenerList
A class which holds a list of EventListeners. |
|
Iterable
A placeholder until Java 1.5. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
LucidException
A LucidException adds 2 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages. |
|
LucidRuntimeException
EventExceptions are generally used for passing problems through the event system which does not allow checked exceptions through. |
|
Msg
Compile safe Msg resource settings. |
|
MsgBase
A base class for implementing type safe internationalization (i18n) that is easy for most cases. |
|
ReporterEvent
An event indicating that some bit of data needs capturing. |
|
ReporterListener
ReporterListener informs users of problems and messages. |
|
URLFilter
This is the URL equivalent of FilenameFilter in the java.io package. |
Classes in org.crosswire.common.util used by org.crosswire.common.xml | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book | |
---|---|
EventListenerList
A class which holds a list of EventListeners. |
|
Filter
A method of filtering Objects. |
|
Iterable
A placeholder until Java 1.5. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
LucidException
A LucidException adds 2 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages. |
|
MsgBase
A base class for implementing type safe internationalization (i18n) that is easy for most cases. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.basic | |
---|---|
EventListenerList
A class which holds a list of EventListeners. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.filter | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
LucidException
A LucidException adds 2 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages. |
|
MsgBase
A base class for implementing type safe internationalization (i18n) that is easy for most cases. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.filter.gbf | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.filter.osis | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.filter.thml | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.install | |
---|---|
EventListenerList
A class which holds a list of EventListeners. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
LucidException
A LucidException adds 2 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages. |
|
MsgBase
A base class for implementing type safe internationalization (i18n) that is easy for most cases. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.install.sword | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
LucidException
A LucidException adds 2 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.readings | |
---|---|
Iterable
A placeholder until Java 1.5. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.book.sword | |
---|---|
Histogram
A simple implementation of a histogram. |
|
Iterable
A placeholder until Java 1.5. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.index | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.index.lucene | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.index.query | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.index.search | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.passage | |
---|---|
Iterable
A placeholder until Java 1.5. |
|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
LucidException
A LucidException adds 2 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages. |
|
MsgBase
A base class for implementing type safe internationalization (i18n) that is easy for most cases. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.util | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
Classes in org.crosswire.common.util used by org.crosswire.jsword.view.web | |
---|---|
Logger
This class is very similar to Commons-Logging except it should be even smaller and have an API closer to the Log4J API (and even J2SE 1.4 logging) to help us to move over. |
|
Copyright ? 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |