au.edu.swin.synergy.plugin.rtp
Class BCOFileModel
java.lang.Object
|
+--javax.swing.table.AbstractTableModel
|
+--au.edu.swin.synergy.plugin.rtp.BResFileModel
|
+--au.edu.swin.synergy.plugin.rtp.BCOFileModel
- public class BCOFileModel
- extends BResFileModel
Subclass of the Repository file model that has been adapted
to suit the needs of the file list in the check out panel
- Author:
- Shane Fitzgibbon
- Copyright Belongs To:
- synergy software 1999
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener,
findColumn,
fireTableCellUpdated,
fireTableChanged,
fireTableDataChanged,
fireTableRowsDeleted,
fireTableRowsInserted,
fireTableRowsUpdated,
fireTableStructureChanged,
isCellEditable,
removeTableModelListener,
setValueAt |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BCOFileModel
public BCOFileModel()
getColumnCount
public int getColumnCount()
- gets the number of columns in the table model
- Overrides:
- getColumnCount in class BResFileModel
getColumnName
public String getColumnName(int index)
- gets the name of each of the columns
- Parameters:
index
- the index of the column- Overrides:
- getColumnName in class BResFileModel
getValueAt
public Object getValueAt(int row,
int column)
- gets the value of a specified cell
- Parameters:
row
- the row that the cell is incolumn
- the column the cell is in- Overrides:
- getValueAt in class BResFileModel