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 allIPreferencesare mounted.
-
Constructor Details
-
NullPreferencesFactory
public NullPreferencesFactory()
-
-
Method Details
-
getMain
Description copied from interface:IPreferencesFactoryThe standard root to be used by a "main" component.- Specified by:
getMainin interfaceIPreferencesFactory- Returns:
- The standard root to be used by a "main" component.
-
getRoot
Description copied from interface:IPreferencesFactoryThe global root where allIPreferencesare mounted. Most often this is the parent of the "main"IPreferencesobject.- Specified by:
getRootin interfaceIPreferencesFactory- Returns:
- The global root where all
IPreferencesare mounted.
-