Uses of Package
com.jstatcom.io

Packages that use com.jstatcom.io
com.jstatcom.component GUI components with general functionality. 
com.jstatcom.io Input/output related classes as well as data import implementations. 
 

Classes in com.jstatcom.io used by com.jstatcom.component
RedirectReceiver
          Simple interface to be implemented by components that process redirected output from Stdout and Stderr.
 

Classes in com.jstatcom.io used by com.jstatcom.io
AbstractImportPanel
          Abstract panel for import data functionality.
DataHandler
          Interface to be implemented by classes that initiate parsing of data files and the creation of datasets.
DataHandlerTypes
          Enumeration of all data handler types.
FileSupport
          Support for convenient file selection.
FileSupportSettings
          Holds information for the FileSupport class about the location of selected files that should be stored between application runs.
FileTypes
          Enumeration of handled filetypes.
ImportTypes
          Abstract class for definitions of different types of elements that belong to a certain dataset.
Logger
          Simple interface to be implemented by components that process log strings.
RedirectReceiver
          Simple interface to be implemented by components that process redirected output from Stdout and Stderr.
TSASCIIHandler
          Import handler for ASCII data files that either contain only the data points or are in the DAT format.
TSExcelHandler
          Import handler for Excel data files.
TSGaussDATHandler
          Class for importing files from Gauss .dat data set files.
TSGaussFMTHandler
          Class for importing files from Gauss .fmt files.
TSImportTypes
          Defines the elements of an imported dataset to be used for time series analysis.
TSMatlabHandler
          Handles export and import of Matlab .mat files Level 5, according to the specification document "MAT-File Format Version 7" by Mathworks.