|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--org.apache.batik.apps.svgbrowser.XMLPreferenceManager.XMLProperties
To store the preferences.
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
protected |
XMLPreferenceManager.XMLProperties()
|
| Method Summary | |
|---|---|
void |
load(java.io.InputStream is)
Reads a property list (key and element pairs) from the input stream. |
void |
store(java.io.OutputStream os,
java.lang.String header)
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable
for loading into a Properties table using the
load method. |
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, propertyNames, save, setProperty |
| 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 |
| Constructor Detail |
protected XMLPreferenceManager.XMLProperties()
| Method Detail |
public void load(java.io.InputStream is)
throws java.io.IOException
load in class java.util.Propertiesjava.io.IOException
public void store(java.io.OutputStream os,
java.lang.String header)
throws java.io.IOException
Properties table to the output stream in a format suitable
for loading into a Properties table using the
load method.
The stream is written using the ISO 8859-1 character encoding.
store in class java.util.Propertiesjava.io.IOException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||