viewtify.preference
Preferences
kiss.Extensiblekiss.StorablePreferences
namePreferenceString
StringThe user defined name.
containerkiss.Storable
The grouping container.
Preferences()
Hide constructor.
initialize(VdefaultValue)PreferenceV
VdefaultValue)VV |
|
VdefaultValue |
The default value. (non-null) |
Preference |
A created new |
Create Preference with the default value.
initialize(CdefaultValue)ComparablePreferenceC
CdefaultValue)CC |
|
CdefaultValue |
The default value. |
ComparablePreference |
A created new |
Create Preference with the default value.
initialize(intdefaultValue)IntPreference
intdefaultValue)intdefaultValue |
The default value. |
IntPreference |
A created new |
Create Preference with the default value.
initialize(longdefaultValue)LongPreference
longdefaultValue)longdefaultValue |
The default value. |
LongPreference |
A created new |
Create Preference with the default value.
initialize(doubledefaultValue)DoublePreference
doubledefaultValue)doubledefaultValue |
The default value. |
DoublePreference |
A created new |
Create Preference with the default value.
initialize(kiss.VariableVdefaultValue)PreferenceV
kiss.VariableVdefaultValue)VV |
|
kiss.VariabledefaultValue |
The default value. (non-null) |
Preference |
A created new |
Create Preference with the default value.
store()Preferences
Preferences |
observe()kiss.SignalObject
Objectkiss.Signal |
Observe the value change events.
reset()void
Reset all values to default.
locate()Path
Path |
of(ClassPtype)P
ClassPtype)P |
|
Classtype |
|
P |
Search the user preference of the specified type.
of(ClassPtype, Stringname)P
ClassPtype, Stringname)P |
|
Classtype |
|
Stringname |
|
P |
Search the user preference of the specified type and name.
all(ClassPtype)javafx.collections.ObservableListP
ClassPtype)PP |
|
Classtype |
|
javafx.collections.ObservableList |
Search all user preferences of the specified type.
save(ClassPtype)void
ClassPtype)P |
|
Classtype |
Save the specified user preferences.
reload()void
Reload all preferences.
theme()Theme
Theme |
Shorthand method to access theme.