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 de.enough.mepose.ui.propertyPages.PreferencesAdapter.java

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

From source file de.walware.ecommons.preferences.ui.OverlayPreferenceStore.java

/**
 * An overlaying preference store.
 */
public class OverlayPreferenceStore implements IPreferenceStore {

    private class PropertyListener implements IPropertyChangeListener {

From source file de.walware.ecommons.preferences.ui.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 descent.internal.ui.preferences.OverlayPreferenceStore.java

/**
 * An overlaying preference store.
 */
public class OverlayPreferenceStore implements IPreferenceStore {

    public static final class TypeDescriptor {

From source file descent.internal.ui.text.PreferencesAdapter.java

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

From source file edu.depaul.cdm.madl.tools.ui.internal.text.functions.PreferencesAdapter.java

/**
 * Adapts {@link org.eclipse.core.runtime.Preferences} to
 * {@link org.eclipse.jface.preference.IPreferenceStore}
 */
@SuppressWarnings("deprecation")
public class PreferencesAdapter implements IPreferenceStore {

From source file eu.aniketos.wp1.ststool.threats.preferences.SecureIPreferenceStore.java

/**
 * 
 * @author Mauro Poggianella
 *       
 */
public class SecureIPreferenceStore implements IPreferenceStore {

From source file ext.org.eclipse.jdt.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 ext.org.eclipse.jdt.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 ext.org.eclipse.jdt.internal.ui.preferences.OverlayPreferenceStore.java

/**
 * An overlaying preference store.
 */
public class OverlayPreferenceStore implements IPreferenceStore {

    public static final class TypeDescriptor {