- groovy.swing.table.TableMap
-
- All Implemented Interfaces and Traits:
- TableModelListener
public class TableMap
extends AbstractTableModel
implements TableModelListener
In a chain of data manipulators some behaviour is common. TableMap
provides most of this behaviour and can be subclassed by filters
that only need to override a handful of specific methods. TableMap
implements TableModel by routing all requests to its model, and
TableModelListener by routing all events to its listeners. Inserting
a TableMap which has not been subclassed into a chain of table filters
should have no effect.
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class AbstractTableModel |
addTableModelListener, equals, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getClass, getColumnClass, getColumnCount, getColumnName, getListeners, getRowCount, getTableModelListeners, getValueAt, hashCode, isCellEditable, notify, notifyAll, removeTableModelListener, setValueAt, toString, wait, wait, wait |
-
-
Method Detail
-
@Override
public boolean isCellEditable(int row, int column)
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.