public interface TableModel
| Modifier and Type | Method and Description |
|---|---|
void |
addTableModelListener(TableModelListener l) |
Class |
getColumnClass(int r) |
int |
getColumnCount() |
String |
getColumnName(int c) |
int |
getRowCount() |
Object |
getValue(int r,
int c) |
void |
removeTableModelListener(TableModelListener l) |
int getRowCount()
int getColumnCount()
String getColumnName(int c)
Class getColumnClass(int r)
Object getValue(int r, int c)
void addTableModelListener(TableModelListener l)
void removeTableModelListener(TableModelListener l)
Copyright © 2021. All rights reserved.