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 -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidclose()Deprecated.getColumnClass(int columnIndex) Deprecated.intDeprecated.getColumnName(int columnIndex) Deprecated.intDeprecated.getValueAt(int rowIndex, int columnIndex) Deprecated.booleanisCellEditable(int rowIndex, int columnIndex) Deprecated.voidDeprecated.voidsetValueAt(Object aValue, int rowIndex, int columnIndex) Deprecated.
-
Constructor Details
-
TableModelWrapper
Deprecated.
-
-
Method Details
-
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
Deprecated.- Specified by:
getColumnClassin interfaceTableModel
-
getValueAt
Deprecated.- Specified by:
getValueAtin interfaceTableModel
-
setValueAt
Deprecated.- Specified by:
setValueAtin interfaceTableModel
-
getColumnName
Deprecated.- Specified by:
getColumnNamein interfaceTableModel
-
addTableModelListener
Deprecated.- Specified by:
addTableModelListenerin interfaceTableModel
-
removeTableModelListener
Deprecated.- Specified by:
removeTableModelListenerin interfaceTableModel
-
close
public void close()Deprecated.- Specified by:
closein interfaceorg.pentaho.reporting.engine.classic.core.util.CloseableTableModel
-