Example usage for org.eclipse.jface.preference IPreferenceStore interface-usage

List of usage examples for org.eclipse.jface.preference IPreferenceStore interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.preference IPreferenceStore interface-usage.

Usage

From source file org.eclipse.mylyn.internal.wikitext.ui.util.PreferenceStoreFacade.java

/**
 * A preference store that wraps a delegate, typically used to alter preferences based on some external influences (such
 * as control focus).
 * 
 * @author David Green
 */

From source file org.eclipse.net4j.util.ui.prefs.OMPreferenceStore.java

/**
 * @author Eike Stepper
 */
public class OMPreferenceStore implements IPreferenceStore {
    private OMPreferences preferences;

From source file org.eclipse.oomph.internal.ui.DelegatingPreferenceStore.java

/**
 * @author Ed Merks
 */
public class DelegatingPreferenceStore implements IPreferenceStore {
    protected IPreferenceStore delegate;

From source file org.eclipse.papyrus.infra.gmfdiag.preferences.PapyrusScopedPreferenceStore.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.
 * </p>

From source file org.eclipse.papyrus.preferences.PapyrusScopedPreferenceStore.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.
 * </p>

From source file org.eclipse.ptp.core.PreferencesAdapter.java

/**
 * Adapts {@link org.eclipse.core.runtime.IEclipsePreferences} to {@link org.eclipse.jface.preference.IPreferenceStore}
 * 
 * @since 6.0
 */
public class PreferencesAdapter implements IPreferenceStore {

From source file org.eclipse.ptp.debug.internal.ui.propertypages.PBreakpointPreferenceStore.java

/**
 * @author clement chu
 *
 */
public class PBreakpointPreferenceStore implements IPreferenceStore {
    protected final static String ENABLED = "ENABLED"; //$NON-NLS-1$

From source file org.eclipse.ptp.debug.ui.PreferencesAdapter.java

/**
 * Adapts {@link org.eclipse.core.runtime.IEclipsePreferences} to
 * {@link org.eclipse.jface.preference.IPreferenceStore}
 * 
 * @since 3.0
 */

From source file org.eclipse.ptp.internal.debug.ui.PreferencesAdapter.java

/**
 * Adapts {@link org.eclipse.core.runtime.IEclipsePreferences} to
 * {@link org.eclipse.jface.preference.IPreferenceStore}
 * 
 * @since 3.0
 */

From source file org.eclipse.ptp.internal.debug.ui.propertypages.PBreakpointPreferenceStore.java

/**
 * @author clement chu
 *
 */
public class PBreakpointPreferenceStore implements IPreferenceStore {
    protected final static String ENABLED = "ENABLED"; //$NON-NLS-1$