JIDE 3.5.15

com.jidesoft.grid
Interface CellRolloverSupport

All Known Implementing Classes:
ButtonTableCellEditorRenderer, HyperlinkTableCellEditorRenderer

public interface CellRolloverSupport

RolloverCellEditingSupport is an interface that can be implemented on cell editor to tell the table to enable rollover editing when the mouse is over the cell. This is useful when using hyperlink or button in a table cell.

Since:
3.2.0
See Also:
RolloverTableUtils, HyperlinkTableCellEditorRenderer, ButtonTableCellEditorRenderer

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

Method Detail

isRollover

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

JIDE 3.5.15