|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyMap | |
---|---|
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.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.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
org.crosswire.jsword.index.lucene | An implemenation of SearchEngine using Lucene. |
org.crosswire.jsword.index.lucene.analysis | Implementation of various Lucene analyzers, providing language dependent customizations. |
Uses of PropertyMap in org.crosswire.common.config |
---|
Fields in org.crosswire.common.config declared as PropertyMap | |
---|---|
protected PropertyMap |
Config.local
The set of local values |
Methods in org.crosswire.common.config that return PropertyMap | |
---|---|
PropertyMap |
Config.getProperties()
Take the data in the local storage area and store it permanently |
Methods in org.crosswire.common.config with parameters of type PropertyMap | |
---|---|
void |
Config.setProperties(PropertyMap prop)
Take the data stored permanently and copy it to the local storage area, using the specified stream |
Uses of PropertyMap in org.crosswire.common.swing |
---|
Fields in org.crosswire.common.swing declared as PropertyMap | |
---|---|
private PropertyMap |
FontStore.fontMap
|
Methods in org.crosswire.common.swing that return PropertyMap | |
---|---|
protected PropertyMap |
FontStore.getFontMap()
|
Methods in org.crosswire.common.swing with parameters of type PropertyMap | |
---|---|
protected void |
FontStore.setFontMap(PropertyMap fontMap)
|
Uses of PropertyMap in org.crosswire.common.swing.desktop |
---|
Fields in org.crosswire.common.swing.desktop declared as PropertyMap | |
---|---|
private PropertyMap |
LayoutPersistence.settings
The persistence storage and retrieval object |
Uses of PropertyMap in org.crosswire.common.util |
---|
Fields in org.crosswire.common.util declared as PropertyMap | |
---|---|
private PropertyMap |
PropertyMap.defaults
Default values for any keys not found in this property map. |
private static PropertyMap |
Languages.AllLanguages.instance
Do lazy loading of the huge file of languages. |
Methods in org.crosswire.common.util that return PropertyMap | ||
---|---|---|
static
|
PluginUtil.getPlugin(Class<T> clazz)
Get and load a plugin file by looking it up as a resource. |
|
static
|
ResourceUtil.getProperties(Class<T> clazz)
Get and load a properties file from the writable area or if that fails from the classpath (where a default ought to be stored) |
|
private static
|
ResourceUtil.getProperties(Class<T> clazz,
String subject)
Get and load a properties file from the writable area or if that fails from the classpath (where a default ought to be stored) |
|
static PropertyMap |
ResourceUtil.getProperties(String subject)
Get and load a properties file from the writable area or if that fails from the classpath (where a default ought to be stored) |
|
PropertyMap |
Translations.getSupported()
Gets a listing of all the translations that Bible Desktop supports. |
|
static PropertyMap |
NetUtil.loadProperties(URI uri)
Load up properties given by a URI. |
|
static PropertyMap |
CollectionUtil.properties2Map(Properties prop)
Convert a Properties into a Map . |
|
static PropertyMap |
CollectionUtil.properties2Map(URI propUri)
Convert a Properties located at propURI into a
Map . |
|
static PropertyMap |
Convert.string2Hashtable(String data,
Class<?> superclass)
Convert a String to a Map, with type checking |
|
static PropertyMap |
Convert.string2Map(String data)
Convert a String to a Map, without type checking |
Methods in org.crosswire.common.util with parameters of type PropertyMap | |
---|---|
static void |
NetUtil.storeProperties(PropertyMap properties,
URI uri,
String title)
Store the properties at the location given by the uri using the supplied title. |
Constructors in org.crosswire.common.util with parameters of type PropertyMap | |
---|---|
PropertyMap(PropertyMap defaults)
Creates an empty property map with the specified defaults. |
Uses of PropertyMap in org.crosswire.common.xml |
---|
Fields in org.crosswire.common.xml declared as PropertyMap | |
---|---|
private static PropertyMap |
XMLUtil.badEntities
|
Uses of PropertyMap in org.crosswire.jsword.book.sword |
---|
Fields in org.crosswire.jsword.book.sword declared as PropertyMap | |
---|---|
private static PropertyMap |
SwordBookMetaData.ENCODING_JAVA
Sword only recognizes two encodings for its modules: UTF-8 and LATIN1 Sword uses MS Windows cp1252 for Latin 1 not the standard. |
Uses of PropertyMap in org.crosswire.jsword.index.lucene |
---|
Fields in org.crosswire.jsword.index.lucene declared as PropertyMap | |
---|---|
private PropertyMap |
IndexMetadata.props
|
Uses of PropertyMap in org.crosswire.jsword.index.lucene.analysis |
---|
Fields in org.crosswire.jsword.index.lucene.analysis declared as PropertyMap | |
---|---|
private PropertyMap |
AnalyzerFactory.myProperties
|
|
Copyright ? 2003-2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |