org.freedesktop.dbus.viewer
class DBusTableModel extends AbstractTableModel
Method Summary | |
---|---|
void | add(DBusEntry entry) Add a row to the table model
|
int | getColumnCount() |
DBusEntry | getEntry(int row) Get a row of the table |
int | getRowCount() |
Object | getValueAt(int rowIndex, int columnIndex) |
Parameters: entry The dbus entry to add
Parameters: row The row index
Returns: The table row