Class AbstractLayerCell
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.AbstractLayerCell
- All Implemented Interfaces:
ILayerCell
- Direct Known Subclasses:
LayerCell,TransformedLayerCell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.RectanglebooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isSpannedCellin interfaceILayerCell
-
getDisplayMode
- Specified by:
getDisplayModein interfaceILayerCell- Returns:
- The
DisplayModethis cell is currently in.
-
getConfigLabels
- Specified by:
getConfigLabelsin interfaceILayerCell
-
getDataValue
- Specified by:
getDataValuein interfaceILayerCell
-
getBounds
public org.eclipse.swt.graphics.Rectangle getBounds()- Specified by:
getBoundsin interfaceILayerCell
-