Package org.eclipse.jdt.ui.text
Interface IColorManager
-
- All Superinterfaces:
ISharedTextColors
public interface IColorManager extends ISharedTextColors
Manages SWT color objects for the given color keys and givenRGBobjects. Until thedisposemethod is called, the same color object is returned for equal keys and equalRGBvalues.In order to provide backward compatibility for clients of
IColorManager, extension interfaces are used to provide a means of evolution. The following extension interfaces exist:IColorManagerExtensionsince version 2.0 introducing the ability to bind and un-bind colors.
This interface may be implemented by clients.
- See Also:
IColorManagerExtension,IJavaColorConstants
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor(String key)Returns a color object for the given key.-
Methods inherited from interface org.eclipse.jface.text.source.ISharedTextColors
dispose, getColor
-
-