|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
org.acm.seguin.metrics.MetricsFrame
public abstract class MetricsFrame
Base class for metrics frame
| Field Summary | |
|---|---|
protected java.lang.String[] |
descriptions
Description of the Field |
protected java.lang.String[] |
values
Description of the Field |
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
MetricsFrame()
|
|
| Method Summary | |
|---|---|
protected void |
createFrame()
Create the frame |
int |
getColumnCount()
Get the number of columns in the table |
int |
getRowCount()
Get the number of rows in the table |
protected abstract java.lang.String |
getTitle()
Returns the title of this frame |
java.lang.Object |
getValueAt(int row,
int column)
Get the value at a particular spot in the table |
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String[] descriptions
protected java.lang.String[] values
| Constructor Detail |
|---|
public MetricsFrame()
| Method Detail |
|---|
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int row,
int column)
row - The row indexcolumn - The column index
protected abstract java.lang.String getTitle()
protected void createFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||