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.handly.ui.preference.DualPreferenceStore.java

/**
 * A preference store that delegates reads and writes to separate stores.
 */
public class DualPreferenceStore implements IPreferenceStore {
    private final IPreferenceStore readOnlyStore;
    private final IPreferenceStore writableStore;

From source file org.eclipse.handly.ui.preference.FlushingPreferenceStore.java

/**
 * A preference store that flushes the delegate after each write operation.
 * If the delegate is not a {@link IPersistentPreferenceStore persistent store},
 * flushing will result in no-op. If there is a problem flushing the store,
 * the write operation that caused the flush will still succeed
 * and the error will be logged.

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

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

    public static final class TypeDescriptor {

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

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

    public static final class TypeDescriptor {

From source file org.eclipse.linuxtools.internal.cdt.autotools.ui.properties.AutotoolsConfigurePrefStore.java

/**
 * @author jjohnstn
 *
 */
public class AutotoolsConfigurePrefStore implements IPreferenceStore {

From source file org.eclipse.m2m.atl.adt.ui.preferences.AtlPreferenceStore.java

/**
 * A preference fPreferenceeStore organizes the user preferences with those in place.
 */
public class AtlPreferenceStore implements IPreferenceStore {

    /**

From source file org.eclipse.m2m.internal.qvt.oml.editor.ui.colorer.OverlayPreferenceStore.java

class OverlayPreferenceStore implements IPreferenceStore {

    public static final class TypeDescriptor {
        private TypeDescriptor() {
        }
    }