Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

org.eclipse.rwt.service
Interface ISettingStoreFactory

All Known Implementing Classes:
RWTFileSettingStoreFactory

public interface ISettingStoreFactory

A setting store factory is responsible for creating and initializing a specific kind of setting store.

At runtime, RWT will use a single ISettingStoreFactory implementation to create new ISettingStore instances. Refer to documentation of the org.eclipse.rap.ui.settingstores for details on how to configure which factory is used.

If nothing is specified the FileSettingStoreFactory will be used by default.

This interface must be implemented by clients who wish to use their own implementation of an ISettingStore.

Since:
1.1

Method Summary
  ISettingStore createSettingStore ( String storeId)
          Create, initialize and return a specific ISettingStore instance.
 

Method Detail

createSettingStore

public 
ISettingStore createSettingStore(
String storeId)
Create, initialize and return a specific ISettingStore instance.

Parameters:
storeId - a non-null, non-empty, non-whitespace-only String.
Returns:
an ISettingStore instance; never null
Throws:
NullPointerException - if storeId is null
IllegalArgumentException - if storeId is empty or composed entirely of whitespace

Eclipse Rich Ajax Platform
Release 1.2

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire