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
given RGB
objects. Until the dispose
method is called, the same color object is returned for
equal keys and equal RGB
values.
This interface may be implemented by clients.
- See Also:
IJavaColorConstants
getColor
public Color getColor(String key)
- Returns a color object for the given key. The color objects
are remembered internally; the same color object is returned
for equal keys.
- Parameters:
key
- the color key- Returns:
- the color object for the given key
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.