Gnutella.GUI.Download
Class GnuDownloadQueuedModel

java.lang.Object
  |
  +--javax.swing.table.AbstractTableModel
        |
        +--Gnutella.GUI.Download.GnuDownloadQueuedModel

public class GnuDownloadQueuedModel
extends javax.swing.table.AbstractTableModel
implements Gnutella.GnuDownloadListener

See Also:
Serialized Form

Field Summary
private  Mediator mediator
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Fields inherited from interface Gnutella.GnuDownloadListener
ACTIVE, QUEUED
 
Constructor Summary
GnuDownloadQueuedModel(Mediator mediator)
           
 
Method Summary
 int getColumnCount()
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 void update(int type)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mediator

private Mediator mediator
Constructor Detail

GnuDownloadQueuedModel

public GnuDownloadQueuedModel(Mediator mediator)
Method Detail

getRowCount

public int getRowCount()
Overrides:
getRowCount in class javax.swing.table.AbstractTableModel

getColumnCount

public int getColumnCount()
Overrides:
getColumnCount 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