Interface ContainerListManager<M extends AbstractContainerManager>
-
- Type Parameters:
M- the type of container manager to use
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot,AbstractDataContainerZoomOverviewPanel,DataContainerPanel,DataContainerPanelWithContainerList,DataContainerPanelWithSidePanel,InstanceExplorer,InstancePanel,InstanceZoomOverviewPanel,SequencePlotterPanel,SpreadSheetExplorer,SpreadSheetRowPanel,SpreadSheetRowZoomOverviewPanel,TimeseriesExplorer,TimeseriesPanel,TimeseriesZoomOverviewPanel,XYSequencePanel
public interface ContainerListManager<M extends AbstractContainerManager>Interface for panels that manage container lists.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MgetContainerManager()Returns a popup menu for the table of the overlay list.voidsetContainerManager(M value)Sets the manager for handling the containers.
-