Uses of Interface
adams.db.SpectrumIntf
-
Packages that use SpectrumIntf Package Description adams.db adams.db.autodetect adams.db.generic adams.db.h2 adams.db.mirrored adams.db.mssql adams.db.mysql adams.db.postgresql adams.db.sqlite adams.gui.selection -
-
Uses of SpectrumIntf in adams.db
Classes in adams.db that implement SpectrumIntf Modifier and Type Class Description classSpectrumFFacade for spectrum tables.Fields in adams.db declared as SpectrumIntf Modifier and Type Field Description protected SpectrumIntfSpectrumF. m_DBthe backend.Methods in adams.db that return SpectrumIntf Modifier and Type Method Description SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table.SpectrumIntfSampleDataF. getSpectrumHandler()Returns the corresponding Spectrum handler.SpectrumIntfSampleDataIntf. getSpectrumHandler()Returns the corresponding Spectrum handler. -
Uses of SpectrumIntf in adams.db.autodetect
Methods in adams.db.autodetect that return SpectrumIntf Modifier and Type Method Description SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table. -
Uses of SpectrumIntf in adams.db.generic
Classes in adams.db.generic that implement SpectrumIntf Modifier and Type Class Description classSpectrumTManages Spectrum tables.Methods in adams.db.generic that return SpectrumIntf Modifier and Type Method Description static SpectrumIntfSpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active). -
Uses of SpectrumIntf in adams.db.h2
Classes in adams.db.h2 that implement SpectrumIntf Modifier and Type Class Description classSpectrumTH2 implementation.Methods in adams.db.h2 that return SpectrumIntf Modifier and Type Method Description static SpectrumIntfSpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active).SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table.SpectrumIntfSampleDataT. getSpectrumHandler()Returns the corresponding Spectrum handler. -
Uses of SpectrumIntf in adams.db.mirrored
Classes in adams.db.mirrored that implement SpectrumIntf Modifier and Type Class Description classSpectrumTAllows mirroring to another database.Fields in adams.db.mirrored declared as SpectrumIntf Modifier and Type Field Description protected SpectrumIntfSpectrumT. m_DBthe non-mirrored backend.Methods in adams.db.mirrored that return SpectrumIntf Modifier and Type Method Description SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table.SpectrumIntfSampleDataT. getSpectrumHandler()Returns the corresponding Spectrum handler.Methods in adams.db.mirrored with parameters of type SpectrumIntf Modifier and Type Method Description static SpectrumTSpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon, SpectrumIntf mirror)Returns the singleton of the table.Constructors in adams.db.mirrored with parameters of type SpectrumIntf Constructor Description SpectrumT(adams.db.AbstractDatabaseConnection dbcon, SpectrumIntf wrapped)Initializes the mirroring. -
Uses of SpectrumIntf in adams.db.mssql
Classes in adams.db.mssql that implement SpectrumIntf Modifier and Type Class Description classSpectrumTH2 implementation.Methods in adams.db.mssql that return SpectrumIntf Modifier and Type Method Description static SpectrumIntfSpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active).SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table.SpectrumIntfSampleDataT. getSpectrumHandler()Returns the corresponding Spectrum handler. -
Uses of SpectrumIntf in adams.db.mysql
Classes in adams.db.mysql that implement SpectrumIntf Modifier and Type Class Description classSpectrumTMySQL implementation.Methods in adams.db.mysql that return SpectrumIntf Modifier and Type Method Description static SpectrumIntfSpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active).SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table.SpectrumIntfSampleDataT. getSpectrumHandler()Returns the corresponding Spectrum handler. -
Uses of SpectrumIntf in adams.db.postgresql
Classes in adams.db.postgresql that implement SpectrumIntf Modifier and Type Class Description classSpectrumTPostgreSQL implementation.Methods in adams.db.postgresql that return SpectrumIntf Modifier and Type Method Description static SpectrumIntfSpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active).SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table.SpectrumIntfSampleDataT. getSpectrumHandler()Returns the corresponding Spectrum handler. -
Uses of SpectrumIntf in adams.db.sqlite
Classes in adams.db.sqlite that implement SpectrumIntf Modifier and Type Class Description classSpectrumTSQLite implementation.Methods in adams.db.sqlite that return SpectrumIntf Modifier and Type Method Description static SpectrumIntfSpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active).SpectrumIntfSpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)Returns the handler for the spectrum table.SpectrumIntfSampleDataT. getSpectrumHandler()Returns the corresponding Spectrum handler. -
Uses of SpectrumIntf in adams.gui.selection
Methods in adams.gui.selection that return SpectrumIntf Modifier and Type Method Description protected SpectrumIntfSelectSpectrumPanel. getSpectrumTable()Returns the correct table object, depending whether active or store table is used.
-