edu.wis.jtlv.env.ui.editors.spc
Class SPCColorProvider

java.lang.Object
  extended by edu.wis.jtlv.env.ui.editors.spc.SPCColorProvider

public class SPCColorProvider
extends java.lang.Object


Field Summary
static org.eclipse.swt.graphics.RGB DEFAULT
           
static org.eclipse.swt.graphics.RGB KEYWORD
           
static org.eclipse.swt.graphics.RGB MULTI_LINE_COMMENT
           
static org.eclipse.swt.graphics.RGB MULTI_LINE_KEYWORD
           
static org.eclipse.swt.graphics.RGB OPERATOR
           
static org.eclipse.swt.graphics.RGB SINGLE_LINE_COMMENT
           
static org.eclipse.swt.graphics.RGB TYPE
           
static org.eclipse.swt.graphics.RGB VALUE
           
 
Constructor Summary
SPCColorProvider()
           
 
Method Summary
 void dispose()
           
 org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.RGB rgb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTI_LINE_COMMENT

public static final org.eclipse.swt.graphics.RGB MULTI_LINE_COMMENT

MULTI_LINE_KEYWORD

public static final org.eclipse.swt.graphics.RGB MULTI_LINE_KEYWORD

SINGLE_LINE_COMMENT

public static final org.eclipse.swt.graphics.RGB SINGLE_LINE_COMMENT

KEYWORD

public static final org.eclipse.swt.graphics.RGB KEYWORD

TYPE

public static final org.eclipse.swt.graphics.RGB TYPE

VALUE

public static final org.eclipse.swt.graphics.RGB VALUE

OPERATOR

public static final org.eclipse.swt.graphics.RGB OPERATOR

DEFAULT

public static final org.eclipse.swt.graphics.RGB DEFAULT
Constructor Detail

SPCColorProvider

public SPCColorProvider()
Method Detail

dispose

public void dispose()

getColor

public org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.RGB rgb)