Uses of Interface
com.jstatcom.project.ProjectStateHandler

Packages that use ProjectStateHandler
com.jstatcom.model Data model and Symbol Management systems. 
com.jstatcom.project Project and settings management systems. 
com.jstatcom.ts Components and data types related to time series analysis. 
 

Uses of ProjectStateHandler in com.jstatcom.model
 

Classes in com.jstatcom.model that implement ProjectStateHandler
 class ModelFrame
          An internal frame that can be used as top level container for modules in the JStatCom framework.
 

Uses of ProjectStateHandler in com.jstatcom.project
 

Methods in com.jstatcom.project with parameters of type ProjectStateHandler
 void ProjectManager.addProjectStateHandler(ProjectStateHandler handler)
          Adds a project state handler, typically a modelling module, to the list of all handlers.
 

Uses of ProjectStateHandler in com.jstatcom.ts
 

Classes in com.jstatcom.ts that implement ProjectStateHandler
 class TSCalcFrame
          Frame containing the TSCalculator.