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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
close()
Deprecated.getColumnClass
(int columnIndex) Deprecated.int
Deprecated.getColumnName
(int columnIndex) Deprecated.int
Deprecated.getValueAt
(int rowIndex, int columnIndex) Deprecated.boolean
isCellEditable
(int rowIndex, int columnIndex) Deprecated.void
Deprecated.void
setValueAt
(Object aValue, int rowIndex, int columnIndex) Deprecated.
-
Constructor Details
-
TableModelWrapper
Deprecated.
-
-
Method Details
-
getColumnCount
public int getColumnCount()Deprecated.- Specified by:
getColumnCount
in interfaceTableModel
-
getRowCount
public int getRowCount()Deprecated.- Specified by:
getRowCount
in interfaceTableModel
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) Deprecated.- Specified by:
isCellEditable
in interfaceTableModel
-
getColumnClass
Deprecated.- Specified by:
getColumnClass
in interfaceTableModel
-
getValueAt
Deprecated.- Specified by:
getValueAt
in interfaceTableModel
-
setValueAt
Deprecated.- Specified by:
setValueAt
in interfaceTableModel
-
getColumnName
Deprecated.- Specified by:
getColumnName
in interfaceTableModel
-
addTableModelListener
Deprecated.- Specified by:
addTableModelListener
in interfaceTableModel
-
removeTableModelListener
Deprecated.- Specified by:
removeTableModelListener
in interfaceTableModel
-
close
public void close()Deprecated.- Specified by:
close
in interfaceorg.pentaho.reporting.engine.classic.core.util.CloseableTableModel
-