|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statcvs.model.StatCvsTableModel
Datatype for a Table containing String values
| Constructor Summary | |
StatCvsTableModel(java.lang.String[] columnNames,
java.lang.String[][] data)
Constructs a StatCvsTableModel and initializes the table by passing data The first index in the Object[][] array is the row index and the second is the column index. |
|
| Method Summary | |
java.lang.String[] |
getColumnNames()
Returns the columnNames |
java.lang.String[][] |
getData()
Returns the data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StatCvsTableModel(java.lang.String[] columnNames,
java.lang.String[][] data)
columnNames - Array of Strings, containing the names of the columnsdata - String[][], containing the data The first index in the Object[][] array
is the row index and the second is the column index.| Method Detail |
public java.lang.String[] getColumnNames()
public java.lang.String[][] getData()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||