|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferenceStorage | |
---|---|
org.salespointframework.core | This package contains the central classes of the Framework. |
Uses of PreferenceStorage in org.salespointframework.core |
---|
Classes in org.salespointframework.core that implement PreferenceStorage | |
---|---|
class |
XmlPreferenceStorage
The default Implementation of PreferenceStorage
Settings are stored into a XML file |
Fields in org.salespointframework.core declared as PreferenceStorage | |
---|---|
private static PreferenceStorage |
Shop.preferenceStorage
Shop's preference storage |
Methods in org.salespointframework.core that return PreferenceStorage | |
---|---|
static PreferenceStorage |
Shop.getPreferenceStorage()
get the currently active preference storage |
Methods in org.salespointframework.core with parameters of type PreferenceStorage | |
---|---|
static void |
Shop.setPreferenceStorage(PreferenceStorage ps)
Replace the preference storage Should be done before calling #start() |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |