Eclipse Rich Ajax Platform

Uses of Class
org.eclipse.rwt.service.SettingStoreException

Packages that use SettingStoreException
org.eclipse.rwt.service   
 

Uses of SettingStoreException in org.eclipse.rwt.service
 

Methods in org.eclipse.rwt.service that throw SettingStoreException
 void FileSettingStore.loadById(java.lang.String id)
           
 void ISettingStore.loadById(java.lang.String id)
          Replace the contents of this setting store with all attributes persisted under the given id.
 void FileSettingStore.removeAttribute(java.lang.String name)
           
 void ISettingStore.removeAttribute(java.lang.String name)
          Removes the attribute stored under the specified name from this ISettingStore.
 void FileSettingStore.setAttribute(java.lang.String name, java.lang.String value)
           
 void ISettingStore.setAttribute(java.lang.String name, java.lang.String value)
          Stores an attribute to this ISettingStore, using the name specified.
 


Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.