Classes | Public Member Functions

com.cosylab.logging.client.DetailedLogTable Class Reference

Inherits javax::swing::JTable.

List of all members.

Classes

class  DetailedTableModel
class  MultilineRenderer

Public Member Functions

 DetailedLogTable ()
void setupContent (ILogEntry log)
Component prepareRenderer (TableCellRenderer renderer, int rowIndex, int vColIndex)
TableCellRenderer getCellRenderer (int row, int column)

Detailed Description

The table used to represent data in the right panel of the main window

Author:
acaproni

Constructor & Destructor Documentation

com.cosylab.logging.client.DetailedLogTable.DetailedLogTable (  ) 

Build a table using the data in the log entry

Parameters:
log The logEntry with the data to display

Member Function Documentation

TableCellRenderer com.cosylab.logging.client.DetailedLogTable.getCellRenderer ( int  row,
int  column 
)
Component com.cosylab.logging.client.DetailedLogTable.prepareRenderer ( TableCellRenderer  renderer,
int  rowIndex,
int  vColIndex 
)

Sets a tool tip on all the cells. It pops up when the value is not fully displayed while the mouse scrolls over it.

See also:
javax.swing.JTable.prepareRenderer(TableCellRenderer, int, int)
void com.cosylab.logging.client.DetailedLogTable.setupContent ( ILogEntry  log  ) 

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