public class ArrayTableModel extends TableModel
| Constructor and Description | 
|---|
| ArrayTableModel(Object[][] data) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getColumnCount() | 
| int | getRowCount() | 
| Object | getValue(int row,
        int column) | 
transposepublic ArrayTableModel(Object[][] data)
public int getRowCount()
getRowCount in class TableModelrowCount-1 inclusive are valid values.public int getColumnCount()
getColumnCount in class TableModelcolumnCount-1 inclusive are valid values.public Object getValue(int row, int column)
getValue in class TableModelrow - the row that is being queriedcolumn - the column that is being queriedCopyright © 2022. All rights reserved.