Eclipse Remote Application Platform

Uses of Interface
org.eclipse.rap.rwt.service.SettingStore

Packages that use SettingStore
org.eclipse.rap.rwt   
org.eclipse.rap.rwt.service   
 

Uses of SettingStore in org.eclipse.rap.rwt
 

Methods in org.eclipse.rap.rwt that return SettingStore
static 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 SettingStore
 class FileSettingStore
          A setting store implementation that persists all settings on the file system using Java Properties files.
 

Methods in org.eclipse.rap.rwt.service that return SettingStore
 SettingStore FileSettingStoreFactory.createSettingStore(java.lang.String id)
           
 SettingStore SettingStoreFactory.createSettingStore(java.lang.String id)
          Creates and initializes a new specific setting store instance.
 

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


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0