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 class
AbstractDataPlotUpdater<P extends DataContainerPanel,C>
Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.interface
DataPlotUpdater<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 class
SequencePlotterPanel
The 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 class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For 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 DataContainerPanel
AbstractCommandProcessor. getDataContainerPanel()
Returns the DataContainer panel.DataContainerPanel
AbstractDataContainerPanelScriptlet. getDataContainerPanel()
Returns the spectrum panel, if available.DataContainerPanel
TimeseriesCommandProcessor. 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 class
AbstractDataContainerZoomOverviewPaintlet<P extends DataContainerPanel>
Highlights the current zoom in the data container panel.class
AbstractDataContainerZoomOverviewPanel<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 class
AbstractDataContainerZoomOverviewPanel<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.class
DataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
Data container panel with a container list in the side panel.class
DataContainerPanelWithSidePanel<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 P
AbstractDataContainerZoomOverviewPanel. m_ContainerPanel
the corresponding total ion count panel.Methods in adams.gui.visualization.container that return DataContainerPanel Modifier and Type Method Description DataContainerPanel
AbstractDataContainerPaintlet. 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 class
InstancePanel
A panel for displaying instances.class
InstanceZoomOverviewPanel
Panel 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 DataContainerPanel
ReportFactory.Panel. m_DataContainerPanel
the associated panel with the data.protected DataContainerPanel
ReportFactory.Table. m_DataContainerPanel
an optional spectrum panel that owns the data.Methods in adams.gui.visualization.report that return DataContainerPanel Modifier and Type Method Description DataContainerPanel
ReportFactory.Dialog. getDataContainerPanel()
Returns the data container panel in use.DataContainerPanel
ReportFactory.Panel. getDataContainerPanel()
Returns the data container panel in use.DataContainerPanel
ReportFactory.Table. getDataContainerPanel()
Returns the currently set spectrum panel.Methods in adams.gui.visualization.report with parameters of type DataContainerPanel Modifier and Type Method Description void
ReportFactory.Dialog. setDataContainerPanel(DataContainerPanel value)
Sets the data container panel to use.void
ReportFactory.Panel. setDataContainerPanel(DataContainerPanel value)
Sets the data container panel to use.void
ReportFactory.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 DataContainerPanel
AbstractTableActionWithDataContainerPanel. 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 class
XYSequencePanel
A 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 class
SpreadSheetRowPanel
A panel for displaying instances.class
SpreadSheetRowZoomOverviewPanel
Panel 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 class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.class
TimeseriesZoomOverviewPanel
Panel that shows the zoom in the timeseries panel as overlay.
-