Interface IXMLColorConstants


public interface IXMLColorConstants
The Interface IXMLColorConstants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.swt.graphics.RGB
    The default.
    static final org.eclipse.swt.graphics.RGB
    The proc instr.
    static final org.eclipse.swt.graphics.RGB
    The string.
    static final org.eclipse.swt.graphics.RGB
    The tag.
    static final org.eclipse.swt.graphics.RGB
    The xml comment.
  • Field Details

    • XML_COMMENT

      static final org.eclipse.swt.graphics.RGB XML_COMMENT
      The xml comment.
    • PROC_INSTR

      static final org.eclipse.swt.graphics.RGB PROC_INSTR
      The proc instr.
    • STRING

      static final org.eclipse.swt.graphics.RGB STRING
      The string.
    • DEFAULT

      static final org.eclipse.swt.graphics.RGB DEFAULT
      The default.
    • TAG

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