Uses of Class
com.jstatcom.table.BorderTable

Packages that use BorderTable
com.jstatcom.equation Components to display equations. 
com.jstatcom.table Special tables for some data types. 
 

Uses of BorderTable in com.jstatcom.equation
 

Subclasses of BorderTable in com.jstatcom.equation
 class CoeffTable
          Special JSCNArrayTable to display coefficients of a model.
 class VarNamesVector
          Displays variable names with or without a time index to indicate a certain lag, e.g. invest(t-1).
 

Uses of BorderTable in com.jstatcom.table
 

Subclasses of BorderTable in com.jstatcom.table
 class JSCAbstractDataTable
          Abstract table to be subclassed by tables for data arrays, like JSCSArray and JSCNArray.
 class JSCNArrayTable
          JSCAbstractDataTable implementation for JSCNArray data objects.
 class JSCSArrayTable
          JSCAbstractDataTable implementation for JSCSArray data objects.