org.springframework.richclient.settings.j2seprefs
Class TransientPreferencesFactory

java.lang.Object
  extended by org.springframework.richclient.settings.j2seprefs.TransientPreferencesFactory
All Implemented Interfaces:
PreferencesFactory

public class TransientPreferencesFactory
extends Object
implements PreferencesFactory

J2SE PreferencesFactory implementation for creating TransientPreference instances.

Author:
Peter De Bruycker

Constructor Summary
TransientPreferencesFactory()
           
 
Method Summary
 Preferences systemRoot()
           
 Preferences userRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientPreferencesFactory

public TransientPreferencesFactory()
Method Detail

systemRoot

public Preferences systemRoot()
Specified by:
systemRoot in interface PreferencesFactory

userRoot

public Preferences userRoot()
Specified by:
userRoot in interface PreferencesFactory


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