com.aptana.ide.editor.css
Interface ICSSColorConstants


public interface ICSSColorConstants

Author:
Robin Debreuil

Field Summary
static org.eclipse.swt.graphics.RGB COMMENT
          Comment
static org.eclipse.swt.graphics.RGB ERROR
          Error
static org.eclipse.swt.graphics.RGB HASH
          Hash
static org.eclipse.swt.graphics.RGB IDENTIFIER
          Identifier
static org.eclipse.swt.graphics.RGB KEYWORD
          Keyword
static org.eclipse.swt.graphics.RGB LITERAL
          Literal
static org.eclipse.swt.graphics.RGB PUNCTUATOR
          Punctuator
static org.eclipse.swt.graphics.RGB STRING
          String
 

Field Detail

ERROR

static final org.eclipse.swt.graphics.RGB ERROR
Error


IDENTIFIER

static final org.eclipse.swt.graphics.RGB IDENTIFIER
Identifier


LITERAL

static final org.eclipse.swt.graphics.RGB LITERAL
Literal


KEYWORD

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


PUNCTUATOR

static final org.eclipse.swt.graphics.RGB PUNCTUATOR
Punctuator


COMMENT

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


HASH

static final org.eclipse.swt.graphics.RGB HASH
Hash


STRING

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