org.eclipse.nebula.widgets.nattable.layer.cell
Interface ILayerCell

All Known Implementing Classes:
AbstractLayerCell, CellFixture, InvertedLayerCell, LayerCell, TestLayerCell, TransformedLayerCell, TranslatedLayerCell

public interface ILayerCell


Method Summary
 org.eclipse.swt.graphics.Rectangle getBounds()
           
 int getColumnIndex()
           
 int getColumnPosition()
           
 int getColumnSpan()
           
 LabelStack getConfigLabels()
           
 Object getDataValue()
           
 String getDisplayMode()
           
 ILayer getLayer()
           
 int getOriginColumnPosition()
           
 int getOriginRowPosition()
           
 int getRowIndex()
           
 int getRowPosition()
           
 int getRowSpan()
           
 boolean isSpannedCell()
           
 

Method Detail

getOriginColumnPosition

int getOriginColumnPosition()

getOriginRowPosition

int getOriginRowPosition()

getLayer

ILayer getLayer()

getColumnPosition

int getColumnPosition()

getRowPosition

int getRowPosition()

getColumnIndex

int getColumnIndex()

getRowIndex

int getRowIndex()

getColumnSpan

int getColumnSpan()

getRowSpan

int getRowSpan()

isSpannedCell

boolean isSpannedCell()

getDisplayMode

String getDisplayMode()

getConfigLabels

LabelStack getConfigLabels()

getDataValue

Object getDataValue()

getBounds

org.eclipse.swt.graphics.Rectangle getBounds()


Copyright © 2015. All rights reserved.