- Enclosing class:
GuiPreferences
public static interface GuiPreferences.PreferencesJsonSupport
the interface for supporting user-defined prefs:
a context-object that implements the interface always saves/loads prefs via the interface.
Note: JSON objects returned by the method must be a JSON object (
Map (String keyed), List, String, Number or Boolean),
and the stringified data of those JSONs must be small for storing as a prefs entry.- Since:
- 1.5
-
Method Summary
-
Method Details
-
getPrefsJson
-
setPrefsJson
-