Eclipse Platform
2.1

Uses of Interface
org.eclipse.jface.preference.IPreferenceStore

Packages that use IPreferenceStore
org.eclipse.jface.preference Provides a framework for preferences. 
 

Uses of IPreferenceStore in org.eclipse.jface.preference
 

Subinterfaces of IPreferenceStore in org.eclipse.jface.preference
 interface IPersistentPreferenceStore
          IPersistentPreferenceStore is a preference store that can be saved.
 

Classes in org.eclipse.jface.preference that implement IPreferenceStore
 class PreferenceStore
          A concrete preference store implementation based on an internal java.util.Properties object, with support for persisting the non-default preference values to files or streams.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.