Interface ContainerListPopupMenuSupplier<M extends AbstractContainerManager,C extends AbstractContainer>
-
- Type Parameters:
M
- the type of container manager to useC
- the type of container to use
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
,DataContainerPanelWithContainerList
,InstancePanel
,SequencePlotterPanel
,SpreadSheetRowPanel
,TimeseriesPanel
,XYSequencePanel
public interface ContainerListPopupMenuSupplier<M extends AbstractContainerManager,C extends AbstractContainer>
Interface for components that can supply a popup menu for the container list.- 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
getContainerListPopupMenu(ContainerTable<M,C> table, int row)
Returns a popup menu for the table of the container list.
-
-
-
Method Detail
-
getContainerListPopupMenu
BasePopupMenu getContainerListPopupMenu(ContainerTable<M,C> table, int row)
Returns a popup menu for the table of the container list.- Parameters:
table
- the affected tablerow
- the row the mouse is currently over- Returns:
- the popup menu
-
-