JIDE 3.5.15

com.jidesoft.grid
Interface TablePopupMenuCustomizer


public interface TablePopupMenuCustomizer

An interface to allow user to customize for the TablePopupMenuInstaller.


Method Summary
 void customizePopupMenu(JTable table, JPopupMenu popup, int clickingRow, int clickingColumn)
          Customizes the popup menu.
 

Method Detail

customizePopupMenu

void customizePopupMenu(JTable table,
                        JPopupMenu popup,
                        int clickingRow,
                        int clickingColumn)
Customizes the popup menu.

Parameters:
table - the table
popup - the popup menu to be displayed
clickingRow - the row index clicked
clickingColumn - the column index clicked

JIDE 3.5.15