Public Member Functions | Public Attributes

com.cosylab.logging.client.DetailedLogTable.DetailedTableModel Class Reference

Inherits javax::swing::table::AbstractTableModel.

List of all members.

Public Member Functions

int getColumnCount ()
int getRowCount ()
Object getValueAt (int row, int col)

Public Attributes

LogTypeHelper logType = null

Detailed Description

The model for this table.

Author:
acaproni

Member Function Documentation

int com.cosylab.logging.client.DetailedLogTable.DetailedTableModel.getColumnCount (  ) 
int com.cosylab.logging.client.DetailedLogTable.DetailedTableModel.getRowCount (  ) 
Object com.cosylab.logging.client.DetailedLogTable.DetailedTableModel.getValueAt ( int  row,
int  col 
)

Member Data Documentation

An object of LogTypeHelper is needed in order to have EntryTypeRenderer working properly.

Referenced by com.cosylab.logging.client.DetailedLogTable.DetailedTableModel.getValueAt(), and com.cosylab.logging.client.DetailedLogTable.setupContent().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties