JIDE 3.5.15

com.jidesoft.grid
Interface CellEditingSupport


public interface CellEditingSupport

AutoCellEditingSupport is an interface that can be implemented on cell editor to tell the table to enable the cell editing when the mouse is over the cell. Different from CellRolloverSupport

Since:
3.2.0
See Also:
RolloverTableUtils

Method Summary
 boolean isEditable(JTable table, MouseEvent e, int row, int column)
           
 

Method Detail

isEditable

boolean isEditable(JTable table,
                   MouseEvent e,
                   int row,
                   int column)

JIDE 3.5.15