-
public interface PreferencesEditor<P extends Configurable.Preferences<P>>Interactive editor of preferences.
This can be used as a helper for a user preferences screen.
-
-
Method Summary
Modifier and Type Method Description abstract Unitclear()Unset all preferences. abstract PgetPreferences()The current preferences. -
-
Method Detail
-
getPreferences
abstract P getPreferences()
The current preferences.
-
-
-
-