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

public class LayerCell extends AbstractLayerCell
  • Constructor Details

    • LayerCell

      public LayerCell(ILayer layer, int columnPosition, int rowPosition, DataCell cell)
    • LayerCell

      public LayerCell(ILayer layer, int columnPosition, int rowPosition)
    • 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

      public ILayer 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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object