Class ColorProvider
java.lang.Object
org.libreoffice.ide.eclipse.core.editors.utils.ColorProvider
This class provides colors of the editor to all the other objects.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mColorTable
-
-
Constructor Details
-
ColorProvider
public ColorProvider()Default constructor getting the preferences.
-
-
Method Details
-
dispose
public void dispose()Disposing the color provider. -
getColor
Returns the color corresponding to the given name.- Parameters:
colorString- name of the color to get- Returns:
- the color from the preferences or the eclipse default color
-