Class TestLayerCell
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.TestLayerCell
- All Implemented Interfaces:
ILayerCell
-
Constructor Summary
ConstructorsConstructorDescriptionTestLayerCell(ILayerCell cell) TestLayerCell(ILayer layer, int columnPosition, int rowPosition) TestLayerCell(ILayer layer, int originColumnPosition, int originRowPosition, int columnPosition, int rowPosition, int columnSpan, int rowSpan) TestLayerCell(ILayer layer, int columnPosition, int rowPosition, DataCell cell) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.cell.LayerCell
getColumnIndex, getColumnPosition, getColumnSpan, getLayer, getOriginColumnPosition, getOriginRowPosition, getRowIndex, getRowPosition, getRowSpan, toStringMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
getBounds, getConfigLabels, getDataValue, getDisplayMode, isSpannedCell
-
Constructor Details
-
TestLayerCell
-
TestLayerCell
-
TestLayerCell
public TestLayerCell(ILayer layer, int originColumnPosition, int originRowPosition, int columnPosition, int rowPosition, int columnSpan, int rowSpan) -
TestLayerCell
-
-
Method Details