Class InvertedLayerCell
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.InvertedLayerCell
- All Implemented Interfaces:
ILayerCell
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Rectangle
int
int
int
getLayer()
int
int
int
int
int
boolean
-
Constructor Details
-
InvertedLayerCell
-
-
Method Details
-
getOriginColumnPosition
public int getOriginColumnPosition()- Specified by:
getOriginColumnPosition
in interfaceILayerCell
-
getOriginRowPosition
public int getOriginRowPosition()- Specified by:
getOriginRowPosition
in interfaceILayerCell
-
getLayer
- Specified by:
getLayer
in interfaceILayerCell
-
getColumnPosition
public int getColumnPosition()- Specified by:
getColumnPosition
in interfaceILayerCell
-
getRowPosition
public int getRowPosition()- Specified by:
getRowPosition
in interfaceILayerCell
-
getColumnIndex
public int getColumnIndex()- Specified by:
getColumnIndex
in interfaceILayerCell
-
getRowIndex
public int getRowIndex()- Specified by:
getRowIndex
in interfaceILayerCell
-
getColumnSpan
public int getColumnSpan()- Specified by:
getColumnSpan
in interfaceILayerCell
-
getRowSpan
public int getRowSpan()- Specified by:
getRowSpan
in interfaceILayerCell
-
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
-