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 class
SpectrumF
Facade for spectrum tables.Fields in adams.db declared as SpectrumIntf Modifier and Type Field Description protected SpectrumIntf
SpectrumF. m_DB
the backend.Methods in adams.db that return SpectrumIntf Modifier and Type Method Description SpectrumIntf
SpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the spectrum table.SpectrumIntf
SampleDataF. getSpectrumHandler()
Returns the corresponding Spectrum handler.SpectrumIntf
SampleDataIntf. 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 SpectrumIntf
SpectralDbBackend. 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 class
SpectrumT
Manages Spectrum tables.Methods in adams.db.generic that return SpectrumIntf Modifier and Type Method Description static SpectrumIntf
SpectrumT. 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 class
SpectrumT
H2 implementation.Methods in adams.db.h2 that return SpectrumIntf Modifier and Type Method Description static SpectrumIntf
SpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)
Returns the singleton of the table (active).SpectrumIntf
SpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the spectrum table.SpectrumIntf
SampleDataT. 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 class
SpectrumT
Allows mirroring to another database.Fields in adams.db.mirrored declared as SpectrumIntf Modifier and Type Field Description protected SpectrumIntf
SpectrumT. m_DB
the non-mirrored backend.Methods in adams.db.mirrored that return SpectrumIntf Modifier and Type Method Description SpectrumIntf
SpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the spectrum table.SpectrumIntf
SampleDataT. getSpectrumHandler()
Returns the corresponding Spectrum handler.Methods in adams.db.mirrored with parameters of type SpectrumIntf Modifier and Type Method Description static SpectrumT
SpectrumT. 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 class
SpectrumT
H2 implementation.Methods in adams.db.mssql that return SpectrumIntf Modifier and Type Method Description static SpectrumIntf
SpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)
Returns the singleton of the table (active).SpectrumIntf
SpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the spectrum table.SpectrumIntf
SampleDataT. 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 class
SpectrumT
MySQL implementation.Methods in adams.db.mysql that return SpectrumIntf Modifier and Type Method Description static SpectrumIntf
SpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)
Returns the singleton of the table (active).SpectrumIntf
SpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the spectrum table.SpectrumIntf
SampleDataT. 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 class
SpectrumT
PostgreSQL implementation.Methods in adams.db.postgresql that return SpectrumIntf Modifier and Type Method Description static SpectrumIntf
SpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)
Returns the singleton of the table (active).SpectrumIntf
SpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the spectrum table.SpectrumIntf
SampleDataT. 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 class
SpectrumT
SQLite implementation.Methods in adams.db.sqlite that return SpectrumIntf Modifier and Type Method Description static SpectrumIntf
SpectrumT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)
Returns the singleton of the table (active).SpectrumIntf
SpectralDbBackend. getSpectrum(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the spectrum table.SpectrumIntf
SampleDataT. 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 SpectrumIntf
SelectSpectrumPanel. getSpectrumTable()
Returns the correct table object, depending whether active or store table is used.
-