Package adams.gui.selection
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasePopupMenu
getSelectionPopupMenu(SortableAndSearchableTable table, int row)
Returns a popup menu for the table of the selection table.
-
-
-
Method Detail
-
getSelectionPopupMenu
BasePopupMenu getSelectionPopupMenu(SortableAndSearchableTable table, int row)
Returns a popup menu for the table of the selection table.- Parameters:
table
- the affected tablerow
- the row the mouse is currently over- Returns:
- the popup menu
-
-