Eclipse Rich Ajax Platform

Uses of Interface
org.eclipse.rwt.service.ISettingStore

Packages that use ISettingStore
org.eclipse.rwt   
org.eclipse.rwt.service   
 

Uses of ISettingStore in org.eclipse.rwt
 

Methods in org.eclipse.rwt that return ISettingStore
static ISettingStore RWT.getSettingStore()
          Returns the setting store instance for this session.
 

Uses of ISettingStore in org.eclipse.rwt.service
 

Classes in org.eclipse.rwt.service that implement ISettingStore
 class FileSettingStore
          This ISettingStore implementation persists all settings on the file system using Java Properties.
 

Methods in org.eclipse.rwt.service that return ISettingStore
 ISettingStore ISettingStoreFactory.createSettingStore(java.lang.String storeId)
          Create, initialize and return a specific ISettingStore instance.
 ISettingStore RWTFileSettingStoreFactory.createSettingStore(java.lang.String storeId)
           
 

Constructors in org.eclipse.rwt.service with parameters of type ISettingStore
SettingStoreEvent(ISettingStore source, java.lang.String attribute, java.lang.String oldValue, java.lang.String newValue)
           
 


Eclipse Rich Ajax Platform

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