jade.gui
Class ClassSelectionDialog.ClassesTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by jade.gui.ClassSelectionDialog.ClassesTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
ClassSelectionDialog

public static class ClassSelectionDialog.ClassesTableModel
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ClassSelectionDialog.ClassesTableModel()
           
 
Method Summary
 void appendStaticRows(java.util.Collection newRows)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int col)
           
 int getRowCount()
           
 java.lang.String getRowValue(int index)
           
 java.lang.Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setDynamicRows(java.util.Collection rows)
           
 
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

ClassSelectionDialog.ClassesTableModel

public ClassSelectionDialog.ClassesTableModel()
Method Detail

getColumnName

public java.lang.String getColumnName(int col)
Specified by:
getColumnName in interface javax.swing.table.TableModel
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)

isCellEditable

public boolean isCellEditable(int row,
                              int col)
Specified by:
isCellEditable in interface javax.swing.table.TableModel
Overrides:
isCellEditable in class javax.swing.table.AbstractTableModel

appendStaticRows

public void appendStaticRows(java.util.Collection newRows)

setDynamicRows

public void setDynamicRows(java.util.Collection rows)

getRowValue

public java.lang.String getRowValue(int index)