Uses of Class
adams.gui.visualization.container.DataContainerPanel
-
-
Uses of DataContainerPanel in adams.flow.core
Classes in adams.flow.core with type parameters of type DataContainerPanel Modifier and Type Class Description classAbstractDataPlotUpdater<P extends DataContainerPanel,C>Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.interfaceDataPlotUpdater<P extends DataContainerPanel,C>Interface for classes that determine when to update the data container panel, i.e., repaint all of it. -
Uses of DataContainerPanel in adams.flow.sink.sequenceplotter
Subclasses of DataContainerPanel in adams.flow.sink.sequenceplotter Modifier and Type Class Description classSequencePlotterPanelThe panel that plots all the sequences. -
Uses of DataContainerPanel in adams.gui.menu
Subclasses of DataContainerPanel in adams.gui.menu Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor plotting the performance of the genetic algorithm. -
Uses of DataContainerPanel in adams.gui.scripting
Methods in adams.gui.scripting that return DataContainerPanel Modifier and Type Method Description DataContainerPanelAbstractCommandProcessor. getDataContainerPanel()Returns the DataContainer panel.DataContainerPanelAbstractDataContainerPanelScriptlet. getDataContainerPanel()Returns the spectrum panel, if available.DataContainerPanelTimeseriesCommandProcessor. getDataContainerPanel()Returns the DataContainer panel. -
Uses of DataContainerPanel in adams.gui.visualization.container
Classes in adams.gui.visualization.container with type parameters of type DataContainerPanel Modifier and Type Class Description classAbstractDataContainerZoomOverviewPaintlet<P extends DataContainerPanel>Highlights the current zoom in the data container panel.classAbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>Panel that shows the zoom in the data container panel as overlay.Subclasses of DataContainerPanel in adams.gui.visualization.container Modifier and Type Class Description classAbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>Panel that shows the zoom in the data container panel as overlay.classDataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Data container panel with a container list in the side panel.classDataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data and a side panel with additional information.Fields in adams.gui.visualization.container declared as DataContainerPanel Modifier and Type Field Description protected PAbstractDataContainerZoomOverviewPanel. m_ContainerPanelthe corresponding total ion count panel.Methods in adams.gui.visualization.container that return DataContainerPanel Modifier and Type Method Description DataContainerPanelAbstractDataContainerPaintlet. getDataContainerPanel()Returns the data container panel currently in use. -
Uses of DataContainerPanel in adams.gui.visualization.instance
Subclasses of DataContainerPanel in adams.gui.visualization.instance Modifier and Type Class Description classInstancePanelA panel for displaying instances.classInstanceZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of DataContainerPanel in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as DataContainerPanel Modifier and Type Field Description protected DataContainerPanelReportFactory.Panel. m_DataContainerPanelthe associated panel with the data.protected DataContainerPanelReportFactory.Table. m_DataContainerPanelan optional spectrum panel that owns the data.Methods in adams.gui.visualization.report that return DataContainerPanel Modifier and Type Method Description DataContainerPanelReportFactory.Dialog. getDataContainerPanel()Returns the data container panel in use.DataContainerPanelReportFactory.Panel. getDataContainerPanel()Returns the data container panel in use.DataContainerPanelReportFactory.Table. getDataContainerPanel()Returns the currently set spectrum panel.Methods in adams.gui.visualization.report with parameters of type DataContainerPanel Modifier and Type Method Description voidReportFactory.Dialog. setDataContainerPanel(DataContainerPanel value)Sets the data container panel to use.voidReportFactory.Panel. setDataContainerPanel(DataContainerPanel value)Sets the data container panel to use.voidReportFactory.Table. setDataContainerPanel(DataContainerPanel value)Sets the underlying spectrum panel. -
Uses of DataContainerPanel in adams.gui.visualization.report.reportfactory
Methods in adams.gui.visualization.report.reportfactory that return DataContainerPanel Modifier and Type Method Description protected DataContainerPanelAbstractTableActionWithDataContainerPanel. getDataContainerPanel()Returns the underlying DataContainerPanel. -
Uses of DataContainerPanel in adams.gui.visualization.sequence
Subclasses of DataContainerPanel in adams.gui.visualization.sequence Modifier and Type Class Description classXYSequencePanelA panel for displaying XY sequences. -
Uses of DataContainerPanel in adams.gui.visualization.spreadsheet
Subclasses of DataContainerPanel in adams.gui.visualization.spreadsheet Modifier and Type Class Description classSpreadSheetRowPanelA panel for displaying instances.classSpreadSheetRowZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of DataContainerPanel in adams.gui.visualization.timeseries
Subclasses of DataContainerPanel in adams.gui.visualization.timeseries Modifier and Type Class Description classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.classTimeseriesZoomOverviewPanelPanel that shows the zoom in the timeseries panel as overlay.
-