Interface AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier

  • Enclosing class:
    AbstractTableBasedSelectionPanel<T>

    public static interface AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier
    Interface for classes that supply a popup menu for the selection table.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getSelectionPopupMenu

        BasePopupMenu getSelectionPopupMenu​(SortableAndSearchableTable table,
                                            int row)
        Returns a popup menu for the table of the selection table.
        Parameters:
        table - the affected table
        row - the row the mouse is currently over
        Returns:
        the popup menu