org.apache.batik.apps.svgbrowser
public class XMLPreferenceManager extends PreferenceManager
| Nested Class Summary | |
|---|---|
| protected class | XMLPreferenceManager.XMLProperties
To store the preferences. |
| Field Summary | |
|---|---|
| static String | PREFERENCE_ENCODING
The XML encoding used to store properties |
| protected String | xmlParserClassName
The XML parser |
| Constructor Summary | |
|---|---|
| XMLPreferenceManager(String prefFileName)
Creates a preference manager. | |
| XMLPreferenceManager(String prefFileName, Map defaults)
Creates a preference manager. | |
| XMLPreferenceManager(String prefFileName, String parser)
Creates a preference manager. | |
| XMLPreferenceManager(String prefFileName, Map defaults, String parser)
Creates a preference manager with a default values
initialization map. | |
Parameters: prefFileName the name of the preference file.
Parameters: prefFileName the name of the preference file. defaults where to get defaults value if the value is not specified in the file.
Parameters: prefFileName the name of the preference file. parser The XML parser class name.
Parameters: prefFileName the name of the preference file. defaults where to get defaults value if the value is not specified in the file. parser The XML parser class name.