|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorManagerExtension
For internal use only. Not API.
A color manager extension is for extending
IColorManager
instances with new functionality.
Method Summary | |
---|---|
void |
bindColor(java.lang.String key,
org.eclipse.swt.graphics.RGB rgb)
Remembers the given color specification under the given key. |
void |
unbindColor(java.lang.String key)
Forgets the color specification remembered under the given key. |
Method Detail |
---|
void bindColor(java.lang.String key, org.eclipse.swt.graphics.RGB rgb)
key
- the color keyrgb
- the color specification
java.lang.UnsupportedOperationException
- if there is already a
color specification remembered under the given keyvoid unbindColor(java.lang.String key)
key
- the color key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |