Class CellStyleFixture

java.lang.Object
org.eclipse.nebula.widgets.nattable.style.Style
org.eclipse.nebula.widgets.nattable.test.fixture.CellStyleFixture
All Implemented Interfaces:
IStyle

public class CellStyleFixture extends Style
  • Field Details

    • TEST_BG_COLOR

      public static final org.eclipse.swt.graphics.Color TEST_BG_COLOR
    • TEST_FG_COLOR

      public static final org.eclipse.swt.graphics.Color TEST_FG_COLOR
    • TEST_BORDER_COLOR

      public static final org.eclipse.swt.graphics.Color TEST_BORDER_COLOR
    • TEST_BORDER_STYLE

      public static final BorderStyle TEST_BORDER_STYLE
    • TEST_FONT

      public static final org.eclipse.swt.graphics.Font TEST_FONT
  • Constructor Details

    • CellStyleFixture

      public CellStyleFixture()
    • CellStyleFixture

      public CellStyleFixture(HorizontalAlignmentEnum hAlign)
      Creates a Style with just the horizonal align attribute set.