at.tuwien.ifs.somtoolbox.properties
Class SOMViewerProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
at.tuwien.ifs.somtoolbox.properties.SOMViewerProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class SOMViewerProperties
- extends Properties
Properties for SOMViewer application.
- Version:
- $Id: SOMViewerProperties.java 3583 2010-05-21 10:07:41Z mayer $
- Author:
- Thomas Lidy
- See Also:
- Serialized Form
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
htmlMapTemplatesDir
private String htmlMapTemplatesDir
SOMViewerProperties
public SOMViewerProperties(String fname)
throws PropertiesException
- Loads the properties (or preferences) for the SOMViewer application and GUI.
- Parameters:
fname
- name of the properties file.
- Throws:
PropertiesException
- thrown if properties file could not be opened or the values of the properties are
illegal.
SOMViewerProperties
public SOMViewerProperties()
- Creates an empty SOMViewerProperties object.
getAudioPlayer
public String getAudioPlayer()
- Returns the path name to call the preferred audio player to play audio files from PlaySOM Panel.
- Returns:
- path name to audio player.
getPalettesDir
public String getPalettesDir()
getHtmlMapTemplatesDir
public String getHtmlMapTemplatesDir()