public final class JFacePreferences extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_HYPERLINK_COLOR
Identifier for the Active Hyperlink Colour
|
static String |
CONTENT_ASSIST_BACKGROUND_COLOR
Identifier for the color used for the background of content assist
popup dialogs.
|
static String |
CONTENT_ASSIST_FOREGROUND_COLOR
Identifier for the color used for the foreground of content assist
popup dialogs.
|
static String |
COUNTER_COLOR
Identifier for the color used to counter informations For example in
'Foo.txt (2 matches)', the counter information is '(2 matches)'.
|
static String |
DECORATIONS_COLOR
Identifier for the color used to show label decorations For example in
'Foo.txt [1.16]', the decoration is '[1.16]'.
|
static String |
ERROR_COLOR
Identifier for the Error Color
|
static String |
HYPERLINK_COLOR
Identifier for the Hyperlink Color
|
static String |
QUALIFIER_COLOR
Identifier for the color used to show extra informations in labels, as a
qualified name.
|
Modifier and Type | Method and Description |
---|---|
static IPreferenceStore |
getPreferenceStore()
Return the preference store for the receiver.
|
static void |
setPreferenceStore(IPreferenceStore store)
Set the preference store for the receiver.
|
public static final String ERROR_COLOR
public static final String HYPERLINK_COLOR
public static final String ACTIVE_HYPERLINK_COLOR
public static final String QUALIFIER_COLOR
public static final String DECORATIONS_COLOR
public static final String COUNTER_COLOR
public static final String CONTENT_ASSIST_BACKGROUND_COLOR
public static final String CONTENT_ASSIST_FOREGROUND_COLOR
public static IPreferenceStore getPreferenceStore()
public static void setPreferenceStore(IPreferenceStore store)
store
- IPreferenceStore
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.