Package org.eclipse.epsilon.flexmi.dt
Class FlexmiHighlightingManager
java.lang.Object
org.eclipse.epsilon.common.dt.editor.highlighting.AbstractHighlightingManager
org.eclipse.epsilon.flexmi.dt.FlexmiHighlightingManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
Constructors -
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
boolean
isColorPreference
(String preference) protected void
Methods inherited from class org.eclipse.epsilon.common.dt.editor.highlighting.AbstractHighlightingManager
getColor, getPreferenceStore, initialiseDefaultColors
-
Field Details
-
XML_COMMENT_COLOR_PREF
-
PROC_INSTR_COLOR_PREF
-
STRING_COLOR_PREF
-
DEFAULT_COLOR_COLOR_PREF
-
TAG_COLOR_PREF
-
COLOR_PREFERENCES
-
-
Constructor Details
-
FlexmiHighlightingManager
public FlexmiHighlightingManager()
-
-
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() -
getProcInstrColor
public org.eclipse.swt.graphics.Color getProcInstrColor() -
getStringColor
public org.eclipse.swt.graphics.Color getStringColor() -
getDefaultColor
public org.eclipse.swt.graphics.Color getDefaultColor() -
getTagColor
public org.eclipse.swt.graphics.Color getTagColor()
-