Uses of Interface
org.eclipse.rap.rwt.service.SettingStore
Packages that use SettingStore
-
Uses of SettingStore in org.eclipse.rap.rwt
Methods in org.eclipse.rap.rwt that return SettingStoreModifier and TypeMethodDescriptionstatic SettingStore
RWT.getSettingStore()
Returns the setting store instance for the current UI session. -
Uses of SettingStore in org.eclipse.rap.rwt.service
Classes in org.eclipse.rap.rwt.service that implement SettingStoreModifier and TypeClassDescriptionfinal class
A setting store implementation that persists all settings on the file system using JavaProperties
files.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)