Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.ui.text
Interface IColorManager

All Superinterfaces:
ISharedTextColors

public interface IColorManager
extends ISharedTextColors

Manages SWT color objects for the given color keys and given RGB objects. Until the dispose method is called, the same color object is returned for equal keys and equal RGB values.

In order to provide backward compatibility for clients of IColorManager, extension interfaces are used to provide a means of evolution. The following extension interfaces exist:

This interface may be implemented by clients.

See Also:
IColorManagerExtension, IJavaColorConstants

Method Summary
  Color getColor ( String key)
          Returns a color object for the given key.
 
Methods inherited from interface org.eclipse.jface.text.source. ISharedTextColors
dispose, getColor
 

Method Detail

getColor


Color getColor(
String key)
Returns a color object for the given key. The color objects are remembered internally; the same color object is returned for equal keys.

Parameters:
key - the color key
Returns:
the color object for the given key

Eclipse JDT
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire