|
|
|
|
Uses of Interface org.eclipse.jface.preference.IPreferenceStore
Methods in
org.eclipse.jface.dialogs with parameters of type
IPreferenceStore
|
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
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 the kind flag,
with a "don't show again' toggle. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openError
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard error dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openInformation
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard information dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
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
MessageDialogWithToggle
|
MessageDialogWithToggle.
openWarning
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard warning dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
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
MessageDialogWithToggle
|
MessageDialogWithToggle.
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. |
void
|
MessageDialogWithToggle.
setPrefStore
(
IPreferenceStore prefStore)
A mutator for the preference store to be modified by the toggle button. |
Methods in
org.eclipse.jface.preference with parameters of type
IPreferenceStore
|
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.
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
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.
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
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.
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.
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. |
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. |
static void
|
JFacePreferences.
setPreferenceStore
(
IPreferenceStore store)
Set the preference store for the receiver. |
void
|
FieldEditor.
setPreferenceStore
(
IPreferenceStore store)
Sets the preference store used by this field editor. |
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.
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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|