Package jpl.mipl.cassini.CDRS.qviewer.tables

This package contains all the tables that are displayed in the QViewer application.

See:
          Description

Class Summary
DataTable A Data Table uses an Edit Table to display the data retrieved from the database Copyright 2002, California Institute of Technology.
EditTable An EditTable displays its data in a tabular format within a scrollable window.
JobDescsStatusCategorizer The JobDescsStatusCategorizer classifes the job as a certain category based on the given status.
JobDescsTable This is the table that displays the data retrieved from the showJobs() stored procedure.
JobDescsTable.JobTable  
PredictParamsTable This is table that contains the data returned by the getPredictParameters() stored procedure.
QViewerDataModel This is the datamodel for all the data displays in QViewer.
RequestsStatusCategorizer The RequestsStatusCategorizer classifes the request as a certain category based on the given status.
RequestsTable This is the table that displays the data retrieved from the showRequests() stored procedure.
RulesTable This is table that contains the data returned by the getRules() stored procedure.
ShowHistoryTable This is the table that displays the data retrieved from the showRequests() stored procedure.
StatusCategorizer The StatusCategorizer classifes the job/request as a certain category based on the given status.
StatusTable This is table that contains the data returned by the showTasks() stored procedure.
TableMap In a chain of data manipulators some behaviour is common.
TableSorter A sorter for TableModels.
 

Package jpl.mipl.cassini.CDRS.qviewer.tables Description

This package contains all the tables that are displayed in the QViewer application. The following classes are included in this package: