List of usage examples for org.eclipse.jface.preference IPreferenceStore interface-usage
From source file org.eclipse.cdt.dsf.gdb.internal.ui.breakpoints.TracepointPreferenceStore.java
/** * A preference store that presents the state of the properties of a C/C++ Tracepoint. */ public class TracepointPreferenceStore extends PreferenceStore implements IPreferenceStore { protected final static String ENABLED = "ENABLED"; //$NON-NLS-1$
From source file org.eclipse.cdt.internal.autotools.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file org.eclipse.cdt.internal.autotools.ui.properties.AutotoolsConfigurePrefStore.java
/** * @author jjohnstn * */ public class AutotoolsConfigurePrefStore implements IPreferenceStore {
From source file org.eclipse.cdt.internal.ui.editor.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.cdt.internal.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file org.eclipse.cdt.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.cdt.make.internal.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file org.eclipse.cdt.make.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.cdt.managedbuilder.ui.properties.ToolSettingsPrefStore.java
/** * @noextend This class is not intended to be subclassed by clients. * @noinstantiate This class is not intended to be instantiated by clients. */ public class ToolSettingsPrefStore implements IPreferenceStore { public static final String DEFAULT_SEPERATOR = ";"; //$NON-NLS-1$
From source file org.eclipse.compare.internal.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {