Uses of Class
org.autogui.base.mapping.GuiPreferences.GuiValueStore
Packages that use GuiPreferences.GuiValueStore
-
Uses of GuiPreferences.GuiValueStore in org.autogui.base.mapping
Subclasses of GuiPreferences.GuiValueStore in org.autogui.base.mappingModifier and TypeClassDescriptionstatic class
the concrete implementation of the store byPreferences
static class
static class
an on-memory impl.Fields in org.autogui.base.mapping declared as GuiPreferences.GuiValueStoreModifier and TypeFieldDescriptionprotected GuiPreferences.GuiValueStore
GuiPreferences.HistoryValueEntry.valueStore
protected GuiPreferences.GuiValueStore
GuiPreferences.valueStore
Methods in org.autogui.base.mapping that return GuiPreferences.GuiValueStoreModifier and TypeMethodDescriptionabstract GuiPreferences.GuiValueStore
GuiPreferences.GuiValueStore.copyInitAsRoot()
GuiPreferences.GuiValueStoreDefault.copyInitAsRoot()
GuiPreferences.GuiValueStoreImmutable.copyInitAsRoot()
GuiPreferences.GuiValueStoreOnMemory.copyInitAsRoot()
static GuiPreferences.GuiValueStore
GuiPreferences.copyOnMemoryStore
(GuiPreferences src, GuiPreferences prefs, GuiPreferences.GuiValueStore store, boolean putToParent) GuiPreferences.GuiValueStore.getChild
(GuiPreferences preferences) abstract GuiPreferences.GuiValueStore
GuiPreferences.GuiValueStore.getChild
(GuiPreferences preferences, String key) GuiPreferences.GuiValueStoreDefault.getChild
(GuiPreferences preferences, String key) GuiPreferences.GuiValueStoreImmutable.getChild
(GuiPreferences preferences) GuiPreferences.GuiValueStoreImmutable.getChild
(GuiPreferences preferences, String key) GuiPreferences.GuiValueStoreOnMemory.getChild
(GuiPreferences preferences, String key) protected GuiPreferences.GuiValueStore
GuiPreferences.HistoryValueEntry.getParent()
GuiPreferences.getPreferencesNodeAsRoot()
GuiPreferences.GuiPreferencesWithPaths.getPreferencesNodeAsRoot()
GuiPreferences.getValueStore()
GuiPreferences.HistoryValueEntry.getValueStore()
GuiPreferences.HistoryValueEntryOnMemory.getValueStore()
GuiPreferences.getValueStoreRootFromRepresentation()
Methods in org.autogui.base.mapping with parameters of type GuiPreferences.GuiValueStoreModifier and TypeMethodDescriptionstatic GuiPreferences.GuiValueStore
GuiPreferences.copyOnMemoryStore
(GuiPreferences src, GuiPreferences prefs, GuiPreferences.GuiValueStore store, boolean putToParent) protected void
GuiPreferences.fromJsonChildNodes
(GuiPreferences.GuiValueStore store, Map<String, Object> json) protected void
GuiPreferences.loadNodes
(GuiPreferences.GuiValueStore store, Collection<String> keys) void
GuiPreferences.GuiValueStoreOnMemory.putChild
(String name, GuiPreferences.GuiValueStore value) Constructors in org.autogui.base.mapping with parameters of type GuiPreferences.GuiValueStoreModifierConstructorDescriptionGuiPreferences
(GuiPreferences.GuiValueStore valueStore, GuiMappingContext context) -
Uses of GuiPreferences.GuiValueStore in org.autogui.swing.prefs
Methods in org.autogui.swing.prefs with parameters of type GuiPreferences.GuiValueStoreModifier and TypeMethodDescriptionGuiSwingPrefsTrees.createTreeNode
(String key, GuiPreferences.GuiValueStore store)