Uses of Interface
org.eclipse.jface.preference.IPreferenceStore
Packages that use IPreferenceStore
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a framework for editing and contributing to the help search scope.
Provides JFace-specific support for commands.
Provides support for dialogs.
Provides support for trim specification.
Provides a framework for preferences.
Provides a framework for creating and manipulating text documents.
Provides a content formatter add-on for an
ITextViewer.Provides support for detecting and displaying hyperlinks in
ISourceViewers.Provides persistence support for templates.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides support for integrating handlers into the Eclipse workbench.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns.Partial infrastructure for spell checking in text editors.
Application programming interfaces for interaction
with the Eclipse text editor template support.
-
Uses of IPreferenceStore in org.eclipse.compare
Methods in org.eclipse.compare that return IPreferenceStoreModifier and TypeMethodDescriptionCompareConfiguration.getPreferenceStore()Returns the preference store of this configuration.Constructors in org.eclipse.compare with parameters of type IPreferenceStoreModifierConstructorDescriptionCompareConfiguration(IPreferenceStore prefStore) Creates a new configuration with editable left and right sides, suitable default labels, and no images. -
Uses of IPreferenceStore in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IPreferenceStoreMethods in org.eclipse.compare.internal with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionstatic voidComparePreferencePage.initDefaults(IPreferenceStore store) Constructors in org.eclipse.compare.internal with parameters of type IPreferenceStoreModifierConstructorDescriptionOverlayPreferenceStore(IPreferenceStore parent, OverlayPreferenceStore.OverlayKey[] overlayKeys) -
Uses of IPreferenceStore in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return IPreferenceStoreModifier and TypeMethodDescriptionprotected IPreferenceStoreAbstractDebugView.getPreferenceStore()Convenience method to return the preference store for the Debug UI plug-in.static IPreferenceStoreDebugUITools.getPreferenceStore()Returns the preference store for the debug UI plug-in. -
Uses of IPreferenceStore in org.eclipse.help.ui
Methods in org.eclipse.help.ui with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionISearchScopeFactory.createSearchScope(IPreferenceStore store, String engineId, Dictionary<String, Object> parameters) Returns a new search scope object created from the data in the preference store.protected voidRootScopePage.initializeDefaults(IPreferenceStore store) Initializes default values of the store to be used when the user presses 'Defaults' button. -
Uses of IPreferenceStore in org.eclipse.jface.commands
Methods in org.eclipse.jface.commands with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionabstract voidPersistentState.load(IPreferenceStore store, String preferenceKey) Loads this state from the preference store, given the location at which to look.final voidToggleState.load(IPreferenceStore store, String preferenceKey) abstract voidPersistentState.save(IPreferenceStore store, String preferenceKey) Saves this state to the preference store, given the location at which to write.final voidToggleState.save(IPreferenceStore store, String preferenceKey) -
Uses of IPreferenceStore in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs that return IPreferenceStoreModifier and TypeMethodDescriptionMessageDialogWithToggle.getPrefStore()An accessor for the current preference store for this dialog.Methods in org.eclipse.jface.dialogs with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionstatic MessageDialogWithToggleMessageDialogWithToggle.open(int kind, Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key, int style) Convenience method to open a simple dialog as specified by thekindflag, with a "don't show again' toggle.static MessageDialogWithToggleMessageDialogWithToggle.open(int kind, Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key, int style, LinkedHashMap<String, Integer> buttonLabelToIdMap) Convenience method to open a simple dialog as specified by thekindflag, with a "don't show again' toggle.static MessageDialogWithToggleMessageDialogWithToggle.openError(Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key) Convenience method to open a standard error dialog.static MessageDialogWithToggleMessageDialogWithToggle.openInformation(Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key) Convenience method to open a standard information dialog.static MessageDialogWithToggleMessageDialogWithToggle.openOkCancelConfirm(Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key) Convenience method to open a simple confirm (OK/Cancel) dialog.static MessageDialogWithToggleMessageDialogWithToggle.openWarning(Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key) Convenience method to open a standard warning dialog.static MessageDialogWithToggleMessageDialogWithToggle.openYesNoCancelQuestion(Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key) Convenience method to open a simple question Yes/No/Cancel dialog.static MessageDialogWithToggleMessageDialogWithToggle.openYesNoQuestion(Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key) Convenience method to open a simple Yes/No question dialog.voidMessageDialogWithToggle.setPrefStore(IPreferenceStore prefStore) A mutator for the preference store to be modified by the toggle button. -
Uses of IPreferenceStore in org.eclipse.jface.preference
Subinterfaces of IPreferenceStore in org.eclipse.jface.preferenceModifier and TypeInterfaceDescriptioninterfaceIPersistentPreferenceStore is a preference store that can be saved.Classes in org.eclipse.jface.preference that implement IPreferenceStoreModifier and TypeClassDescriptionclassA concrete preference store implementation based on an internaljava.util.Propertiesobject, with support for persisting the non-default preference values to files or streams.Methods in org.eclipse.jface.preference that return IPreferenceStoreModifier and TypeMethodDescriptionprotected IPreferenceStorePreferencePage.doGetPreferenceStore()Returns the preference store of this preference page.FieldEditor.getPreferenceStore()Returns the preference store used by this field editor.IPreferencePageContainer.getPreferenceStore()Returns the preference store.static IPreferenceStoreJFacePreferences.getPreferenceStore()Return the preference store for the receiver.PreferenceDialog.getPreferenceStore()PreferencePage.getPreferenceStore()Returns the preference store of this preference page.Methods in org.eclipse.jface.preference with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionstatic RGBPreferenceConverter.getColor(IPreferenceStore store, String name) Returns the current value of the color-valued preference with the given name in the given preference store.static RGBPreferenceConverter.getDefaultColor(IPreferenceStore store, String name) Returns the default value for the color-valued preference with the given name in the given preference store.static FontDataPreferenceConverter.getDefaultFontData(IPreferenceStore store, String name) Returns a single default value for the font-valued preference with the given name in the given preference store.static FontData[]PreferenceConverter.getDefaultFontDataArray(IPreferenceStore store, String name) Returns the default value array for the font-valued preference with the given name in the given preference store.static PointPreferenceConverter.getDefaultPoint(IPreferenceStore store, String name) Returns the default value for the point-valued preference with the given name in the given preference store.static RectanglePreferenceConverter.getDefaultRectangle(IPreferenceStore store, String name) Returns the default value for the rectangle-valued preference with the given name in the given preference store.static FontDataPreferenceConverter.getFontData(IPreferenceStore store, String name) Returns the current value of the first entry of the font-valued preference with the given name in the given preference store.static FontData[]PreferenceConverter.getFontDataArray(IPreferenceStore store, String name) Returns the current value of the font-valued preference with the given name in the given preference store.static PointPreferenceConverter.getPoint(IPreferenceStore store, String name) Returns the current value of the point-valued preference with the given name in the given preference store.static RectanglePreferenceConverter.getRectangle(IPreferenceStore store, String name) Returns the current value of the rectangle-valued preference with the given name in the given preference store.static voidPreferenceConverter.putValue(IPreferenceStore store, String name, FontData[] value) Sets the current value of the preference with the given name in the given preference store.static voidPreferenceConverter.setDefault(IPreferenceStore store, String name, FontData value) Sets the default value of the preference with the given name in the given preference store.static voidPreferenceConverter.setDefault(IPreferenceStore store, String name, FontData[] value) Sets the default value of the preference with the given name in the given preference store.static voidPreferenceConverter.setDefault(IPreferenceStore store, String name, Point value) Sets the default value of the preference with the given name in the given preference store.static voidPreferenceConverter.setDefault(IPreferenceStore store, String name, Rectangle value) Sets the default value of the preference with the given name in the given preference store.static voidPreferenceConverter.setDefault(IPreferenceStore store, String name, RGB value) Sets the default value of the preference with the given name in the given preference store.voidFieldEditor.setPreferenceStore(IPreferenceStore store) Sets the preference store used by this field editor.static voidJFacePreferences.setPreferenceStore(IPreferenceStore store) Set the preference store for the receiver.voidPreferenceDialog.setPreferenceStore(IPreferenceStore store) Sets the preference store for this preference dialog.voidPreferencePage.setPreferenceStore(IPreferenceStore store) Sets the preference store for this preference page.static voidPreferenceConverter.setValue(IPreferenceStore store, String name, FontData value) Sets the current value of the preference with the given name in the given preference store.static voidPreferenceConverter.setValue(IPreferenceStore store, String name, FontData[] value) Sets the current value of the preference with the given name in the given preference store.static voidPreferenceConverter.setValue(IPreferenceStore store, String name, Point value) Sets the current value of the preference with the given name in the given preference store.static voidPreferenceConverter.setValue(IPreferenceStore store, String name, Rectangle value) Sets the current value of the preference with the given name in the given preference store.static voidPreferenceConverter.setValue(IPreferenceStore store, String name, RGB value) Sets the current value of the preference with the given name in the given preference store.<T> voidPreferenceMemento.setValue(IPreferenceStore store, String name, T value) Set the value for the given preference on the given store.Constructors in org.eclipse.jface.preference with parameters of type IPreferenceStoreModifierConstructorDescriptionBooleanPropertyAction(String title, IPreferenceStore preferenceStore, String property) Create a new instance of the receiver. -
Uses of IPreferenceStore in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionstatic voidPropagatingFontFieldEditor.startPropagate(IPreferenceStore source, String sourceKey, IPreferenceStore target, String targetKey) Deprecated.Starts the propagation of the font preference stored in the source preference store under the source key to the target preference store using the target preference key. -
Uses of IPreferenceStore in org.eclipse.jface.text.formatter
Methods in org.eclipse.jface.text.formatter with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionvoidFormattingContext.mapToStore(Map<Object, Object> map, IPreferenceStore store) voidIFormattingContext.mapToStore(Map<Object, Object> map, IPreferenceStore store) Stores the preferences from a map to a preference store.voidFormattingContext.storeToMap(IPreferenceStore store, Map<Object, Object> map, boolean useDefault) voidIFormattingContext.storeToMap(IPreferenceStore store, Map<Object, Object> map, boolean useDefault) Retrieves the preferences from a preference store in a map. -
Uses of IPreferenceStore in org.eclipse.jface.text.hyperlink
Constructors in org.eclipse.jface.text.hyperlink with parameters of type IPreferenceStoreModifierConstructorDescriptionCreates a new default hyperlink presenter which usesDefaultHyperlinkPresenter.HYPERLINK_COLORto read the color from the given preference store.Creates a new multiple hyperlink presenter which usesDefaultHyperlinkPresenter.HYPERLINK_COLORto read the color from the given preference store. -
Uses of IPreferenceStore in org.eclipse.jface.text.templates.persistence
Constructors in org.eclipse.jface.text.templates.persistence with parameters of type IPreferenceStoreModifierConstructorDescriptionTemplateStore(IPreferenceStore store, String key) Creates a new template store.TemplateStore(ContextTypeRegistry registry, IPreferenceStore store, String key) Creates a new template store with a context type registry. -
Uses of IPreferenceStore in org.eclipse.ui
Methods in org.eclipse.ui that return IPreferenceStoreModifier and TypeMethodDescriptionstatic IPreferenceStorePlatformUI.createPreferenceStore(Class<?> clazz) Creates aIPreferenceStorestore for the bundle that loaded that classIWorkbench.getPreferenceStore()Deprecated.this returns the internal preference store for the workbench, which clients should not use.static IPreferenceStorePlatformUI.getPreferenceStore()Returns the preference store used for publicly settable workbench preferences. -
Uses of IPreferenceStore in org.eclipse.ui.editors.text
Fields in org.eclipse.ui.editors.text declared as IPreferenceStoreModifier and TypeFieldDescriptionprotected IPreferenceStoreTextSourceViewerConfiguration.fPreferenceStoreThe preference store used to initialize this configuration.Methods in org.eclipse.ui.editors.text that return IPreferenceStoreModifier and TypeMethodDescriptionstatic IPreferenceStoreEditorsUI.getPreferenceStore()Returns the preference store of this plug-in.Methods in org.eclipse.ui.editors.text with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionstatic voidTextEditorPreferencePage.initDefaults(IPreferenceStore store) Deprecated.Initializes the defaults for the given store.static voidTextEditorPreferenceConstants.initializeDefaultValues(IPreferenceStore store) Initializes the given preference store with the default values.static voidEditorsUI.useAnnotationsPreferencePage(IPreferenceStore store) Removes all preference which are handled by this plug-in's general preference pages from the given store and prevents setting the default values in the future.static voidEditorsUI.useQuickDiffPreferencePage(IPreferenceStore store) Removes all preference which are handled by this plug-in's Quick Diff preference page from the given store and prevents setting the default values in the future.Constructors in org.eclipse.ui.editors.text with parameters of type IPreferenceStoreModifierConstructorDescriptionTextSourceViewerConfiguration(IPreferenceStore preferenceStore) Creates a text source viewer configuration and initializes it with the given preference store. -
Uses of IPreferenceStore in org.eclipse.ui.editors.text.templates
Constructors in org.eclipse.ui.editors.text.templates with parameters of type IPreferenceStoreModifierConstructorDescriptionContributionTemplateStore(IPreferenceStore store, String key) Creates a new template store.ContributionTemplateStore(ContextTypeRegistry registry, IPreferenceStore store, String key) Creates a new template store with a context type registry. -
Uses of IPreferenceStore in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionvoidRadioState.load(IPreferenceStore store, String preferenceKey) voidRadioState.save(IPreferenceStore store, String preferenceKey) -
Uses of IPreferenceStore in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionvoidAbstractEncodingFieldEditor.setPreferenceStore(IPreferenceStore store) -
Uses of IPreferenceStore in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return IPreferenceStoreMethods in org.eclipse.ui.internal with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionprotected voidWorkbenchPlugin.initializeDefaultPreferences(IPreferenceStore store) Set default preference values.Constructors in org.eclipse.ui.internal with parameters of type IPreferenceStoreModifierConstructorDescriptionHeapStatus(Composite parent, IPreferenceStore prefStore) Creates a new heap status control with the given parent, and using the given preference store to obtain settings such as the refresh interval. -
Uses of IPreferenceStore in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return IPreferenceStoreModifier and TypeMethodDescriptionprotected IPreferenceStoreMultiPageEditorPart.getAPIPreferenceStore() -
Uses of IPreferenceStore in org.eclipse.ui.plugin
Methods in org.eclipse.ui.plugin that return IPreferenceStoreModifier and TypeMethodDescriptionAbstractUIPlugin.getPreferenceStore()Returns the preference store for this UI plug-in.Methods in org.eclipse.ui.plugin with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionprotected voidAbstractUIPlugin.initializeDefaultPreferences(IPreferenceStore store) Deprecated, for removal: This API element is subject to removal in a future version.this is only called if the runtime compatibility layer is present. -
Uses of IPreferenceStore in org.eclipse.ui.preferences
Classes in org.eclipse.ui.preferences that implement IPreferenceStoreModifier and TypeClassDescriptionclassThe ScopedPreferenceStore is an IPreferenceStore that uses the scopes provided in org.eclipse.core.runtime.preferences. -
Uses of IPreferenceStore in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IPreferenceStoreModifier and TypeClassDescriptionclassPreference store that composes multiple preference stores in a chain and serves a preference value from the first preference store in the chain that contains the preference.Methods in org.eclipse.ui.texteditor that return IPreferenceStoreModifier and TypeMethodDescriptionprotected final IPreferenceStoreAbstractTextEditor.getPreferenceStore()Returns this editor's preference store ornullif none has been set.Methods in org.eclipse.ui.texteditor with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionstatic voidAbstractDecoratedTextEditorPreferenceConstants.initializeDefaultValues(IPreferenceStore store) Initializes the given preference store with the default values.static voidMarkerAnnotationPreferences.initializeDefaultValues(IPreferenceStore store) Initializes the given preference store with the default marker annotation values.voidSourceViewerDecorationSupport.install(IPreferenceStore store) Installs this decoration support on the given preference store.protected voidAbstractTextEditor.setPreferenceStore(IPreferenceStore store) Sets this editor's preference store.voidShowWhitespaceCharactersAction.setPreferenceStore(IPreferenceStore store) Sets the preference store of this action.static voidWorkbenchChainedTextFontFieldEditor.startPropagate(IPreferenceStore target, String targetKey) Deprecated.Starts the propagation of the text font preference set in the workbench to given target preference store using the given preference key.static voidMarkerAnnotationPreferences.useAnnotationsPreferencePage(IPreferenceStore store) Removes the marker annotation values which are shown on the general Annotations page from the given store and prevents setting the default values in the future.static voidMarkerAnnotationPreferences.useQuickDiffPreferencePage(IPreferenceStore store) Removes the Quick Diff marker annotation values which are shown on the general Quick Diff page from the given store and prevents setting the default values in the future.Constructors in org.eclipse.ui.texteditor with parameters of type IPreferenceStoreModifierConstructorDescriptionChainedPreferenceStore(IPreferenceStore[] preferenceStores) Sets the chained preference stores.HyperlinkDetectorRegistry(IPreferenceStore preferenceStore) Creates a new hyperlink detector registry that controls hyperlink enablement via the given preference store.ShowWhitespaceCharactersAction(ResourceBundle resourceBundle, String prefix, ITextEditor editor, IPreferenceStore store) Construct the action and initialize its state. -
Uses of IPreferenceStore in org.eclipse.ui.texteditor.rulers
Constructors in org.eclipse.ui.texteditor.rulers with parameters of type IPreferenceStoreModifierConstructorDescriptionRulerColumnPreferenceAdapter(IPreferenceStore store, String key) Creates a new preference adapter that will read and write under the specified key in the given preference store. -
Uses of IPreferenceStore in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling with parameters of type IPreferenceStoreModifier and TypeMethodDescriptionSpellingService.getActiveSpellingEngineDescriptor(IPreferenceStore preferences) Returns the descriptor of the active spelling engine based on the value of thePREFERENCE_SPELLING_ENGINEpreference in the given preferences.Constructors in org.eclipse.ui.texteditor.spelling with parameters of type IPreferenceStoreModifierConstructorDescriptionSpellingService(IPreferenceStore preferences) Initializes the spelling service with the given preferences. -
Uses of IPreferenceStore in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates that return IPreferenceStoreModifier and TypeMethodDescriptionprotected abstract IPreferenceStoreAbstractTemplatesPage.getTemplatePreferenceStore()Returns the preference store used to create the template store returned byAbstractTemplatesPage.getTemplateStore().