Uses of Class
org.osgi.service.prefs.BackingStoreException

Packages that use BackingStoreException
org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences. 
org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. 
org.osgi.service.prefs   
 

Uses of BackingStoreException in org.eclipse.core.runtime.preferences
 

Methods in org.eclipse.core.runtime.preferences that throw BackingStoreException
 void IEclipsePreferences.accept(IPreferenceNodeVisitor visitor)
          Accepts the given visitor.
 void IEclipsePreferences.removeNode()
          Remove this node from the preference hierarchy.
 boolean IPreferenceNodeVisitor.visit(IEclipsePreferences node)
          Visits the given preference node.
 

Uses of BackingStoreException in org.eclipse.ui.preferences
 

Methods in org.eclipse.ui.preferences that throw BackingStoreException
 void IWorkingCopyManager.applyChanges()
          Apply the changes for all working copies, to their original org.eclipse.jface.preference nodes.
 

Uses of BackingStoreException in org.osgi.service.prefs
 

Methods in org.osgi.service.prefs that throw BackingStoreException
 java.lang.String[] Preferences.childrenNames()
          Returns the names of the children of this node.
 void Preferences.clear()
          Removes all of the properties (key-value associations) in this node.
 void Preferences.flush()
          Forces any changes in the contents of this node and its descendants to the persistent store.
 java.lang.String[] Preferences.keys()
          Returns all of the keys that have an associated value in this node.
 boolean Preferences.nodeExists(java.lang.String pathName)
          Returns true if the named node exists.
 void Preferences.removeNode()
          Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
 void Preferences.sync()
          Ensures that future reads from this node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.