Uses of Class
com.jstatcom.model.JSCSArray

Packages that use JSCSArray
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.table Special tables for some data types. 
com.jstatcom.util Utility classes shared by other packages. 
 

Uses of JSCSArray in com.jstatcom.component
 

Methods in com.jstatcom.component with parameters of type JSCSArray
 void CheckBoxList.setJSCSArray(JSCSArray dataKeys)
          Sets the data that should be displayed in the list.
 

Uses of JSCSArray in com.jstatcom.io
 

Methods in com.jstatcom.io that return JSCSArray
 JSCSArray FileSupportSettings.getSelectedFiles()
          Gets the string array with the names of selected files and directories in the followins order: selected text output directory selected data directory selected project filename (without directory) selected project directory
 

Methods in com.jstatcom.io with parameters of type JSCSArray
 void FileSupportSettings.setSelectedFiles(JSCSArray selectedFiles)
          Sets the JSCSArray with the names of selected files and directories.
 

Uses of JSCSArray in com.jstatcom.model
 

Fields in com.jstatcom.model with type parameters of type JSCSArray
static javolution.xml.XmlFormat<JSCSArray> JSCSArray.JSCSArray_XML
          XML format field for (de)serialization.
 

Methods in com.jstatcom.model that return JSCSArray
 JSCSArray JSCSArray.copy()
           
 JSCSArray Symbol.getJSCSArray()
          Gets the data as an instance of JSCSArray.
 

Methods in com.jstatcom.model with parameters of type JSCSArray
 void JSCSArray.appendCols(JSCSArray newCols)
          Appends newCols to the right end of the value array.
 void JSCSArray.appendRows(JSCSArray newRows)
          Appends newRows to the bottom the value array.
 void JSCSArray.setVal(JSCSArray val)
          Sets the values stored in val to this JSCSArray.
 

Constructors in com.jstatcom.model with parameters of type JSCSArray
JSCSArray(JSCSArray sarray)
          Copy-Constructor.
 

Uses of JSCSArray in com.jstatcom.table
 

Methods in com.jstatcom.table that return JSCSArray
 JSCSArray JSCDataTableScrollPane.getColumnHeaderData()
          Gets the data object used for the column header.
 JSCSArray JSCSArrayTable.getJSCSArray()
          Gets a reference of the underlying data object with the correct type.
 JSCSArray JSCDataTableScrollPane.getRowHeaderData()
          Gets the data object used for the row header.
 

Methods in com.jstatcom.table with parameters of type JSCSArray
 void JSCDataTableScrollPane.setColumnHeaderData(JSCSArray newColumnHeaderData)
          Sets the data object used for the column header.
 void JSCDataTableScrollPane.setRowHeaderData(JSCSArray newRowHeaderData)
          Sets the data object used for the row header.
 

Uses of JSCSArray in com.jstatcom.util
 

Methods in com.jstatcom.util that return JSCSArray
static JSCSArray UData.appendSuffix(JSCSArray arg, java.lang.String suffix, java.lang.String newName)
          Creates a new data object with suffix being appended to all string elements in arg.
 

Methods in com.jstatcom.util with parameters of type JSCSArray
static JSCSArray UData.appendSuffix(JSCSArray arg, java.lang.String suffix, java.lang.String newName)
          Creates a new data object with suffix being appended to all string elements in arg.
static JSCData[] UData.mergeTS(JSCSArray namesOfData, java.lang.String nameDat, java.lang.String nameRange)
          Merges time series with possibly different length and fills them with missing values at the beginning and/or the end.
static java.lang.String UData.stringForArray(JSCSArray data)
          String representation of the first row of a string data object.