List of usage examples for org.eclipse.jface.preference IPreferenceStore interface-usage
From source file com.google.dart.tools.ui.internal.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static class OverlayKey {
From source file com.google.dart.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 com.iw.plugins.spindle.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file com.iw.plugins.spindle.ui.util.PreferenceStoreWrapper.java
/**
* Wrapper for a store that will consult the wrapped plugins preferences if the normal preferences
* does not provide a value. This wrapper will fire a property change event if the EditorsPlugin
* preferences change.
*
* @author glongman@gmail.com
From source file com.matlab.eclipse.meditor.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file com.nsn.squirrel.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 com.opcoach.e4.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 com.python.pydev.NullPrefsStore.java
/** * Stub that does nothing (same idea of a NullProgressMonitor) */ public class NullPrefsStore implements IPreferenceStore { public void addPropertyChangeListener(IPropertyChangeListener listener) {
From source file com.safi.workshop.sqlexplorer.preferences.OverlayPreferenceStore.java
public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor { TypeDescriptor() { } };
From source file com.windowtester.runtime.swt.internal.preferences.PreferencesAdapter.java
/** * Adapts {@link org.eclipse.core.runtime.Preferences} to * {@link org.eclipse.jface.preference.IPreferenceStore} * */ public class PreferencesAdapter implements IPreferenceStore {