| Klasse javax.swing.table.AbstractTableModel | 1.2 |
java.lang.Object | +--javax.swing.table.AbstractTableModel
public int getRowCount(); public int getColumnCount(); public Object getValueAt(int row, int column);
| Datenelemente | |
|---|---|
| protected EventListenerList | listenerList |
| Konstruktoren | |
|---|---|
| public | AbstractTableModel() |
| Methoden | |
|---|---|
| public String | getColumnName(int column) |
| public int | findColumn(String columnName) |
| public Class | getColumnClass(int columnIndex) |
| public boolean | isCellEditable(int rowIndex, int columnIndex) |
| public void | setValueAt(Object aValue, int rowIndex, int columnIndex) |
| public void | addTableModelListener(TableModelListener l) |
| public void | removeTableModelListener(TableModelListener l) |
| public TableModelListener[] | getTableModelListeners() ![]() |
| public void | fireTableDataChanged() |
| public void | fireTableStructureChanged() |
| public void | fireTableRowsInserted(int firstRow, int lastRow) |
| public void | fireTableRowsUpdated(int firstRow, int lastRow) |
| public void | fireTableRowsDeleted(int firstRow, int lastRow) |
| public void | fireTableCellUpdated(int row, int column) |
| public void | fireTableChanged(TableModelEvent e) |
| public EventListener[] | getListeners(Class listenerType) ![]() |
![[1.4]](../../images/marg14.gif)
![[1.3]](../../images/marg13.gif)