Ontimize 5.2072EN

com.ontimize.gui.table
Interface Table.EditorManager

Enclosing interface:
Table

public static interface Table.EditorManager

An interface that provides access to #TableCellEditor.

Author:
Imatia Innovation

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

Method Detail

getCellEditor

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

Parameters:
table -
row -
column -
Returns:

Ontimize