net.sf.bloof.metrics
Class ResultTable

java.lang.Object
  |
  +--net.sf.bloof.metrics.ResultTable

public class ResultTable
extends java.lang.Object

Version:
$Id: ResultTable.java,v 1.1 2003/06/30 07:39:41 pekacki Exp $
Author:
Lukasz Pekacki

Constructor Summary
ResultTable(java.lang.Object[] aColumnNames)
          Default constructor
 
Method Summary
 void addRow(java.util.Vector aRowData)
          Adds a row to the tabe
 javax.swing.table.TableModel getTabelModel()
          Returns the table model
 net.n3.nanoxml.XMLElement getXML()
          Returns the XML Element for this table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultTable

public ResultTable(java.lang.Object[] aColumnNames)
Default constructor

Parameters:
aColumnNames - columns of the table
Method Detail

addRow

public void addRow(java.util.Vector aRowData)
Adds a row to the tabe

Parameters:
aRowData - data of the row

getXML

public net.n3.nanoxml.XMLElement getXML()
Returns the XML Element for this table

Returns:
XML Element for this table

getTabelModel

public javax.swing.table.TableModel getTabelModel()
Returns the table model

Returns:
the table model


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.