Package org.eclipse.jface.preference
Class JFacePreferences
java.lang.Object
org.eclipse.jface.preference.JFacePreferences
JFacePreferences is a class used to administer the preferences used by JFace
objects.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Identifier for the Active Hyperlink Colourstatic final String
Identifier for the color used for the background of content assist popup dialogs.static final String
Identifier for the color used for the foreground of content assist popup dialogs.static final String
Identifier for the color used to counter informations For example in 'Foo.txt (2 matches)', the counter information is '(2 matches)'.static final String
Identifier for the color used to show label decorations For example in 'Foo.txt [1.16]', the decoration is '[1.16]'.static final String
Identifier for the Error Colorstatic final String
Identifier for the Hyperlink Colorstatic final String
The color used for the background of controls that provide information for reading.static final String
The color used for text for controls that provide information for reading.static final String
Identifier for the color used to show extra informations in labels, as a qualified name.static final String
The color used for the background of the newest revision when revisions are shown in a ruler.static final String
The color used for the background of the oldest revision when revisions are shown in a ruler. -
Method Summary
Modifier and TypeMethodDescriptionstatic IPreferenceStore
Return the preference store for the receiver.static void
Set the preference store for the receiver.
-
Field Details
-
ERROR_COLOR
Identifier for the Error Color- See Also:
-
HYPERLINK_COLOR
Identifier for the Hyperlink Color- See Also:
-
ACTIVE_HYPERLINK_COLOR
Identifier for the Active Hyperlink Colour- See Also:
-
QUALIFIER_COLOR
Identifier for the color used to show extra informations in labels, as a qualified name. For example in 'Foo.txt - myproject/bar', the qualifier is '- myproject/bar'.- Since:
- 3.4
- See Also:
-
DECORATIONS_COLOR
Identifier for the color used to show label decorations For example in 'Foo.txt [1.16]', the decoration is '[1.16]'.- Since:
- 3.4
- See Also:
-
COUNTER_COLOR
Identifier for the color used to counter informations For example in 'Foo.txt (2 matches)', the counter information is '(2 matches)'.- Since:
- 3.4
- See Also:
-
CONTENT_ASSIST_BACKGROUND_COLOR
Identifier for the color used for the background of content assist popup dialogs.- Since:
- 3.4
- See Also:
-
CONTENT_ASSIST_FOREGROUND_COLOR
Identifier for the color used for the foreground of content assist popup dialogs.- Since:
- 3.4
- See Also:
-
INFORMATION_BACKGROUND_COLOR
The color used for the background of controls that provide information for reading. E.g. Hover boxes with information like javadoc or view parts.- Since:
- 3.14
- See Also:
-
INFORMATION_FOREGROUND_COLOR
The color used for text for controls that provide information for reading. E.g. Hover boxes with information like javadoc or view parts.- Since:
- 3.14
- See Also:
-
REVISION_NEWEST_COLOR
The color used for the background of the newest revision when revisions are shown in a ruler. Together withREVISION_OLDEST_COLOR
a gradient is defined.- Since:
- 3.19
- See Also:
-
REVISION_OLDEST_COLOR
The color used for the background of the oldest revision when revisions are shown in a ruler. Together withREVISION_NEWEST_COLOR
a gradient is defined.- Since:
- 3.19
- See Also:
-
-
Method Details
-
getPreferenceStore
Return the preference store for the receiver.- Returns:
- IPreferenceStore or null
-
setPreferenceStore
Set the preference store for the receiver.- Parameters:
store
- IPreferenceStore
-