Class UserPreferencesParent
java.lang.Object
eu.isas.peptideshaker.preferences.UserPreferencesParent
- Direct Known Subclasses:
PsdbParent
public abstract class UserPreferencesParent extends Object
Implementing this class will give you access to the saved user preferences.
- Author:
- Marc Vaudel
-
Field Summary
Fields Modifier and Type Field Description protected UserParametersuserPreferencesThe user preferences. -
Constructor Summary
Constructors Constructor Description UserPreferencesParent() -
Method Summary
Modifier and Type Method Description voidloadUserParameters()Loads the user preferences.voidsaveUserParameters()Saves the user preferences.
-
Field Details
-
userPreferences
The user preferences.
-
-
Constructor Details
-
UserPreferencesParent
public UserPreferencesParent()
-
-
Method Details
-
loadUserParameters
public void loadUserParameters()Loads the user preferences. -
saveUserParameters
public void saveUserParameters()Saves the user preferences.
-