Package org.eclipse.jdt.ui.text
Interface IColorManagerExtension
public interface IColorManagerExtension
Extends
IColorManager with
the ability to bind and un-bind colors.- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemembers the given color specification under the given key.voidunbindColor(String key) Forgets the color specification remembered under the given key.
-
Method Details
-
bindColor
Remembers the given color specification under the given key.- Parameters:
key- the color keyrgb- the color specification- Throws:
UnsupportedOperationException- if there is already a color specification remembered under the given key
-
unbindColor
Forgets the color specification remembered under the given key.- Parameters:
key- the color key
-