Class LayerCell
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
org.eclipse.nebula.widgets.nattable.layer.cell.LayerCell
- All Implemented Interfaces:
ILayerCell
- Direct Known Subclasses:
CellFixture
,TestLayerCell
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
getBounds, getConfigLabels, getDataValue, getDisplayMode, isSpannedCell
-
Constructor Details
-
LayerCell
-
LayerCell
-
LayerCell
public LayerCell(ILayer layer, int originColumnPosition, int originRowPosition, int columnPosition, int rowPosition, int columnSpan, int rowSpan)
-
-
Method Details
-
getOriginColumnPosition
public int getOriginColumnPosition() -
getOriginRowPosition
public int getOriginRowPosition() -
getLayer
-
getColumnPosition
public int getColumnPosition() -
getRowPosition
public int getRowPosition() -
getColumnIndex
public int getColumnIndex() -
getRowIndex
public int getRowIndex() -
getColumnSpan
public int getColumnSpan() -
getRowSpan
public int getRowSpan() -
equals
-
hashCode
public int hashCode() -
toString
-