org.eclipse.nebula.widgets.nattable.style
Interface CellStyleAttributes


public interface CellStyleAttributes


Field Summary
static ConfigAttribute<org.eclipse.swt.graphics.Color> BACKGROUND_COLOR
          Attribute for configuring the background color of a cell.
static ConfigAttribute<BorderStyle> BORDER_STYLE
          Attribute for configuring the border style.
static ConfigAttribute<org.eclipse.swt.graphics.Font> FONT
          Attribute for configuring the font to be used on rendering text.
static ConfigAttribute<org.eclipse.swt.graphics.Color> FOREGROUND_COLOR
          Attribute for configuring the foreground color of a cell.
static ConfigAttribute<org.eclipse.swt.graphics.Color> GRADIENT_BACKGROUND_COLOR
          Attribute for configuring the gradient sweeping background color.
static ConfigAttribute<org.eclipse.swt.graphics.Color> GRADIENT_FOREGROUND_COLOR
          Attribute for configuring the gradient sweeping foreground color.
static ConfigAttribute<HorizontalAlignmentEnum> HORIZONTAL_ALIGNMENT
          Attribute for configuring the horizontal alignment of a cell.
static ConfigAttribute<org.eclipse.swt.graphics.Image> IMAGE
          Attribute for configuring the image to rendered.
static ConfigAttribute<Character> PASSWORD_ECHO_CHAR
          Attribute for configuring the echo character that should be used by PasswordTextPainter and PasswordCellEditor.
static ConfigAttribute<TextDecorationEnum> TEXT_DECORATION
          Attribute for configuring the text decoration (underline and/or strikethrough).
static ConfigAttribute<VerticalAlignmentEnum> VERTICAL_ALIGNMENT
          Attribute for configuring the vertical alignment of a cell.
 

Field Detail

BACKGROUND_COLOR

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


FOREGROUND_COLOR

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


GRADIENT_BACKGROUND_COLOR

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

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


HORIZONTAL_ALIGNMENT

static final ConfigAttribute<HorizontalAlignmentEnum> HORIZONTAL_ALIGNMENT
Attribute for configuring the horizontal alignment of a cell.


VERTICAL_ALIGNMENT

static final ConfigAttribute<VerticalAlignmentEnum> VERTICAL_ALIGNMENT
Attribute for configuring the vertical alignment of a cell.


FONT

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

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

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


PASSWORD_ECHO_CHAR

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


TEXT_DECORATION

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



Copyright © 2014. All rights reserved.