org.eclipse.nebula.widgets.nattable.layer.cell
Class InvertedLayerCell

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.layer.cell.InvertedLayerCell
All Implemented Interfaces:
ILayerCell

public class InvertedLayerCell
extends Object
implements ILayerCell


Constructor Summary
InvertedLayerCell(ILayerCell layerCell)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvertedLayerCell

public InvertedLayerCell(ILayerCell layerCell)
Method Detail

getOriginColumnPosition

public int getOriginColumnPosition()
Specified by:
getOriginColumnPosition in interface ILayerCell

getOriginRowPosition

public int getOriginRowPosition()
Specified by:
getOriginRowPosition in interface ILayerCell

getLayer

public ILayer getLayer()
Specified by:
getLayer in interface ILayerCell

getColumnPosition

public int getColumnPosition()
Specified by:
getColumnPosition in interface ILayerCell

getRowPosition

public int getRowPosition()
Specified by:
getRowPosition in interface ILayerCell

getColumnIndex

public int getColumnIndex()
Specified by:
getColumnIndex in interface ILayerCell

getRowIndex

public int getRowIndex()
Specified by:
getRowIndex in interface ILayerCell

getColumnSpan

public int getColumnSpan()
Specified by:
getColumnSpan in interface ILayerCell

getRowSpan

public int getRowSpan()
Specified by:
getRowSpan in interface ILayerCell

isSpannedCell

public boolean isSpannedCell()
Specified by:
isSpannedCell in interface ILayerCell

getDisplayMode

public String getDisplayMode()
Specified by:
getDisplayMode in interface ILayerCell

getConfigLabels

public LabelStack getConfigLabels()
Specified by:
getConfigLabels in interface ILayerCell

getDataValue

public Object getDataValue()
Specified by:
getDataValue in interface ILayerCell

getBounds

public org.eclipse.swt.graphics.Rectangle getBounds()
Specified by:
getBounds in interface ILayerCell


Copyright © 2015. All rights reserved.