Package de.intarsys.tools.preferences
Interface IPreferencesSupport
-
public interface IPreferencesSupportAn object that has preferences.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPreferencesgetPreferences()TheIPreferencesfor this object.
-
-
-
Method Detail
-
getPreferences
IPreferences getPreferences()
TheIPreferencesfor this object.- Returns:
- The
IPreferencesfor this object.
-
-