|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPreferences.Pref | |
---|---|
pl.edu.agh.cast.project |
Uses of UserPreferences.Pref in pl.edu.agh.cast.project |
---|
Methods in pl.edu.agh.cast.project that return UserPreferences.Pref | |
---|---|
static UserPreferences.Pref |
UserPreferences.Pref.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserPreferences.Pref[] |
UserPreferences.Pref.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in pl.edu.agh.cast.project with parameters of type UserPreferences.Pref | |
---|---|
String |
UserPreferences.getPreference(UserPreferences.Pref pref)
Returns the value of given preference. |
void |
UserPreferences.setPreference(UserPreferences.Pref pref,
String val)
Sets the value of given preference. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |