Uses of Class
org.springframework.richclient.settings.xml.RootXmlSettings

Packages that use RootXmlSettings
org.springframework.richclient.settings.xml   
 

Uses of RootXmlSettings in org.springframework.richclient.settings.xml
 

Methods in org.springframework.richclient.settings.xml that return RootXmlSettings
 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)
           
 

Methods in org.springframework.richclient.settings.xml with parameters of type RootXmlSettings
 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.