JIDE 3.5.15

com.jidesoft.pivot
Interface AggregateTable.TablePopupMenuCustomizer

Enclosing class:
AggregateTable

public static interface AggregateTable.TablePopupMenuCustomizer

Popup menu customizer interface with row index and column index as input.


Method Summary
 void customize(JPopupMenu menu, Component target, int rowIndex, int columnIndex)
           
 

Method Detail

customize

void customize(JPopupMenu menu,
               Component target,
               int rowIndex,
               int columnIndex)

JIDE 3.5.15