public interface IColorManagerExtension
IColorManager with
the ability to bind and un-bind colors.| Modifier and Type | Method and Description |
|---|---|
void |
bindColor(String key,
RGB rgb)
Remembers the given color specification under the given key.
|
void |
unbindColor(String key)
Forgets the color specification remembered under the given key.
|
void bindColor(String key, RGB rgb)
key - the color keyrgb - the color specificationUnsupportedOperationException - if there is already a
color specification remembered under the given keyvoid unbindColor(String key)
key - the color key
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.