@PublicAPI public interface ITableCell
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Returns the column index of the cell
|
ICellData |
getData()
Returns the data content of the given cell
|
ICellFormat |
getFormat()
Returns the format of the given cell
|
ITableModel |
getParent()
Returns the parent model of the cell to make the root level settings available at cell level.
|
int |
getRowIndex()
Returns the Row Index of the cell
|
ICellFormat getFormat()
ICellData getData()
ITableModel getParent()
int getRowIndex()
int getColumnIndex()