Package | Description |
---|---|
org.eclipse.jface.preference |
Provides a framework for preferences.
|
org.eclipse.ui.preferences |
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Package Specification
This package has the convenience classes provided by the Eclipse workbench for
use by clients who wish to use the core preference support added in 3.0.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ScopedPreferenceStore
The ScopedPreferenceStore is an IPreferenceStore that uses the scopes
provided in org.eclipse.core.runtime.preferences.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.