Class CellStyleAttributes


  • public final class CellStyleAttributes
    extends Object
    • Field Detail

      • BACKGROUND_COLOR

        public static final ConfigAttribute<org.eclipse.swt.graphics.Color> BACKGROUND_COLOR
        Attribute for configuring the background color of a cell.
      • FOREGROUND_COLOR

        public static final ConfigAttribute<org.eclipse.swt.graphics.Color> FOREGROUND_COLOR
        Attribute for configuring the foreground color of a cell.
      • GRADIENT_BACKGROUND_COLOR

        public static final ConfigAttribute<org.eclipse.swt.graphics.Color> GRADIENT_BACKGROUND_COLOR
        Attribute for configuring the gradient sweeping background color. Is used by the GradientBackgroundPainter.
      • GRADIENT_FOREGROUND_COLOR

        public static final ConfigAttribute<org.eclipse.swt.graphics.Color> GRADIENT_FOREGROUND_COLOR
        Attribute for configuring the gradient sweeping foreground color. Is used by the GradientBackgroundPainter.
      • FONT

        public static final ConfigAttribute<org.eclipse.swt.graphics.Font> FONT
        Attribute for configuring the font to be used on rendering text. Is used by all specialisations of the AbstractTextPainter.
      • IMAGE

        public static final ConfigAttribute<org.eclipse.swt.graphics.Image> IMAGE
        Attribute for configuring the image to rendered. Is used by the ImagePainter to determine the image to render dynamically.
      • BORDER_STYLE

        public static final ConfigAttribute<BorderStyle> BORDER_STYLE
        Attribute for configuring the border style. Is used by the LineBorderDecorator.
      • PASSWORD_ECHO_CHAR

        public static final ConfigAttribute<Character> PASSWORD_ECHO_CHAR
        Attribute for configuring the echo character that should be used by PasswordTextPainter and PasswordCellEditor.
      • TEXT_DECORATION

        public static final ConfigAttribute<TextDecorationEnum> TEXT_DECORATION
        Attribute for configuring the text decoration (underline and/or strikethrough). Is used by all specialisations of the AbstractTextPainter