Package de.intarsys.tools.preferences
Class NullPreferencesFactory
java.lang.Object
de.intarsys.tools.preferences.NullPreferencesFactory
- All Implemented Interfaces:
IPreferencesFactory
A factory for
NullPreferences
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMain()
The standard root to be used by a "main" component.getRoot()
The global root where allIPreferences
are mounted.
-
Constructor Details
-
NullPreferencesFactory
public NullPreferencesFactory()
-
-
Method Details
-
getMain
Description copied from interface:IPreferencesFactory
The standard root to be used by a "main" component.- Specified by:
getMain
in interfaceIPreferencesFactory
- Returns:
- The standard root to be used by a "main" component.
-
getRoot
Description copied from interface:IPreferencesFactory
The global root where allIPreferences
are mounted. Most often this is the parent of the "main"IPreferences
object.- Specified by:
getRoot
in interfaceIPreferencesFactory
- Returns:
- The global root where all
IPreferences
are mounted.
-