Uses of Class
adams.gui.visualization.spectrum.SampleDataFactory.Table
-
Packages that use SampleDataFactory.Table Package Description adams.gui.tools adams.gui.visualization.spectrum -
-
Uses of SampleDataFactory.Table in adams.gui.tools
Fields in adams.gui.tools declared as SampleDataFactory.Table Modifier and Type Field Description protected SampleDataFactory.TableUpdateSampleDataPanel. m_TableSampleDatathe sample data table. -
Uses of SampleDataFactory.Table in adams.gui.visualization.spectrum
Fields in adams.gui.visualization.spectrum declared as SampleDataFactory.Table Modifier and Type Field Description protected SampleDataFactory.TableSpectrumPanelWithSampleData. m_TableSampleDatathe sample data table.Methods in adams.gui.visualization.spectrum that return SampleDataFactory.Table Modifier and Type Method Description static SampleDataFactory.TableSampleDataFactory. getTable(SampleData report)Returns a new table for the given report.protected SampleDataFactory.TableSampleDataFactory.Panel. newTable(adams.gui.visualization.report.ReportFactory.Model model)Creates a new table.
-