Eclipse JDT
2.0

org.eclipse.jdt.ui.text
Interface IColorManagerExtension


public interface IColorManagerExtension

A color manager extension for extending IColorManager instances with new functionality.

Since:
2.0

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

bindColor

public void bindColor(String key,
                      RGB rgb)
Remembers the given color specification under the given key.

Parameters:
key - the color key
rgb - the color specification
Throws:
UnsupportedOperationException - if there is already a color specification remembered under the given key

unbindColor

public void unbindColor(String key)
Forgets the color specification remembered under the given key.

Parameters:
key - the color key

Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.