Uses of Interface
org.springframework.richclient.settings.Settings

Packages that use Settings
org.springframework.richclient.preference   
org.springframework.richclient.settings   
org.springframework.richclient.settings.j2seprefs   
org.springframework.richclient.settings.jdbc   
org.springframework.richclient.settings.support   
org.springframework.richclient.settings.xml   
 

Uses of Settings in org.springframework.richclient.preference
 

Methods in org.springframework.richclient.preference that return Settings
protected  Settings PreferencePage.getSettings()
           
 Settings PreferenceDialog.getSettings()
           
 

Methods in org.springframework.richclient.preference with parameters of type Settings
 void PreferenceDialog.setSettings(Settings settings)
           
 

Uses of Settings in org.springframework.richclient.settings
 

Classes in org.springframework.richclient.settings that implement Settings
 class AbstractSettings
          Abstract Settings implementation.
 class TransientSettings
          Helper class, essential when testing with settings.
 

Methods in org.springframework.richclient.settings that return Settings
 Settings TransientSettingsFactory.createSettings(String key)
           
 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 Settings.getParent()
           
 Settings AbstractSettings.getParent()
           
 Settings Settings.getSettings(String name)
           
 Settings AbstractSettings.getSettings(String name)
           
 Settings SettingsManager.getUserSettings()
          Returns the user settings, i.e.
protected abstract  Settings AbstractSettings.internalCreateChild(String key)
           
protected  Settings TransientSettings.internalCreateChild(String key)
           
 

Methods in org.springframework.richclient.settings with parameters of type Settings
 void SettingsManager.exportSettings(Settings settings, OutputStream out)
          Export settings to an OutputStream
 void SettingsManager.importSettings(Settings settings, InputStream in)
          Import settings from an InputStream
 

Constructors in org.springframework.richclient.settings with parameters of type Settings
AbstractSettings(Settings parent, String name)
           
 

Uses of Settings in org.springframework.richclient.settings.j2seprefs
 

Classes in org.springframework.richclient.settings.j2seprefs that implement Settings
 class PreferencesSettings
          Settings implementation using the J2SE Preferences API.
 

Methods in org.springframework.richclient.settings.j2seprefs that return Settings
 Settings PreferencesSettingsFactory.createSettings(String name)
           
protected  Settings PreferencesSettings.internalCreateChild(String key)
           
 

Uses of Settings in org.springframework.richclient.settings.jdbc
 

Classes in org.springframework.richclient.settings.jdbc that implement Settings
 class JdbcSettings
           
 

Methods in org.springframework.richclient.settings.jdbc that return Settings
 Settings JdbcSettingsFactory.createSettings(String key)
          TODO: somehow make the key unique by adding a user name or login or something
protected  Settings JdbcSettings.internalCreateChild(String key)
           
 

Uses of Settings in org.springframework.richclient.settings.support
 

Methods in org.springframework.richclient.settings.support with parameters of type Settings
 void Memento.restoreState(Settings settings)
           
 void TreeMemento.restoreState(Settings settings)
           
 void WindowMemento.restoreState(Settings settings)
           
 void SplitPaneMemento.restoreState(Settings settings)
           
 void TableMemento.restoreState(Settings settings)
           
 void Memento.saveState(Settings settings)
           
 void TreeMemento.saveState(Settings settings)
           
 void WindowMemento.saveState(Settings settings)
           
 void SplitPaneMemento.saveState(Settings settings)
           
 void TableMemento.saveState(Settings settings)
           
 

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

Classes in org.springframework.richclient.settings.xml that implement Settings
 class RootXmlSettings
           
 class XmlSettings
           
 

Methods in org.springframework.richclient.settings.xml that return Settings
 Settings XmlSettingsFactory.createSettings(String key)
           
protected  Settings XmlSettings.internalCreateChild(String key)
           
 

Constructors in org.springframework.richclient.settings.xml with parameters of type Settings
XmlSettings(Settings parent, Element element)
           
 



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