Uses of Interface
com.mckoi.database.RawDiagnosticTable
-
Packages that use RawDiagnosticTable Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.tools Tools for manipulating a Mckoi database. -
-
Uses of RawDiagnosticTable in com.mckoi.database
Classes in com.mckoi.database that implement RawDiagnosticTable Modifier and Type Class Description private class
MasterTableDataSource.MRawDiagnosticTable
A RawDiagnosticTable implementation that provides direct access to the root data of this table source bypassing any indexing schemes.Methods in com.mckoi.database that return RawDiagnosticTable Modifier and Type Method Description RawDiagnosticTable
TableDataConglomerate. getDiagnosticTable(java.lang.String table_file_name)
Returns a RawDiagnosticTable object that is used for diagnostics of the table with the given file name.(package private) RawDiagnosticTable
MasterTableDataSource. getRawDiagnosticTable()
Returns an implementation of RawDiagnosticTable that we can use to diagnose problems with the data in this source. -
Uses of RawDiagnosticTable in com.mckoi.tools
Fields in com.mckoi.tools declared as RawDiagnosticTable Modifier and Type Field Description private RawDiagnosticTable
ConglomerateViewPane. current_table
The current selected table.private RawDiagnosticTable
ConglomerateViewPane.DTableModel. diag_table
Methods in com.mckoi.tools with parameters of type RawDiagnosticTable Modifier and Type Method Description (package private) void
ConglomerateViewPane.StoreViewPane. setDiagnosticModel(RawDiagnosticTable model)
Sets this store with the given RaDiagnosticTable model.Constructors in com.mckoi.tools with parameters of type RawDiagnosticTable Constructor Description DTableModel(RawDiagnosticTable diag_table)
-