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
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.swt.graphics.Colorstatic final org.eclipse.swt.graphics.Colorstatic final BorderStylestatic final org.eclipse.swt.graphics.Colorstatic final org.eclipse.swt.graphics.Font -
Constructor Summary
ConstructorsConstructorDescriptionCreates a Style with just the horizonal align attribute set. -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.style.Style
getAttributeValue, setAttributeValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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.
-