org.eclipse.nebula.widgets.nattable.layer.cell
Interface ILayerCell
- All Known Implementing Classes:
- AbstractLayerCell, CellFixture, InvertedLayerCell, LayerCell, TestLayerCell, TransformedLayerCell, TranslatedLayerCell
public interface ILayerCell
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.