Class AbstractLayerCell
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
- All Implemented Interfaces:
ILayerCell
- Direct Known Subclasses:
LayerCell
,TransformedLayerCell
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Rectangle
boolean
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 Details
-
AbstractLayerCell
public AbstractLayerCell()
-
-
Method Details
-
isSpannedCell
public boolean isSpannedCell()- Specified by:
isSpannedCell
in interfaceILayerCell
-
getDisplayMode
- Specified by:
getDisplayMode
in interfaceILayerCell
- Returns:
- The
DisplayMode
this cell is currently in.
-
getConfigLabels
- Specified by:
getConfigLabels
in interfaceILayerCell
-
getDataValue
- Specified by:
getDataValue
in interfaceILayerCell
-
getBounds
public org.eclipse.swt.graphics.Rectangle getBounds()- Specified by:
getBounds
in interfaceILayerCell
-