javax.swing.text
public class TableView.TableCell extends BoxView
Deprecated: Table cells are now rendered by an arbitrary View
implementation.
View
implementation.
Constructor Summary | |
---|---|
TableCell(Element el)
Creates a new instance.
|
Method Summary | |
---|---|
int | getColumnCount()
Returns the number of columns that this cell spans.
|
int | getGridColumn()
Returns the column number of this cell.
|
int | getGridRow()
Returns the row number of this cell.
|
int | getRowCount()
Returns the number of rows that this cell spans.
|
void | setGridLocation(int r, int c)
Sets the grid location of this table cell.
|
Deprecated: Table cells are now rendered by an arbitrary
View
implementation.
Parameters: el the element
Deprecated: Table cells are now rendered by an arbitrary
View
implementation.
Returns: the number of columns that this cell spans
Deprecated: Table cells are now rendered by an arbitrary
View
implementation.
Returns: the column number of this cell
Deprecated: Table cells are now rendered by an arbitrary
View
implementation.
Returns: the row number of this cell
Deprecated: Table cells are now rendered by an arbitrary
View
implementation.
Returns: the number of rows that this cell spans
Deprecated: Table cells are now rendered by an arbitrary
View
implementation.
Parameters: r the row of this cell c the column of this cell