Module org.autogui

Class GuiPreferences.GuiValueStore

java.lang.Object
org.autogui.base.mapping.GuiPreferences.GuiValueStore
Direct Known Subclasses:
GuiPreferences.GuiValueStoreDefault, GuiPreferences.GuiValueStoreOnMemory
Enclosing class:
GuiPreferences

public abstract static class GuiPreferences.GuiValueStore extends Object
the abstract definition of key-value store.
  • a key may be associated with a child node or an entry, and it shares the name space.
  • an entry can be obtained as a String or a Integer
  • an Integer entry can be obtained as a String entry
  • a node is associated with a GuiPreferences, which might be the preferences of the store or a sub-preferences. if a sub-preferences, the name of the prefs (GuiPreferences.getName() becomes the node key.