org.ocleditor.internal.ui.editor
Interface IOclColorConstants


public interface IOclColorConstants

Color constants for the OCL editor. They can be used with the ColorManager.


Field Summary
static org.eclipse.swt.graphics.RGB COMMENT
           
static org.eclipse.swt.graphics.RGB DEFAULT
           
static org.eclipse.swt.graphics.RGB KEYWORD
           
static org.eclipse.swt.graphics.RGB STRING
           
 

Field Detail

COMMENT

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

STRING

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

DEFAULT

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

KEYWORD

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