public abstract class TableModel extends Object
Table will use to retrieve tabular data.| Constructor and Description |
|---|
TableModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getColumnCount() |
abstract int |
getRowCount() |
abstract Object |
getValue(int row,
int column) |
TableModel |
transpose() |
public abstract int getRowCount()
rowCount-1 inclusive are valid values.public abstract int getColumnCount()
columnCount-1 inclusive are valid values.public abstract Object getValue(int row, int column)
row - the row that is being queriedcolumn - the column that is being queriedpublic TableModel transpose()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.