Ontimize 5.2072EN

com.ontimize.gui.table
Interface Table.RendererManager

All Known Implementing Classes:
Table.DefaultRendererManager
Enclosing interface:
Table

public static interface Table.RendererManager

An interface that provides access to #TableCellRenderer.

Author:
Imatia Innovation

Method Summary
 javax.swing.table.TableCellRenderer getCellRenderer(javax.swing.JTable table, int row, int column)
          Returns the #TableCellRenderer associated to the JTable specified by the params, in the concrete row and column.
 

Method Detail

getCellRenderer

public javax.swing.table.TableCellRenderer getCellRenderer(javax.swing.JTable table,
                                                           int row,
                                                           int column)
Returns the #TableCellRenderer associated to the JTable specified by the params, in the concrete row and column.

Parameters:
table -
row -
column -
Returns:

Ontimize