Uses of Package
com.jstatcom.project

Packages that use com.jstatcom.project
com.jstatcom.component GUI components with general functionality. 
com.jstatcom.io Input/output related classes as well as data import implementations. 
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. 
 

Classes in com.jstatcom.project used by com.jstatcom.component
SettingsElement
          Represents runtime information that should be stored permanently between two program runs.
 

Classes in com.jstatcom.project used by com.jstatcom.io
SettingsElement
          Represents runtime information that should be stored permanently between two program runs.
 

Classes in com.jstatcom.project used by com.jstatcom.model
ProjectState
          Abstract class for defining the state of a module.
ProjectStateHandler
          Interface to be implemented by classes that should save and restore their state from an instance of ProjectState.
 

Classes in com.jstatcom.project used by com.jstatcom.project
ModuleTreeNode
          A tree node that represents a loaded JStatCom module.
OutputData
          Holds data that is represented by an element in the OutputList.
OutputList
          Singleton list for holding output nodes.
Project
          Holds all elements that make up a project.
ProjectData
          Interface to be implemented for all project data types.
ProjectDataHandler
          Interface to be implemented by shared data repositories that hold the project data and that should interact with the project management system.
ProjectDataManager
          Singleton mediator class for managing setting and getting of all project data to and from the respective handlers.
ProjectDataTypes
          This enumeration contains all existing ProjectData types.
ProjectDialog
          A dialog for editing project settings.
ProjectManager
          Manages storing and retrieving project data and project states for all modules.
ProjectNodePopup
          Popup menu that is invoked when right clicking on a project tree node.
ProjectState
          Abstract class for defining the state of a module.
ProjectStateHandler
          Interface to be implemented by classes that should save and restore their state from an instance of ProjectState.
ProjectTree
          A JTree for project and module management.
ProjectTreeNode
          A tree node that represents a project.
Settings
          Represents all settings that should be stored permanently between different program runs.
SettingsElement
          Represents runtime information that should be stored permanently between two program runs.
SettingsManager
          Singleton class that manages storing and retrieving of settings that should be kept permanently between two program runs.
 

Classes in com.jstatcom.project used by com.jstatcom.ts
ProjectData
          Interface to be implemented for all project data types.
ProjectDataHandler
          Interface to be implemented by shared data repositories that hold the project data and that should interact with the project management system.
ProjectDataTypes
          This enumeration contains all existing ProjectData types.
ProjectStateHandler
          Interface to be implemented by classes that should save and restore their state from an instance of ProjectState.