JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.xml
Interface JCTablePopulator

All Known Implementing Classes:
JCXMLFormatParser, JCXMLTableModel

public interface JCTablePopulator

This interface is implemented by classes using the com.klg.util.jclass.xml.JCTableXMLParser class to populate a table. The table being populated is up to the implementor of this class.


Method Summary
 void setTableData(Vector rowV, Vector rowLabelV, Vector colLabelV, int nrows, int ncols)
          Populate the table with the given data.
 

Method Detail

setTableData

public void setTableData(Vector rowV,
                         Vector rowLabelV,
                         Vector colLabelV,
                         int nrows,
                         int ncols)
Populate the table with the given data.

Parameters:
rowV - a vector of vectors, where each inside vector represents one row in the table
rowLabelV - a vector containing the row labels for this table
colLabelV - a vector containing the column labels for this table
nrows - the number of rows in this table
ncols - the number of columns in this table

Copyright © 2004 Quest Software Inc..
All rights reserved.