Package de.intarsys.tools.preferences
Interface IPreferencesFactory
-
- All Known Implementing Classes:
NullPreferencesFactory
public interface IPreferencesFactoryA factory forIPreferencesroot objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPreferencesgetMain()The standard root to be used by a "main" component.IPreferencesgetRoot()The global root where allIPreferencesare mounted.
-
-
-
Method Detail
-
getMain
IPreferences getMain()
The standard root to be used by a "main" component.- Returns:
- The standard root to be used by a "main" component.
-
getRoot
IPreferences getRoot()
The global root where allIPreferencesare mounted. Most often this is the parent of the "main"IPreferencesobject.- Returns:
- The global root where all
IPreferencesare mounted.
-
-