org.freedesktop.dbus.viewer

Class DBusTableModel

class DBusTableModel extends AbstractTableModel

Method Summary
voidadd(DBusEntry entry)
Add a row to the table model
intgetColumnCount()
DBusEntrygetEntry(int row)
Get a row of the table
intgetRowCount()
ObjectgetValueAt(int rowIndex, int columnIndex)

Method Detail

add

public void add(DBusEntry entry)
Add a row to the table model

Parameters: entry The dbus entry to add

getColumnCount

public int getColumnCount()
{@inheritDoc }

getEntry

public DBusEntry getEntry(int row)
Get a row of the table

Parameters: row The row index

Returns: The table row

getRowCount

public int getRowCount()
{@inheritDoc }

getValueAt

public Object getValueAt(int rowIndex, int columnIndex)
{@inheritDoc }