org.eclipse.emf.edit.ui.provider
Class ExtendedColorRegistry

java.lang.Object
  extended by org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry

public class ExtendedColorRegistry
extends Object

A color registry for converting a color description into an actual color.

See Also:
IItemColorProvider

Field Summary
static ExtendedColorRegistry INSTANCE
           
 
Constructor Summary
ExtendedColorRegistry()
           
ExtendedColorRegistry(org.eclipse.swt.widgets.Display display)
           
 
Method Summary
 org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.Color foregroundColor, org.eclipse.swt.graphics.Color backgroundColor, Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ExtendedColorRegistry INSTANCE
Constructor Detail

ExtendedColorRegistry

public ExtendedColorRegistry()

ExtendedColorRegistry

public ExtendedColorRegistry(org.eclipse.swt.widgets.Display display)
Method Detail

getColor

public org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.Color foregroundColor,
                                               org.eclipse.swt.graphics.Color backgroundColor,
                                               Object object)


Copyright © 2014. All Rights Reserved.