JIDE 3.5.15

com.jidesoft.grid
Interface TableHeaderPopupMenuCustomizer

All Known Implementing Classes:
AggregateTableColumnChooserPopupMenuCustomizer, AggregateTablePopupMenuCustomizer, AutoResizePopupMenuCustomizer, GroupTablePopupMenuCustomizer, SelectTablePopupMenuCustomizer, TableColumnChooserPopupMenuCustomizer

public interface TableHeaderPopupMenuCustomizer

An interface to allow user to customize for the TableHeaderPopupMenuInstaller.


Method Summary
 void customizePopupMenu(JTableHeader header, JPopupMenu popup, int clickingColumn)
          Customizes the popup menu.
 

Method Detail

customizePopupMenu

void customizePopupMenu(JTableHeader header,
                        JPopupMenu popup,
                        int clickingColumn)
Customizes the popup menu.

Parameters:
header - the table header
popup - the popup menu to be displayed
clickingColumn - the column index clicked. -1 means invalid clicking column. However, it might be -2 or less in GroupTableHeader.

JIDE 3.5.15