|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Language | |
---|---|
org.crosswire.bibledesktop.book.install | An Install Manager for Books: Bibles, Commentaries and Dictionaries. |
org.crosswire.common.swing | A collection of various generic Swing components and utility classes. |
org.crosswire.common.util | A collection of various generic 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.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
org.crosswire.jsword.index.lucene.analysis | Implementation of various Lucene analyzers, providing language dependent customizations. |
Uses of Language in org.crosswire.bibledesktop.book.install |
---|
Methods in org.crosswire.bibledesktop.book.install that return Language | |
---|---|
private Language |
SitePane.getLanguage(Object anObj)
|
Methods in org.crosswire.bibledesktop.book.install with parameters of type Language | |
---|---|
Font |
BookFont.getFont(Language language)
|
boolean |
BookFont.isSet(Book book,
Language lang)
Is a font for this book / language set in the properties file? |
void |
BookFont.resetFont(Book book,
Language lang)
Remove the entry for this book / language in the properties file and use the default font |
Uses of Language in org.crosswire.common.swing |
---|
Methods in org.crosswire.common.swing with parameters of type Language | |
---|---|
Font |
FontStore.getFont(String resource,
Language lang,
String fallback)
Get a font for the specified resource. |
void |
FontStore.setFont(Language lang,
Font font)
Store a font specification for the language. |
Uses of Language in org.crosswire.common.util |
---|
Fields in org.crosswire.common.util declared as Language | |
---|---|
static Language |
Language.DEFAULT_LANG
The default language is English. |
Methods in org.crosswire.common.util with parameters of type Language | |
---|---|
int |
Language.compareTo(Language o)
|
Uses of Language in org.crosswire.jsword.book |
---|
Methods in org.crosswire.jsword.book that return Language | |
---|---|
Language |
BookMetaData.getLanguage()
The language of the book. |
Language |
Book.getLanguage()
The language of the book. |
Uses of Language in org.crosswire.jsword.book.basic |
---|
Methods in org.crosswire.jsword.book.basic that return Language | |
---|---|
Language |
AbstractBookMetaData.getLanguage()
|
Language |
AbstractBook.getLanguage()
|
Methods in org.crosswire.jsword.book.basic with parameters of type Language | |
---|---|
void |
AbstractBookMetaData.setLanguage(Language language)
|
Uses of Language in org.crosswire.jsword.book.sword |
---|
Methods in org.crosswire.jsword.book.sword with parameters of type Language | |
---|---|
private void |
ConfigEntryTable.testLanguage(String initials,
Language lang)
|
Uses of Language in org.crosswire.jsword.index.lucene.analysis |
---|
Methods in org.crosswire.jsword.index.lucene.analysis with parameters of type Language | |
---|---|
String |
AnalyzerFactory.getAnalyzerValue(Language lang)
|
|
Copyright ? 2003-2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |