org.fosstrak.llrp.commander.editors
Interface IXMLColorConstants


public interface IXMLColorConstants

Color constants used in the XML Editor.

Version:
1.0
Author:
Haoning Zhang

Field Summary
static org.eclipse.swt.graphics.RGB BACKGROUND
           
static org.eclipse.swt.graphics.RGB DEFAULT
           
static org.eclipse.swt.graphics.RGB PROC_INSTR
           
static org.eclipse.swt.graphics.RGB STRING
           
static org.eclipse.swt.graphics.RGB TAG
           
static org.eclipse.swt.graphics.RGB XML_COMMENT
           
 

Field Detail

XML_COMMENT

static final org.eclipse.swt.graphics.RGB XML_COMMENT

PROC_INSTR

static final org.eclipse.swt.graphics.RGB PROC_INSTR

STRING

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

DEFAULT

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

TAG

static final org.eclipse.swt.graphics.RGB TAG

BACKGROUND

static final org.eclipse.swt.graphics.RGB BACKGROUND


Copyright © 2009. All Rights Reserved.