|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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 keypublic void unbindColor(String key)
key
- the color key
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |