|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPreferenceStore | |
org.eclipse.compare | Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.editors.text | Provides a standard text editor and a file-based document provider. |
org.eclipse.ui.plugin | Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
Uses of IPreferenceStore in org.eclipse.compare |
Methods in org.eclipse.compare that return IPreferenceStore | |
IPreferenceStore |
CompareConfiguration.getPreferenceStore()
Returns the preference store of this configuration. |
Constructors in org.eclipse.compare with parameters of type IPreferenceStore | |
CompareConfiguration(IPreferenceStore prefStore)
Creates a new configuration with editable left and right sides, suitable default labels, and no images. |
Uses of IPreferenceStore in org.eclipse.debug.ui |
Methods in org.eclipse.debug.ui that return IPreferenceStore | |
static IPreferenceStore |
DebugUITools.getPreferenceStore()
Returns the preference store for the debug UI plugin. |
protected IPreferenceStore |
AbstractDebugView.getPreferenceStore()
Convenience method to return the preference store for the Debug UI plugin. |
Uses of IPreferenceStore in org.eclipse.jface.preference |
Subinterfaces of IPreferenceStore in org.eclipse.jface.preference | |
interface |
IPersistentPreferenceStore
IPersistentPreferenceStore is a preference store that can be saved. |
Classes in org.eclipse.jface.preference that implement IPreferenceStore | |
class |
PreferenceStore
A concrete preference store implementation based on an internal java.util.Properties object, with support for
persisting the non-default preference values to files or streams. |
Methods in org.eclipse.jface.preference that return IPreferenceStore | |
IPreferenceStore |
FieldEditor.getPreferenceStore()
Returns the preference store used by this field editor. |
static IPreferenceStore |
JFacePreferences.getPreferenceStore()
Return the preference store for the receiver. |
protected IPreferenceStore |
PreferencePage.doGetPreferenceStore()
Returns the preference store of this preference page. |
IPreferenceStore |
PreferencePage.getPreferenceStore()
Returns the preference store of this preference page. |
IPreferenceStore |
IPreferencePageContainer.getPreferenceStore()
Returns the preference store. |
IPreferenceStore |
PreferenceDialog.getPreferenceStore()
|
Methods in org.eclipse.jface.preference with parameters of type IPreferenceStore | |
void |
FieldEditor.setPreferenceStore(IPreferenceStore store)
Sets the preference store used by this field editor. |
static void |
JFacePreferences.setPreferenceStore(IPreferenceStore store)
Set the preference store for the receiver. |
static RGB |
PreferenceConverter.getColor(IPreferenceStore store,
String name)
Returns the current value of the color-valued preference with the given name in the given preference store. |
static RGB |
PreferenceConverter.getDefaultColor(IPreferenceStore store,
String name)
Returns the default value for the color-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 FontData |
PreferenceConverter.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 Point |
PreferenceConverter.getDefaultPoint(IPreferenceStore store,
String name)
Returns the default value for the point-valued preference with the given name in the given preference store. |
static Rectangle |
PreferenceConverter.getDefaultRectangle(IPreferenceStore store,
String name)
Returns the default value for the rectangle-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 FontData |
PreferenceConverter.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 Point |
PreferenceConverter.getPoint(IPreferenceStore store,
String name)
Returns the current value of the point-valued preference with the given name in the given preference store. |
static Rectangle |
PreferenceConverter.getRectangle(IPreferenceStore store,
String name)
Returns the current value of the rectangle-valued preference with the given name in the given preference store. |
static void |
PreferenceConverter.setDefault(IPreferenceStore store,
String name,
FontData value)
Sets the default value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setDefault(IPreferenceStore store,
String name,
FontData[] value)
Sets the default value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setDefault(IPreferenceStore store,
String name,
Point value)
Sets the default value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setDefault(IPreferenceStore store,
String name,
Rectangle value)
Sets the default value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setDefault(IPreferenceStore store,
String name,
RGB value)
Sets the default value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setValue(IPreferenceStore store,
String name,
FontData value)
Sets the current value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setValue(IPreferenceStore store,
String name,
FontData[] value)
Sets the current value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.putValue(IPreferenceStore store,
String name,
FontData[] value)
Sets the current value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setValue(IPreferenceStore store,
String name,
Point value)
Sets the current value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setValue(IPreferenceStore store,
String name,
Rectangle value)
Sets the current value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setValue(IPreferenceStore store,
String name,
RGB value)
Sets the current value of the preference with the given name in the given preference store. |
void |
PreferencePage.setPreferenceStore(IPreferenceStore store)
Sets the preference store for this preference page. |
void |
PreferenceDialog.setPreferenceStore(IPreferenceStore store)
Sets the preference store for this preference dialog. |
Uses of IPreferenceStore in org.eclipse.jface.text |
Methods in org.eclipse.jface.text with parameters of type IPreferenceStore | |
static void |
PropagatingFontFieldEditor.startPropagate(IPreferenceStore source,
String sourceKey,
IPreferenceStore target,
String targetKey)
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.ui |
Methods in org.eclipse.ui that return IPreferenceStore | |
IPreferenceStore |
IWorkbench.getPreferenceStore()
Returns the preference store for the workbench. |
Uses of IPreferenceStore in org.eclipse.ui.editors.text |
Methods in org.eclipse.ui.editors.text with parameters of type IPreferenceStore | |
static void |
TextEditorPreferenceConstants.initializeDefaultValues(IPreferenceStore store)
Initializes the given preference store with the default values. |
static void |
TextEditorPreferencePage.initDefaults(IPreferenceStore store)
Deprecated. Initialzes the defaults for the given store. |
Uses of IPreferenceStore in org.eclipse.ui.plugin |
Methods in org.eclipse.ui.plugin that return IPreferenceStore | |
IPreferenceStore |
AbstractUIPlugin.getPreferenceStore()
Returns the preference store for this UI plug-in. |
Methods in org.eclipse.ui.plugin with parameters of type IPreferenceStore | |
protected void |
AbstractUIPlugin.initializeDefaultPreferences(IPreferenceStore store)
Initializes a preference store with default preference values for this plug-in. |
Uses of IPreferenceStore in org.eclipse.ui.texteditor |
Methods in org.eclipse.ui.texteditor that return IPreferenceStore | |
protected IPreferenceStore |
AbstractTextEditor.getPreferenceStore()
Returns this editor's preference store. |
Methods in org.eclipse.ui.texteditor with parameters of type IPreferenceStore | |
protected void |
AbstractTextEditor.setPreferenceStore(IPreferenceStore store)
Sets this editor's preference store. |
static void |
WorkbenchChainedTextFontFieldEditor.startPropagate(IPreferenceStore target,
String targetKey)
Starts the propagation of the text font preference set in the workbench to given target preference store using the given preference key. |
void |
SourceViewerDecorationSupport.install(IPreferenceStore store)
Installs this decoration support on th given preference store. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |