org.eclipse.nebula.widgets.nattable.layer.cell
Class AbstractLayerCell
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLayerCell
public AbstractLayerCell()
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.