Class AbstractHighlightingManager
java.lang.Object
org.eclipse.epsilon.common.dt.editor.highlighting.AbstractHighlightingManager
- Direct Known Subclasses:
EpsilonHighlightingManager
,FlexmiHighlightingManager
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.eclipse.jface.preference.IPreferenceStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract boolean
protected org.eclipse.swt.graphics.Color
org.eclipse.jface.preference.IPreferenceStore
void
abstract boolean
isColorPreference
(String preference) protected abstract void
-
Field Details
-
preferenceStore
protected org.eclipse.jface.preference.IPreferenceStore preferenceStore
-
-
Constructor Details
-
AbstractHighlightingManager
public AbstractHighlightingManager()
-
-
Method Details
-
getPreferenceStore
public org.eclipse.jface.preference.IPreferenceStore getPreferenceStore() -
getColor
-
initialiseDefaultColors
public void initialiseDefaultColors() -
isColorPreference
-
areDefaultColorsCorrect
protected abstract boolean areDefaultColorsCorrect() -
setDefaults
protected abstract void setDefaults()
-