org.pentaho.platform.plugin.action.jfreereport
Class TableModelWrapper

java.lang.Object
  extended by org.pentaho.platform.plugin.action.jfreereport.TableModelWrapper
All Implemented Interfaces:
TableModel, org.pentaho.reporting.engine.classic.core.util.CloseableTableModel

Deprecated. This class is no longer used.

@Deprecated
public class TableModelWrapper
extends Object
implements TableModel, org.pentaho.reporting.engine.classic.core.util.CloseableTableModel


Constructor Summary
TableModelWrapper(TableModel tableModel)
          Deprecated.  
 
Method Summary
 void addTableModelListener(TableModelListener l)
          Deprecated.  
 void close()
          Deprecated.  
 Class getColumnClass(int columnIndex)
          Deprecated.  
 int getColumnCount()
          Deprecated.  
 String getColumnName(int columnIndex)
          Deprecated.  
 int getRowCount()
          Deprecated.  
 Object getValueAt(int rowIndex, int columnIndex)
          Deprecated.  
 boolean isCellEditable(int rowIndex, int columnIndex)
          Deprecated.  
 void removeTableModelListener(TableModelListener l)
          Deprecated.  
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModelWrapper

public TableModelWrapper(TableModel tableModel)
Deprecated. 
Method Detail

getColumnCount

public int getColumnCount()
Deprecated. 
Specified by:
getColumnCount in interface TableModel

getRowCount

public int getRowCount()
Deprecated. 
Specified by:
getRowCount in interface TableModel

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)
Deprecated. 
Specified by:
isCellEditable in interface TableModel

getColumnClass

public Class getColumnClass(int columnIndex)
Deprecated. 
Specified by:
getColumnClass in interface TableModel

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)
Deprecated. 
Specified by:
getValueAt in interface TableModel

setValueAt

public void setValueAt(Object aValue,
                       int rowIndex,
                       int columnIndex)
Deprecated. 
Specified by:
setValueAt in interface TableModel

getColumnName

public String getColumnName(int columnIndex)
Deprecated. 
Specified by:
getColumnName in interface TableModel

addTableModelListener

public void addTableModelListener(TableModelListener l)
Deprecated. 
Specified by:
addTableModelListener in interface TableModel

removeTableModelListener

public void removeTableModelListener(TableModelListener l)
Deprecated. 
Specified by:
removeTableModelListener in interface TableModel

close

public void close()
Deprecated. 
Specified by:
close in interface org.pentaho.reporting.engine.classic.core.util.CloseableTableModel