Class CellFixture
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
org.eclipse.nebula.widgets.nattable.layer.cell.LayerCell
org.eclipse.nebula.widgets.nattable.test.fixture.layer.CellFixture
- All Implemented Interfaces:
ILayerCell
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfigLabels(String... additionalConfigLabels) org.eclipse.swt.graphics.RectanglevoidsetBounds(org.eclipse.swt.graphics.Rectangle bounds) voidsetConfigLabels(LabelStack configLabels) voidsetDataValue(Object dataValue) voidsetDisplayMode(DisplayMode displayMode) Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.cell.LayerCell
equals, getColumnIndex, getColumnPosition, getColumnSpan, getLayer, getOriginColumnPosition, getOriginRowPosition, getRowIndex, getRowPosition, getRowSpan, hashCode, toStringMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
isSpannedCell
-
Field Details
-
TEST_BOUNDS
public static final org.eclipse.swt.graphics.Rectangle TEST_BOUNDS -
TEST_CONFIG_TYPE
- See Also:
-
TEST_CELL_DATA
- See Also:
-
-
Constructor Details
-
CellFixture
public CellFixture() -
CellFixture
-
-
Method Details
-
getDisplayMode
- Specified by:
getDisplayModein interfaceILayerCell- Overrides:
getDisplayModein classAbstractLayerCell- Returns:
- The
DisplayModethis cell is currently in.
-
setDisplayMode
-
getConfigLabels
- Specified by:
getConfigLabelsin interfaceILayerCell- Overrides:
getConfigLabelsin classAbstractLayerCell
-
setConfigLabels
-
addConfigLabels
-
getDataValue
- Specified by:
getDataValuein interfaceILayerCell- Overrides:
getDataValuein classAbstractLayerCell
-
setDataValue
-
getBounds
public org.eclipse.swt.graphics.Rectangle getBounds()- Specified by:
getBoundsin interfaceILayerCell- Overrides:
getBoundsin classAbstractLayerCell
-
setBounds
public void setBounds(org.eclipse.swt.graphics.Rectangle bounds)
-