TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Interface IDTableContentProvider

All Known Implementing Classes:
DObjectArrayContentProvider, DResultSetContentProvider

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IDTableContentProvider

This interface provides the generic services to get a table's content.


Method Summary
 int getColumnCount()
          Deprecated.  
 int getRowCount()
          Deprecated.  
 java.lang.String getText(int row, int column)
          Deprecated.  
 

Method Detail

getColumnCount

int getColumnCount()
Deprecated. 
Returns:
the number of element

getRowCount

int getRowCount()
Deprecated. 
Returns:
the number of element

getText

java.lang.String getText(int row,
                         int column)
Deprecated. 
Returns:
the text for the cell at coordinate row, column

TPTP 4.5.0 Platform Project
Internal API Specification