|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorManagerExtension
Extends IColorManager
with
the ability to bind and un-bind colors.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void bindColor(String key, RGB rgb)
key
- the color keyrgb
- the color specification
UnsupportedOperationException
- if there is already a
color specification remembered under the given keyvoid unbindColor(String key)
key
- the color key
|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |