Class InvertedLayerCell
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.InvertedLayerCell
- All Implemented Interfaces:
ILayerCell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.RectangleintintintgetLayer()intintintintintboolean
-
Constructor Details
-
InvertedLayerCell
-
-
Method Details
-
getOriginColumnPosition
public int getOriginColumnPosition()- Specified by:
getOriginColumnPositionin interfaceILayerCell
-
getOriginRowPosition
public int getOriginRowPosition()- Specified by:
getOriginRowPositionin interfaceILayerCell
-
getLayer
- Specified by:
getLayerin interfaceILayerCell
-
getColumnPosition
public int getColumnPosition()- Specified by:
getColumnPositionin interfaceILayerCell
-
getRowPosition
public int getRowPosition()- Specified by:
getRowPositionin interfaceILayerCell
-
getColumnIndex
public int getColumnIndex()- Specified by:
getColumnIndexin interfaceILayerCell
-
getRowIndex
public int getRowIndex()- Specified by:
getRowIndexin interfaceILayerCell
-
getColumnSpan
public int getColumnSpan()- Specified by:
getColumnSpanin interfaceILayerCell
-
getRowSpan
public int getRowSpan()- Specified by:
getRowSpanin interfaceILayerCell
-
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
-