- groovy.inspect.swingui.TableMap
    
        - 
            
                - All Implemented Interfaces and Traits:
- TableModelListener
 
 
 public class TableMap
extends AbstractTableModel
  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.
  - Authors:
- Philip Milne
 
 
    
        - 
        
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
            
            - 
                    Methods Summary
- 
                    Inherited Methods Summary
                    
                        Inherited Methods 
                        
                            | Methods inherited from class | Name |  
                            | class AbstractTableModel | fireTableCellUpdated, fireTableChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, fireTableDataChanged, getTableModelListeners, findColumn, getColumnName, addTableModelListener, getColumnClass, isCellEditable, removeTableModelListener, setValueAt, getListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, getColumnCount, getRowCount, getValueAt |  
                            | class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |  
 
 
 
 
    
        - 
           
            
            
            
            
            
            
            
            
            
            
                - 
                    
                
                    Method Detail
                            - 
                                public Class getColumnClass(int aColumn)
 
                            - 
                                public int getColumnCount()
 
                            - 
                                public String getColumnName(int aColumn)
 
                            - 
                                public Object getValueAt(int aRow, int aColumn)
 
                            - 
                                public boolean isCellEditable(int row, int column)
 
                            - 
                                public void setValueAt(Object aValue, int aRow, int aColumn)
 
 
 
    
    
    Copyright © 2003-2016 The Apache Software Foundation. All rights reserved.