Class TableModelWrapper
- java.lang.Object
-
- org.pentaho.platform.plugin.action.jfreereport.TableModelWrapper
-
- All Implemented Interfaces:
TableModel,org.pentaho.reporting.engine.classic.core.util.CloseableTableModel
@Deprecated public class TableModelWrapper extends Object implements TableModel, org.pentaho.reporting.engine.classic.core.util.CloseableTableModel
Deprecated.This class is no longer used.
-
-
Constructor Summary
Constructors Constructor Description TableModelWrapper(TableModel tableModel)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddTableModelListener(TableModelListener l)Deprecated.voidclose()Deprecated.ClassgetColumnClass(int columnIndex)Deprecated.intgetColumnCount()Deprecated.StringgetColumnName(int columnIndex)Deprecated.intgetRowCount()Deprecated.ObjectgetValueAt(int rowIndex, int columnIndex)Deprecated.booleanisCellEditable(int rowIndex, int columnIndex)Deprecated.voidremoveTableModelListener(TableModelListener l)Deprecated.voidsetValueAt(Object aValue, int rowIndex, int columnIndex)Deprecated.
-
-
-
Constructor Detail
-
TableModelWrapper
public TableModelWrapper(TableModel tableModel)
Deprecated.
-
-
Method Detail
-
getColumnCount
public int getColumnCount()
Deprecated.- Specified by:
getColumnCountin interfaceTableModel
-
getRowCount
public int getRowCount()
Deprecated.- Specified by:
getRowCountin interfaceTableModel
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex)Deprecated.- Specified by:
isCellEditablein interfaceTableModel
-
getColumnClass
public Class getColumnClass(int columnIndex)
Deprecated.- Specified by:
getColumnClassin interfaceTableModel
-
getValueAt
public Object getValueAt(int rowIndex, int columnIndex)
Deprecated.- Specified by:
getValueAtin interfaceTableModel
-
setValueAt
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
Deprecated.- Specified by:
setValueAtin interfaceTableModel
-
getColumnName
public String getColumnName(int columnIndex)
Deprecated.- Specified by:
getColumnNamein interfaceTableModel
-
addTableModelListener
public void addTableModelListener(TableModelListener l)
Deprecated.- Specified by:
addTableModelListenerin interfaceTableModel
-
removeTableModelListener
public void removeTableModelListener(TableModelListener l)
Deprecated.- Specified by:
removeTableModelListenerin interfaceTableModel
-
close
public void close()
Deprecated.- Specified by:
closein interfaceorg.pentaho.reporting.engine.classic.core.util.CloseableTableModel
-
-