List of usage examples for org.eclipse.jface.preference IPreferenceStore interface-usage
From source file org.cfeclipse.cflint.store.ProjectPropertyStore.java
/**
* This is a property store for a project. It stores all of it's values within
* the project via IProject::setPersistentProperty(). While IPreferenceStore
* provides methods for setting defaults, these are currently ignored.
*
* Default value requests are obtained from the global preference store, therefore
From source file org.cfeclipse.cfml.preferences.OverlayPreferenceStore.java
class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor { private TypeDescriptor() { }
From source file org.cfeclipse.cfml.properties.ProjectPropertyStore.java
/**
* This is a property store for a project. It stores all of it's values within
* the project via IProject::setPersistentProperty(). While IPreferenceStore
* provides methods for setting defaults, these are currently ignored.
*
* Default value requests are obtained from the global preference store, therefore
From source file org.cfeclipse.cfml.snippets.properties.ProjectPropertyStore.java
/**
* This is a property store for a project. It stores all of it's values within
* the project via IProject::setPersistentProperty(). While IPreferenceStore
* provides methods for setting defaults, these are currently ignored.
*
* Default value requests are obtained from the global preference store, therefore
From source file org.cfeclipse.frameworks.fusebox.properties.FuseboxPropertyStore.java
/**
* This is a property store for a project. It stores all of it's values within
* the project via IProject::setPersistentProperty(). While IPreferenceStore
* provides methods for setting defaults, these are currently ignored.
*
* Default value requests are obtained from the global preference store, therefore
From source file org.codehaus.groovy.eclipse.refactoring.formatter.JavaProjectPreferences.java
/**
* A lightweight adapter to get java options for a given IJavaProject in the
* form of an IPreferencesStore.
* <p>
* The preferences store is read-only and it does not support listeners (i.e. it
* sends no notification events. It is possible to add/remove listeners, but
From source file org.eclipse.ant.internal.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file org.eclipse.birt.report.designer.internal.ui.dialogs.StylePreferenceStore.java
/** * Provides get/set of model for field editors */ public class StylePreferenceStore implements IPreferenceStore {
From source file org.eclipse.birt.report.designer.ui.preferences.OverlayPreferenceStore.java
/** * An overlaying preference store. */ public class OverlayPreferenceStore implements IPreferenceStore { public static final class TypeDescriptor {
From source file org.eclipse.cdt.debug.internal.ui.propertypages.CBreakpointPreferenceStore.java
/** * A preference store that presents the state of the properties of a C/C++ breakpoint. */ public class CBreakpointPreferenceStore extends PreferenceStore implements IPreferenceStore { protected final static String ENABLED = "ENABLED"; //$NON-NLS-1$