Class UserPreferencesParent
java.lang.Object
eu.isas.peptideshaker.preferences.UserPreferencesParent
- Direct Known Subclasses:
PsdbParent
Implementing this class will give you access to the saved user preferences.
- Author:
- Marc Vaudel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLoads the user preferences.voidSaves 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.
-