intarsys runtime library

de.intarsys.tools.preferences
Class NullPreferencesFactory

java.lang.Object
  extended by de.intarsys.tools.preferences.NullPreferencesFactory
All Implemented Interfaces:
IPreferencesFactory

public class NullPreferencesFactory
extends Object
implements IPreferencesFactory

A factory for NullPreferences


Constructor Summary
NullPreferencesFactory()
           
 
Method Summary
 IPreferences getMain()
          The standard root to be used by a "main" component.
 IPreferences getRoot()
          The global root where all IPreferences are mounted.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPreferencesFactory

public NullPreferencesFactory()
Method Detail

getMain

public IPreferences getMain()
Description copied from interface: IPreferencesFactory
The standard root to be used by a "main" component.

Specified by:
getMain in interface IPreferencesFactory
Returns:
The standard root to be used by a "main" component.

getRoot

public IPreferences getRoot()
Description copied from interface: IPreferencesFactory
The global root where all IPreferences are mounted. Most oftne this is the parent of the "main" IPreferences object. Other optional components IPreferences are mounted as siblings.

Specified by:
getRoot in interface IPreferencesFactory
Returns:
The global root where all IPreferences are mounted.

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.