Uses of Class
org.springframework.richclient.settings.SettingsException

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 StringXmlSettingsReaderWriter.read(String key)
           
 RootXmlSettings XmlSettingsReaderWriter.read(String key)
          Reads the settings with the given key from the backing store.
 RootXmlSettings FileSystemXmlSettingsReaderWriter.read(String key)
           
 void StringXmlSettingsReaderWriter.write(RootXmlSettings settings)
           
 void XmlSettingsReaderWriter.write(RootXmlSettings settings)
          Writes the given settings to the backing store.
 void FileSystemXmlSettingsReaderWriter.write(RootXmlSettings settings)
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.