Interface IXMLColorConstants
public interface IXMLColorConstants
The Interface IXMLColorConstants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.swt.graphics.RGBThe default.static final org.eclipse.swt.graphics.RGBThe proc instr.static final org.eclipse.swt.graphics.RGBThe string.static final org.eclipse.swt.graphics.RGBThe tag.static final org.eclipse.swt.graphics.RGBThe xml comment.
-
Field Details
-
XML_COMMENT
static final org.eclipse.swt.graphics.RGB XML_COMMENTThe xml comment. -
PROC_INSTR
static final org.eclipse.swt.graphics.RGB PROC_INSTRThe proc instr. -
STRING
static final org.eclipse.swt.graphics.RGB STRINGThe string. -
DEFAULT
static final org.eclipse.swt.graphics.RGB DEFAULTThe default. -
TAG
static final org.eclipse.swt.graphics.RGB TAGThe tag.
-