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