Class CellStyleAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.style.CellStyleAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>Attribute for configuring the background color of a cell.static final ConfigAttribute<BorderStyle>Attribute for configuring the border style.static final ConfigAttribute<org.eclipse.swt.graphics.Font>Attribute for configuring the font to be used on rendering text.static final ConfigAttribute<org.eclipse.swt.graphics.Color>Attribute for configuring the foreground color of a cell.static final ConfigAttribute<org.eclipse.swt.graphics.Color>Attribute for configuring the gradient sweeping background color.static final ConfigAttribute<org.eclipse.swt.graphics.Color>Attribute for configuring the gradient sweeping foreground color.static final ConfigAttribute<HorizontalAlignmentEnum>Attribute for configuring the horizontal alignment of a cell.static final ConfigAttribute<org.eclipse.swt.graphics.Image>Attribute for configuring the image to rendered.static final ConfigAttribute<Character>Attribute for configuring the echo character that should be used by PasswordTextPainter and PasswordCellEditor.static final ConfigAttribute<TextDecorationEnum>Attribute for configuring the text decoration (underline and/or strikethrough).static final ConfigAttribute<VerticalAlignmentEnum>Attribute for configuring the vertical alignment of a cell. -
Method Summary
-
Field Details
-
BACKGROUND_COLOR
Attribute for configuring the background color of a cell. -
FOREGROUND_COLOR
Attribute for configuring the foreground color of a cell. -
GRADIENT_BACKGROUND_COLOR
Attribute for configuring the gradient sweeping background color. Is used by the GradientBackgroundPainter. -
GRADIENT_FOREGROUND_COLOR
Attribute for configuring the gradient sweeping foreground color. Is used by the GradientBackgroundPainter. -
HORIZONTAL_ALIGNMENT
Attribute for configuring the horizontal alignment of a cell. -
VERTICAL_ALIGNMENT
Attribute for configuring the vertical alignment of a cell. -
FONT
Attribute for configuring the font to be used on rendering text. Is used by all specialisations of the AbstractTextPainter. -
IMAGE
Attribute for configuring the image to rendered. Is used by the ImagePainter to determine the image to render dynamically. -
BORDER_STYLE
Attribute for configuring the border style. Is used by the LineBorderDecorator. -
PASSWORD_ECHO_CHAR
Attribute for configuring the echo character that should be used by PasswordTextPainter and PasswordCellEditor. -
TEXT_DECORATION
Attribute for configuring the text decoration (underline and/or strikethrough). Is used by all specialisations of the AbstractTextPainter
-