javawrapper::ParameterTextRenderer Class Reference

Renders the first column values in a table to bold font with word wrapping to multiple lines. More...

List of all members.

Public Member Functions

Component getTableCellRendererComponent (JTable jTable, Object oValue, boolean bIsSelected, boolean bHasFocus, int iRow, int iColumn)
 Renders a single cell.


Detailed Description

Renders the first column values in a table to bold font with word wrapping to multiple lines.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Function Documentation

Component javawrapper::ParameterTextRenderer::getTableCellRendererComponent JTable  jTable,
Object  oValue,
boolean  bIsSelected,
boolean  bHasFocus,
int  iRow,
int  iColumn
[inline]
 

Renders a single cell.

If it is in the first column or in the first row, it is given a gray background and the ability to be multi-line. If it starts with the combo box code, it's rendered to show the value instead of the whole combo box code.

Parameters:
jTable Table being rendered.
oValue Value in rendered cell.
bIsSelected Whether the cell is selected.
bHasFocus Whether the cell has focus.
iRow The row number of the rendered cell.
iColumn The column number of the rendered cell.
Returns:
The component with which to render the cell.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


The documentation for this class was generated from the following file:
Generated on Mon Mar 27 15:15:37 2006 for SORTIE Java Interface by  doxygen 1.4.6-NO