Gnutella.GUI.Download
Class GnuDownloadActiveModel
java.lang.Object
|
+--javax.swing.table.AbstractTableModel
|
+--Gnutella.GUI.Download.GnuDownloadActiveModel
- public class GnuDownloadActiveModel
- extends javax.swing.table.AbstractTableModel
- implements Gnutella.GnuDownloadListener, RunnerUpdated
- See Also:
- Serialized Form
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Fields inherited from interface Gnutella.GnuDownloadListener |
ACTIVE,
QUEUED |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener,
findColumn,
fireTableCellUpdated,
fireTableChanged,
fireTableDataChanged,
fireTableRowsDeleted,
fireTableRowsInserted,
fireTableRowsUpdated,
fireTableStructureChanged,
getColumnClass,
isCellEditable,
removeTableModelListener,
setValueAt |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
mediator
private Mediator mediator
activeList
private java.util.LinkedList activeList
GnuDownloadActiveModel
public GnuDownloadActiveModel(Mediator mediator)
getRowCount
public int getRowCount()
- Overrides:
- getRowCount in class javax.swing.table.AbstractTableModel
getColumnCount
public int getColumnCount()
- Overrides:
- getColumnCount in class javax.swing.table.AbstractTableModel
getColumnName
public java.lang.String getColumnName(int col)
- Overrides:
- getColumnName in class javax.swing.table.AbstractTableModel
getValueAt
public java.lang.Object getValueAt(int row,
int col)
- Overrides:
- getValueAt in class javax.swing.table.AbstractTableModel
update
public void update(int type)
- Specified by:
- update in interface Gnutella.GnuDownloadListener
runnerUpdate
public void runnerUpdate()
- Specified by:
- runnerUpdate in interface RunnerUpdated