Eclipse Rich Ajax Platform
Release 1.3

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.setAttribute(java.lang.String name, java.lang.String value)
           
 void FileSettingStore.loadById(java.lang.String id)
           
 void FileSettingStore.removeAttribute(java.lang.String name)
           
 void ISettingStore.setAttribute(java.lang.String name, java.lang.String value)
          Stores an attribute to this ISettingStore, using the name specified.
 void ISettingStore.removeAttribute(java.lang.String name)
          Removes the attribute stored under the specified name from this ISettingStore.
 void ISettingStore.loadById(java.lang.String id)
          Replace the contents of this setting store with all attributes persisted under the given id.
 


Eclipse Rich Ajax Platform
Release 1.3

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.