Interface ISharedTextColors
public interface ISharedTextColors
Manages SWT color objects. Until the
dispose method is called,
the same color object is returned for equal RGB values.
This interface may be implemented by clients.
- Since:
- 2.1
-
Method Summary
-
Method Details
-
getColor
-
dispose
default void dispose()Tells this object to dispose all its managed objects- Note that colors do not need dispose anymore
-