|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
at.tuwien.ifs.somtoolbox.properties.SOMViewerProperties
public class SOMViewerProperties
Properties for SOMViewer application.
Field Summary | |
---|---|
private java.lang.String |
htmlMapTemplatesDir
|
private static long |
serialVersionUID
|
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
SOMViewerProperties()
Creates an empty SOMViewerProperties object. |
|
SOMViewerProperties(java.lang.String fname)
Loads the properties (or preferences) for the SOMViewer application and GUI. |
Method Summary | |
---|---|
java.lang.String |
getAudioPlayer()
Returns the path name to call the preferred audio player to play audio files from PlaySOM Panel. |
java.lang.String |
getHtmlMapTemplatesDir()
|
java.lang.String |
getPalettesDir()
|
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.String htmlMapTemplatesDir
Constructor Detail |
---|
public SOMViewerProperties(java.lang.String fname) throws PropertiesException
fname
- name of the properties file.
PropertiesException
- thrown if properties file could not be opened or the values of the properties are
illegal.public SOMViewerProperties()
Method Detail |
---|
public java.lang.String getAudioPlayer()
public java.lang.String getPalettesDir()
public java.lang.String getHtmlMapTemplatesDir()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |