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

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

public abstract class AbstractLayerCell
extends Object
implements ILayerCell


Constructor Summary
AbstractLayerCell()
           
 
Method Summary
 org.eclipse.swt.graphics.Rectangle getBounds()
           
 LabelStack getConfigLabels()
           
 Object getDataValue()
           
 String getDisplayMode()
           
 boolean isSpannedCell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell
getColumnIndex, getColumnPosition, getColumnSpan, getLayer, getOriginColumnPosition, getOriginRowPosition, getRowIndex, getRowPosition, getRowSpan
 

Constructor Detail

AbstractLayerCell

public AbstractLayerCell()
Method Detail

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.