List of usage examples for org.eclipse.jface.preference IPreferenceStore interface-usage
From source file org.eclipse.remote.internal.ui.preferences.PreferencesAdapter.java
/** * Adapts {@link org.eclipse.core.runtime.IEclipsePreferences} to {@link org.eclipse.jface.preference.IPreferenceStore} * * @since 3.0 */ public class PreferencesAdapter implements IPreferenceStore {
From source file org.eclipse.ui.internal.editors.text.OverlayPreferenceStore.java
/** * An overlaying preference store. * * @since 2.1 */ class OverlayPreferenceStore implements IPreferenceStore {
From source file org.eclipse.ui.preferences.ScopedPreferenceStore.java
/**
* The ScopedPreferenceStore is an IPreferenceStore that uses the scopes
* provided in org.eclipse.core.runtime.preferences.
* <p>
* A ScopedPreferenceStore does the lookup of a preference based on it's search
* scopes and sets the value of the preference based on its store scope.
From source file org.eclipse.ui.preferences.ScopedPreferenceStoreCore.java
final class ScopedPreferenceStoreCore extends EventManager implements IPreferenceStore, IPersistentPreferenceStore { /** * The storeContext is the context where values will stored with the * setValue methods. If there are no searchContexts this will be the search * context. (along with the "default" context)
From source file org.eclipse.ui.texteditor.ChainedPreferenceStore.java
/**
* Preference store that composes multiple preference stores in a
* chain and serves a preference value from the first preference store in the
* chain that contains the preference.
* <p>
* This preference store is read-only i.e. write access
From source file org.eclipse.wb.internal.core.utils.jdt.ui.PreferencesAdapter.java
/**
* Adapts {@link org.eclipse.core.runtime.Preferences} to
* {@link org.eclipse.jface.preference.IPreferenceStore}
*
* @since 3.0
* @coverage core.util.jdt.ui
From source file org.eclipse.wst.jsdt.internal.ui.compare.EclipsePreferencesAdapter.java
/**
* Adapts an options {@link IEclipsePreferences} to {@link org.eclipse.jface.preference.IPreferenceStore}.
* <p>
* This preference store is read-only i.e. write access
* throws an {@link java.lang.UnsupportedOperationException}.
* </p>
From source file org.eclipse.wst.jsdt.internal.ui.preferences.MockupPreferenceStore.java
/**
* Mockup preference store, for registering listeners and firing events,
* without being an actual store.
* <p>
* All methods except firing, adding and removing listeners throw
* an {@link java.lang.UnsupportedOperationException}.
From source file org.eclipse.wst.jsdt.internal.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file org.eclipse.wst.jsdt.internal.ui.text.PreferencesAdapter.java
/**
* Adapts {@link org.eclipse.core.runtime.Preferences} to
* {@link org.eclipse.jface.preference.IPreferenceStore}
*
*
*/