List of usage examples for org.eclipse.jface.preference IPreferenceStore interface-usage
From source file org.rubypeople.rdt.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.rubypeople.rdt.ui.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.summer.sdt.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.summer.sdt.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.summer.sdt.internal.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file org.summer.sdt.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.whole.lang.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. * * @author Riccardo Solmi */ public class OverlayPreferenceStore implements IPreferenceStore {
From source file pl.robakowski.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 tinyos.dlrc.PreferencesAdapter.java
/**
* Adapts {@link org.eclipse.core.runtime.Preferences} to
* {@link org.eclipse.jface.preference.IPreferenceStore}
*
* @since 3.0
*/
From source file tinyos.dlrc.utility.preferences.BufferedPreferenceStore.java
/**
* A map containing some preferences which can be written into an {@link IPreferenceStore}
* when necessary. While this class implements {@link IPreferenceStore}, not
* all methods are available. Especially setting the default values will
* throw an exception.<br>
* Clients can call {@link #transmit()} to transmit all the changes made in