Class CellStyleFixture
java.lang.Object
org.eclipse.nebula.widgets.nattable.style.Style
org.eclipse.nebula.widgets.nattable.test.fixture.CellStyleFixture
- All Implemented Interfaces:
IStyle
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.eclipse.swt.graphics.Color
static final org.eclipse.swt.graphics.Color
static final BorderStyle
static final org.eclipse.swt.graphics.Color
static final org.eclipse.swt.graphics.Font
-
Constructor Summary
ConstructorDescriptionCreates a Style with just the horizonal align attribute set. -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.style.Style
getAttributeValue, setAttributeValue, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.nebula.widgets.nattable.style.IStyle
getAttributeValue
-
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
-
TEST_FONT
public static final org.eclipse.swt.graphics.Font TEST_FONT
-
-
Constructor Details
-
CellStyleFixture
public CellStyleFixture() -
CellStyleFixture
Creates a Style with just the horizonal align attribute set.
-