Uses of Interface
com.jstatcom.table.NumberDisplayTable

Packages that use NumberDisplayTable
com.jstatcom.equation Components to display equations. 
com.jstatcom.table Special tables for some data types. 
com.jstatcom.ts Components and data types related to time series analysis. 
 

Uses of NumberDisplayTable in com.jstatcom.equation
 

Classes in com.jstatcom.equation that implement NumberDisplayTable
 class CoeffTable
          Special JSCNArrayTable to display coefficients of a model.
 

Uses of NumberDisplayTable in com.jstatcom.table
 

Classes in com.jstatcom.table that implement NumberDisplayTable
 class JSCNArrayTable
          JSCAbstractDataTable implementation for JSCNArray data objects.
 

Uses of NumberDisplayTable in com.jstatcom.ts
 

Classes in com.jstatcom.ts that implement NumberDisplayTable
 class TSTable
          This class provides a configurable table view of one or more time series with editing capabilities.