Package de.intarsys.tools.preferences
Interface IPreferencesFactory
- All Known Implementing Classes:
NullPreferencesFactory
public interface IPreferencesFactory
A factory for
IPreferences
root objects.-
Method Summary
Modifier and TypeMethodDescriptiongetMain()
The standard root to be used by a "main" component.getRoot()
The global root where allIPreferences
are mounted.
-
Method Details
-
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 allIPreferences
are mounted. Most often this is the parent of the "main"IPreferences
object.- Returns:
- The global root where all
IPreferences
are mounted.
-