Uses of Interface
com.jstatcom.model.SymbolScope

Packages that use SymbolScope
com.jstatcom.model Data model and Symbol Management systems. 
com.jstatcom.ts Components and data types related to time series analysis. 
 

Uses of SymbolScope in com.jstatcom.model
 

Classes in com.jstatcom.model that implement SymbolScope
 class ModelFrame
          An internal frame that can be used as top level container for modules in the JStatCom framework.
 class ModelPanel
          Panel to be used by components that need access to the symbol table hierarchy.
 

Methods in com.jstatcom.model that return SymbolScope
static SymbolScope ModelPanel.findParentScope(java.awt.Component comp)
          Finds the next parent that is a SymbolScope.
 

Uses of SymbolScope in com.jstatcom.ts
 

Classes in com.jstatcom.ts that implement SymbolScope
 class TSCalcFrame
          Frame containing the TSCalculator.
 class TSCalculator
          A GUI that combines the TSCalculatorPanel with a TSSelector that builds a self contained panel for creating new time series by combining existing ones with arithmetic operations and functions.
 class TSSel
          Configurable selection tool for time series.