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 classMasterTableDataSource.MRawDiagnosticTableA 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 RawDiagnosticTableTableDataConglomerate. 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) RawDiagnosticTableMasterTableDataSource. 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 RawDiagnosticTableConglomerateViewPane. current_tableThe current selected table.private RawDiagnosticTableConglomerateViewPane.DTableModel. diag_tableMethods in com.mckoi.tools with parameters of type RawDiagnosticTable Modifier and Type Method Description (package private) voidConglomerateViewPane.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)
-