Uses of Interface
org.eclipse.rap.rwt.service.SettingStore
Packages that use SettingStore
- 
Uses of SettingStore in org.eclipse.rap.rwtMethods in org.eclipse.rap.rwt that return SettingStoreModifier and TypeMethodDescriptionstatic SettingStoreRWT.getSettingStore()Returns the setting store instance for the current UI session.
- 
Uses of SettingStore in org.eclipse.rap.rwt.serviceClasses in org.eclipse.rap.rwt.service that implement SettingStoreModifier and TypeClassDescriptionfinal classA setting store implementation that persists all settings on the file system using JavaPropertiesfiles.Methods in org.eclipse.rap.rwt.service that return SettingStoreModifier and TypeMethodDescriptionFileSettingStoreFactory.createSettingStore(String id) SettingStoreFactory.createSettingStore(String id) Creates and initializes a new specific setting store instance.Constructors in org.eclipse.rap.rwt.service with parameters of type SettingStoreModifierConstructorDescriptionSettingStoreEvent(SettingStore source, String attributeName, String oldValue, String newValue)