Package jade.gui
Class ClassSelectionDialog.ClassesTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- jade.gui.ClassSelectionDialog.ClassesTableModel
-
- All Implemented Interfaces:
Serializable,TableModel
- Enclosing class:
- ClassSelectionDialog
public static class ClassSelectionDialog.ClassesTableModel extends AbstractTableModel
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
-
Constructor Summary
Constructors Constructor Description ClassesTableModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendStaticRows(Collection newRows)intgetColumnCount()StringgetColumnName(int col)intgetRowCount()StringgetRowValue(int index)ObjectgetValueAt(int row, int col)booleanisCellEditable(int row, int col)voidsetDynamicRows(Collection rows)-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
-
-
-
-
Method Detail
-
getColumnName
public String getColumnName(int col)
- Specified by:
getColumnNamein interfaceTableModel- Overrides:
getColumnNamein classAbstractTableModel
-
getRowCount
public int getRowCount()
-
getColumnCount
public int getColumnCount()
-
getValueAt
public Object getValueAt(int row, int col)
-
isCellEditable
public boolean isCellEditable(int row, int col)- Specified by:
isCellEditablein interfaceTableModel- Overrides:
isCellEditablein classAbstractTableModel
-
appendStaticRows
public void appendStaticRows(Collection newRows)
-
setDynamicRows
public void setDynamicRows(Collection rows)
-
getRowValue
public String getRowValue(int index)
-
-