Package org.eclipse.jface.text.source
Interface ISharedTextColors
-
public interface ISharedTextColors
Manages SWT color objects. Until thedispose
method is called, the same color object is returned for equalRGB
values.This interface may be implemented by clients.
- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Tells this object to dispose all its managed colors.Color
getColor(RGB rgb)
Returns the color object for the value represented by the givenRGB
object.
-