|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SettingsException | |
---|---|
org.springframework.richclient.settings | |
org.springframework.richclient.settings.jdbc | |
org.springframework.richclient.settings.xml |
Uses of SettingsException in org.springframework.richclient.settings |
---|
Methods in org.springframework.richclient.settings that throw SettingsException | |
---|---|
Settings |
SettingsManager.createSettings(String key)
Returns the Settings for the given key. |
Settings |
SettingsFactory.createSettings(String key)
Create a new Settings instance for the given key. |
Settings |
SettingsManager.getInternalSettings()
Returns the internal settings, i.e. |
Settings |
SettingsManager.getUserSettings()
Returns the user settings, i.e. |
Uses of SettingsException in org.springframework.richclient.settings.jdbc |
---|
Methods in org.springframework.richclient.settings.jdbc that throw SettingsException | |
---|---|
Settings |
JdbcSettingsFactory.createSettings(String key)
TODO: somehow make the key unique by adding a user name or login or something |
Uses of SettingsException in org.springframework.richclient.settings.xml |
---|
Methods in org.springframework.richclient.settings.xml that throw SettingsException | |
---|---|
Settings |
XmlSettingsFactory.createSettings(String key)
|
RootXmlSettings |
FileSystemXmlSettingsReaderWriter.read(String key)
|
RootXmlSettings |
XmlSettingsReaderWriter.read(String key)
Reads the settings with the given key from the backing store. |
RootXmlSettings |
StringXmlSettingsReaderWriter.read(String key)
|
void |
FileSystemXmlSettingsReaderWriter.write(RootXmlSettings settings)
|
void |
XmlSettingsReaderWriter.write(RootXmlSettings settings)
Writes the given settings to the backing store. |
void |
StringXmlSettingsReaderWriter.write(RootXmlSettings settings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |