| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--javax.swing.table.AbstractTableModel
        |
        +--EVolve.visualization.TableVizModel
Model of a two-column table.
| Field Summary | 
| Fields inherited from class javax.swing.table.AbstractTableModel | 
| listenerList | 
| Constructor Summary | |
| TableVizModel()Creates a table model. | |
| Method Summary | |
|  int | getColumnCount()Gets the number of columns. | 
|  java.lang.String | getColumnName(int col)Gets the name of a column | 
|  int | getRowCount()Gets the number of rows. | 
|  java.lang.Object | getValueAt(int row,
                     int col)Gets the value of the table. | 
|  boolean | isCellEditable(int row,
                             int col)Whether the cell is editable. | 
|  void | setName(java.lang.String nameLeft,
               java.lang.String nameRight)Sets the names of the columns. | 
|  void | setValue(java.lang.String[] left,
                 int[] right)Sets the value of the table. | 
| Methods inherited from class javax.swing.table.AbstractTableModel | 
| addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public TableVizModel()
| Method Detail | 
public int getColumnCount()
public java.lang.String getColumnName(int col)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModelcol - the column
public java.lang.Object getValueAt(int row,
                                   int col)
row - the rowcol - the column
public int getRowCount()
public boolean isCellEditable(int row,
                              int col)
isCellEditable in interface javax.swing.table.TableModelisCellEditable in class javax.swing.table.AbstractTableModelrow - the rowcol - the column
public void setName(java.lang.String nameLeft,
                    java.lang.String nameRight)
nameLeft - name of the left columnnameRight - name of the right column
public void setValue(java.lang.String[] left,
                     int[] right)
left - the left columnright - the right column| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||