Class TransformedLayerCell

java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
org.eclipse.nebula.widgets.nattable.layer.cell.TransformedLayerCell
All Implemented Interfaces:
ILayerCell
Direct Known Subclasses:
SpanningLayerCell, TranslatedLayerCell

public abstract class TransformedLayerCell extends AbstractLayerCell
  • Constructor Details

    • TransformedLayerCell

      public TransformedLayerCell(ILayerCell cell)
  • 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