public interface JTableAutoModelInterface
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
int getColumnCount()
TableModel.getColumnCount()
int getRowCount()
TableModel.getRowCount()
String getColumnName(int columnIndex)
columnIndex
- a column number.AbstractTableModel.getColumnName(int)
Object getValueAt(int rowIndex, int columnIndex)
rowIndex
- int a row numbercolumnIndex
- int a column numberTableModel.getValueAt(int, int)
Copyright © 2015. All rights reserved.