Class EpsilonHighlightingManager
java.lang.Object
org.eclipse.epsilon.common.dt.editor.highlighting.AbstractHighlightingManager
org.eclipse.epsilon.common.dt.editor.highlighting.EpsilonHighlightingManager
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.eclipse.epsilon.common.dt.editor.highlighting.AbstractHighlightingManager
preferenceStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
org.eclipse.swt.graphics.Color
boolean
isColorPreference
(String preference) protected void
Methods inherited from class org.eclipse.epsilon.common.dt.editor.highlighting.AbstractHighlightingManager
getColor, getPreferenceStore, initialiseDefaultColors
-
Field Details
-
COMMENT_COLOR_PREF
-
ANNOTATION_COLOR_PREF
-
STRING_COLOR_PREF
-
DEFAULT_COLOR_PREF
-
KEYWORD_COLOR_PREF
-
BUILTIN_COLOR_PREF
-
ASSERTION_COLOR_PREF
-
TYPE_COLOR_PREF
-
MARKER_COLOR_PREF
-
EGL_STATIC_TEXT_COLOR_PREF
-
COLOR_PREFERENCES
-
-
Constructor Details
-
EpsilonHighlightingManager
public EpsilonHighlightingManager()
-
-
Method Details
-
areDefaultColorsCorrect
protected boolean areDefaultColorsCorrect()- Specified by:
areDefaultColorsCorrect
in classAbstractHighlightingManager
-
setDefaults
protected void setDefaults()- Specified by:
setDefaults
in classAbstractHighlightingManager
-
isColorPreference
- Specified by:
isColorPreference
in classAbstractHighlightingManager
-
getCommentColor
public org.eclipse.swt.graphics.Color getCommentColor() -
getAnnotationColor
public org.eclipse.swt.graphics.Color getAnnotationColor() -
getStringColor
public org.eclipse.swt.graphics.Color getStringColor() -
getDefaultColor
public org.eclipse.swt.graphics.Color getDefaultColor() -
getKeywordColor
public org.eclipse.swt.graphics.Color getKeywordColor() -
getBuiltinColor
public org.eclipse.swt.graphics.Color getBuiltinColor() -
getAssertionColor
public org.eclipse.swt.graphics.Color getAssertionColor() -
getTypeColor
public org.eclipse.swt.graphics.Color getTypeColor() -
getMarkerColor
public org.eclipse.swt.graphics.Color getMarkerColor() -
getEGLStaticColor
public org.eclipse.swt.graphics.Color getEGLStaticColor()
-