Uses of Interface
rs.baselib.prefs.IPreferences
| Package | Description |
|---|---|
| rs.baselib.prefs |
Preference Alternatice (kept for reference) - Experimental.
|
-
Uses of IPreferences in rs.baselib.prefs
Classes in rs.baselib.prefs that implement IPreferences Modifier and Type Class Description classAbstractPreferencesAbstract implementation of a preference node.classPreferencesDefault implementation of preferences.Methods in rs.baselib.prefs that return IPreferences Modifier and Type Method Description protected abstract IPreferencesAbstractPreferencesService. createRootNode()Creates the root node.protected IPreferencesPreferencesService. createRootNode()Creates the root node.protected IPreferencesAbstractPreferencesService. getApplicationNode(IPreferences node)Returns the application node rom the given nodeprotected IPreferencesAbstractPreferencesService. getApplicationPreferences(java.lang.String applicationName)Returns the application preferences.protected IPreferencesAbstractPreferencesService. getLockNode(IPreferences node)Returns the node where locks will be placed upon.IPreferencesAbstractPreferencesService. getSystemPreferences(java.lang.String applicationName)Returns the system preferences for the given application.IPreferencesIPreferencesService. getSystemPreferences(java.lang.String applicationName)Returns the system preferences for the given application.IPreferencesAbstractPreferencesService. getUserPreferences(java.lang.String applicationName)Returns the user preferences for the given application.IPreferencesIPreferencesService. getUserPreferences(java.lang.String applicationName)Returns the user preferences for the given application.IPreferencesAbstractPreferences. node(java.lang.String pathName)Returns a namedPreferencesobject (node), creating it and any of its ancestors if they do not already exist.IPreferencesIPreferences. node(java.lang.String pathName)Returns a namedPreferencesobject (node), creating it and any of its ancestors if they do not already exist.IPreferencesAbstractPreferences. parent()Returns the parent of this node, ornullif this is the root.IPreferencesIPreferences. parent()Returns the parent of this node, ornullif this is the root.Methods in rs.baselib.prefs with parameters of type IPreferences Modifier and Type Method Description voidAbstractPreferencesService. flush(IPreferences node)Flushes any changes made in this node.voidIPreferencesService. flush(IPreferences node)Flushes any changes made in this node.protected abstract voidAbstractPreferencesService. flushSystemPreferences(IPreferences node, java.lang.String applicationName)Flushes the system preferences from the given node.protected voidPreferencesService. flushSystemPreferences(IPreferences node, java.lang.String applicationName)Flushes the system preferences from the given node.protected abstract voidAbstractPreferencesService. flushUserPreferences(IPreferences node, java.lang.String applicationName)Flushes the user preferences from the given node.protected voidPreferencesService. flushUserPreferences(IPreferences node, java.lang.String applicationName)Flushes the user preferences from the given node.protected java.lang.StringAbstractPreferencesService. getApplicationName(IPreferences node)Returns the application name of the given node.protected IPreferencesAbstractPreferencesService. getApplicationNode(IPreferences node)Returns the application node rom the given nodeprotected IPreferencesAbstractPreferencesService. getLockNode(IPreferences node)Returns the node where locks will be placed upon.java.util.concurrent.locks.LockAbstractPreferencesService. getReadLock(IPreferences node)Returns the read lock object for the given node.java.util.concurrent.locks.LockIPreferencesService. getReadLock(IPreferences node)Returns the read lock object for the given node.protected java.util.concurrent.locks.ReadWriteLockAbstractPreferencesService. getReadWriteLock(IPreferences node)Returns the correct lock for the given node.java.util.concurrent.locks.LockAbstractPreferencesService. getWriteLock(IPreferences node)Returns the write lock object for the given node.java.util.concurrent.locks.LockIPreferencesService. getWriteLock(IPreferences node)Returns the write lock object for the given node.protected voidPreferencesService. load(IPreferences node, java.io.InputStream in)Loads the information from the stream into the nodeprotected abstract voidAbstractPreferencesService. loadSystemPreferences(IPreferences node, java.lang.String applicationName)Loads the system preferences into the given node.protected voidPreferencesService. loadSystemPreferences(IPreferences node, java.lang.String applicationName)Loads the system preferences into the given node.protected abstract voidAbstractPreferencesService. loadUserPreferences(IPreferences node, java.lang.String applicationName)Loads the user preferences into the given node.protected voidPreferencesService. loadUserPreferences(IPreferences node, java.lang.String applicationName)Loads the user preferences into the given node.voidAbstractPreferencesService. nodeChanged(IPreferences node)A node changed.protected voidPreferencesService. put(IPreferences node, java.lang.String key, java.lang.String value)Stores the key at the appropriate sub-node.protected voidPreferencesService. save(java.lang.String prefix, IPreferences node, java.io.PrintWriter out)Recursively stores the given node into the writer.protected voidPreferencesService. save(IPreferences node, java.io.OutputStream out)Saves the node information into the streamvoidAbstractPreferencesService. sync(IPreferences node)Wait for any modifications to be flushed.voidIPreferencesService. sync(IPreferences node)Wait for any modifications to be flushed.