A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

SARRAY - Static variable in class com.jstatcom.model.JSCTypes
Contains an m x n String array.
SAVE_DAT - Static variable in class com.jstatcom.ts.TSActionTypes
Saves selected time series in a Dat file.
saveDataFile(Component, String, DataHandlerTypes...) - Method in class com.jstatcom.io.FileSupport
Selects a data file for saving with a file chooser.
saveLastState() - Method in class com.jstatcom.project.SettingsManager
Stores the current state to a special project last state .
saveProjectFile(Component) - Method in class com.jstatcom.io.FileSupport
Selects a project file for saving with a file chooser.
saveSettings() - Method in class com.jstatcom.project.SettingsManager
Saves all settings elements to an XML.
saveStringToFile(File, String, boolean) - Method in class com.jstatcom.io.FileSupport
Stores stringDat to file.
saveTextFile(Component) - Method in class com.jstatcom.io.FileSupport
Selects a text file for saving with a file chooser.
saveToFile() - Method in class com.jstatcom.component.ResultField
Saves the text in this component to a file.
SCIENTIFIC - Static variable in class com.jstatcom.component.NumberFormatTypes
The scientific notation NumberFormatType.
SCIENTIFIC - Static variable in class com.jstatcom.table.JSCCellRendererTypes
TableCellRenderer with scientific notation, for example 1.23E-2.
Scope - Class in com.jstatcom.model
This typesave enumeration contains all existing Scope types.
selColsIf(int...) - Method in class com.jstatcom.model.JSCNArray
Gets all columns of the underlying double array that have a nonzero corresponding element in colIndex.
selColsIf(double[][], int...) - Static method in class com.jstatcom.util.UMatrix
Gets all columns of the array arg that have a nonzero corresponding element in index.
selectDataFile(Component, DataHandlerTypes...) - Method in class com.jstatcom.io.FileSupport
Selects a data file to open with a file chooser.
selected - Variable in class com.jstatcom.project.OutputData
The selected property, used by OutputList to set selection after sorting the elements.
Selection - Class in com.jstatcom.ts
Represents a selection of the the TSSel component that is XML serializable.
Selection() - Constructor for class com.jstatcom.ts.Selection
 
Selection_XML - Static variable in class com.jstatcom.ts.Selection
XML format field for (de)serialization.
selectProjectFile(Component) - Method in class com.jstatcom.io.FileSupport
Selects a project file to open with a file chooser.
selif(String[][], int[]) - Static method in class com.jstatcom.util.UStringArray
Gets all columns of the array arg that have a nonzero corresponding element in index.
selRowsIf(int...) - Method in class com.jstatcom.model.JSCNArray
Gets all rows of the underlying double array that have a nonzero corresponding element in rowIndex.
selRowsIf(int[]) - Method in class com.jstatcom.model.JSCSArray
Gets all rows of the underlying string array that have a nonzero corresponding element in rowIndex.
selRowsIf(double[][], int...) - Static method in class com.jstatcom.util.UMatrix
Gets all rows of the array arg that have a nonzero corresponding element in index.
selRowsIf(String[][], int[]) - Static method in class com.jstatcom.util.UStringArray
Gets all rows of the array arg that have a nonzero corresponding element in index.
selRowsIf(String[], int[]) - Static method in class com.jstatcom.util.UStringArray
Gets a new string array with all elements arg that have a corresponding value in rowIndex that is !
seqa(double, double, int) - Static method in class com.jstatcom.util.UMatrix
Gets an array with the sequence of numbers starting from start being n - 1 times incremented by increment.
SerializationHelper - Class in com.jstatcom.util
Helper methods for (de)serialization and de/encoding to strings.
SerializationHelper() - Constructor for class com.jstatcom.util.SerializationHelper
 
serializeProject(File, String, String) - Method in class com.jstatcom.project.ProjectManager
Stores the current state as a project to currentProjectFile.
set(JSCData[]) - Method in class com.jstatcom.model.SymbolTable
Adds an array of JSCData objects to the collection.
set(JSCData) - Method in class com.jstatcom.model.SymbolTable
Adds a new JSCData object to the collection.
set(String, JSCData) - Method in class com.jstatcom.model.SymbolTable
Adds a new JSCData object to the collection.
setAllDataName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of the object holding the data array for all series.
setAllStringsName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of dataobject that holds the string array of all names.
setAppendWithoutScroll(boolean) - Method in class com.jstatcom.component.ResultField
Set whether append scrolls down or not.
setAppSettings(AppSettings) - Method in class com.jstatcom.component.AppSettingsDialog
Sets the application settings to be displayed.
setAppSettings(AppSettings) - Method in class com.jstatcom.component.TopFrame
Sets the user properties from a settings parameter.
setBorder(Border) - Method in class com.jstatcom.table.BorderTable
Reimplements super method such that the borderTableBorder is always set as the most inner border.
setBorderTitle(String) - Method in class com.jstatcom.component.CheckBoxList
Sets the border title of this list.
setByte(int, byte) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setByte.
setByte(int, byte) - Method in class com.jstatcom.engine.CPtr
Set value at location being pointed to.
setCellRenderer(TableCellRenderer) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the renderer for all cells.
setCellRenderer(TableCellRenderer) - Method in interface com.jstatcom.table.NumberDisplayTable
Sets the renderer used for displaying numbers in the table.
setCellRenderer(TableCellRenderer) - Method in class com.jstatcom.ts.TSTable
Sets a new cell renderer for all columns of the TSTable.
setCheckNaN(boolean) - Method in class com.jstatcom.ts.TSSel
Sets whether it is checked whether missing values are in the selection.
setCoeffMatRequired(boolean) - Method in class com.jstatcom.equation.EqTermDefault
Sets whether a coefficients matrix is required to display this equation term.
setCoeffTable(CoeffTable) - Method in class com.jstatcom.equation.VarNamesVector
Sets the coefficients table to be referenced.
setColEditable(boolean, int, boolean) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets a columns editable.
setColEditableMap(Map<Integer, Boolean>) - Method in class com.jstatcom.table.JSCAbstractTableModel
Sets the editable properties for each column.
setColumnCount(int) - Method in class com.jstatcom.equation.CoeffTable
Sets the column count of this table.
setColumnHeaderAlignment(int) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the column header alignment, the default is JLabel.RIGHT.
setColumnHeaderCellRenderer(TableCellRenderer) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets a new cell renderer for the column header.
setColumnHeaderData(JSCSArray) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the data object used for the column header.
setColumnHeaderShowing(boolean) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets whether the column header should be displayed.
setColumnHeaderStringData(String[]) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the column header data from a string array.
setColumnHeaderSymbolName(String) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the symbol name for the SARRAY column header data.
setColumnModel(TableColumnModel) - Method in class com.jstatcom.equation.CoeffTable
Sets the column model for all columns of this table.
setColumnWidth(int) - Method in class com.jstatcom.equation.EqTermAR
Sets the column width of the underlying coefficients tables.
setColumnWidth(int) - Method in class com.jstatcom.equation.EqTermDefault
Sets the column width of the underlying coefficients table.
setColumnWidth(int) - Method in class com.jstatcom.equation.EqTermEC
Sets the column width of the underlying coefficients tables.
setColumnWidth(int) - Method in class com.jstatcom.table.BorderTable
This method sets the column width of the BorderTable to newValue.
setConfig(ConfigHolder) - Method in class com.jstatcom.engine.AbstractConfigPanel
Sets the input mask display to the settings already stored in configHolder.
setConfig(ConfigKeys, String) - Method in class com.jstatcom.engine.ConfigHolder
Set a key value pair to be stored by the config holder.
setConfig(ConfigHolder) - Method in class com.jstatcom.engine.DefaultConfigPanel
 
setConfig(ConfigHolder) - Method in class com.jstatcom.engine.gauss.GaussConfigPanel
 
setCPtr(int, CPtr) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setCPtr.
setCPtr(int, CPtr) - Method in class com.jstatcom.engine.CPtr
Set value at location being pointed to.
setCurrentModuleFrame(String) - Method in class com.jstatcom.project.Project
Sets the name of the module frame that should be displayed when this project is loaded.
setCurrentNode(ProjectTreeNode) - Method in class com.jstatcom.project.ProjectNodePopup
Sets the project node that should be referenced by actions invoked from this component.
setDataAvailable(boolean) - Method in class com.jstatcom.equation.EqTerm
Sets whether data is available and manages visibility accordingly.
setDataEditable(boolean) - Method in class com.jstatcom.model.control.SymbolFrame
Sets whether data in the symbol control should be editable.
setDataTable(Component) - Method in class com.jstatcom.table.JSCPopupTypes
Sets a reference to the unterlying data table.
setDateRangeName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of dataobject that holds the date range of the selected series.
setDatesEditable(boolean) - Method in class com.jstatcom.ts.TSSel
Enables/disables editing of date range.
setDebugStream(PrintStream) - Method in class com.jstatcom.parser.CalcEngineTokenManager
 
setDebugStream(PrintStream) - Method in class com.jstatcom.parser.MaturityParserTokenManager
 
setDebugStream(PrintStream) - Method in class com.jstatcom.parser.NumberRangeParserTokenManager
 
setDebugStream(PrintStream) - Method in class com.jstatcom.parser.TSDateParserTokenManager
 
setDefaultPath(String) - Method in class com.jstatcom.io.FileSupport
Sets the directory that will be displayed as default selection when a file chooser is created.
setDescription(String) - Method in class com.jstatcom.io.ExtensionFileFilter
Sets the human readable description of this filter.
setDescription(String) - Method in class com.jstatcom.model.Symbol
Sets the description for this symbol.
setDescription(String) - Method in interface com.jstatcom.project.ProjectData
Sets the description for the stored project data.
setDescription(String) - Method in class com.jstatcom.ts.TSDescDialog
Sets the descriptive text displayed by this dialog explicitely.
setDescription(String) - Method in class com.jstatcom.ts.TSProject
Sets the description for this project.
setDescription(String) - Method in class com.jstatcom.ts.TSProjectData
Sets the data description.
setDeterministicDataName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of the object holding the deterministic data array.
setDeterministicEnabled(boolean) - Method in class com.jstatcom.ts.TSSel
Enables/disables the selection of deterministic variables.
setDeterministicStringsName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of dataobject that holds the string array of deterministic names.
setDisplayTransposed(boolean) - Method in class com.jstatcom.table.JSCSArrayTable
Sets whether the data in this table should be displayed transposed.
setDouble(int, double) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setDouble.
setDouble(int, double) - Method in class com.jstatcom.engine.CPtr
Set value at location being pointed to.
setDynamicColumnWidth(boolean) - Method in class com.jstatcom.table.BorderTable
Set whether the BorderTable's column width adjust when the data displayed. change.
setEditable(boolean) - Method in class com.jstatcom.component.ResultField
Sets whether editing is allowed.
setEditable(boolean) - Method in class com.jstatcom.equation.EqTermAR
Sets whether the underlying coefficients tables are editable.
setEditable(boolean) - Method in class com.jstatcom.equation.EqTermDefault
Sets whether the underlying coefficients table is editable.
setEditable(boolean) - Method in class com.jstatcom.equation.EqTermEC
Sets whether the underlying coefficients tables are editable.
setEditable(boolean) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets whether table is editable.
setEditable(boolean) - Method in class com.jstatcom.table.JSCAbstractTableModel
Sets whether all cells are editable.
setElement() - Method in class com.jstatcom.component.AppSettings
 
setElement() - Method in class com.jstatcom.component.TopFrameSettings
 
setElement() - Method in class com.jstatcom.io.FileSupportSettings
 
setElement() - Method in class com.jstatcom.project.ProjectTreeNode
Interface method from SettingsElement to restore a setting.
setElement() - Method in interface com.jstatcom.project.SettingsElement
Implementations of this method should use the information stored in this SettingsElement to set the state of components at runtime.
setEnabled(boolean) - Method in class com.jstatcom.equation.EqPanel
Overwrites supermethod to delegate the call to all childs.
setEnabled(boolean) - Method in class com.jstatcom.ts.TSSel
Enables/disables the component.
setEnclosingRange(JSCDRange) - Method in class com.jstatcom.ts.Selection
Sets the enclosing date range.
setEnclosingRange(TSDate, int) - Method in class com.jstatcom.ts.TSDateRangeSelector
Sets the range that the selected range must be in with by setting an initial date and the desired number of available periods within the range.
setEnclosingRange(TSDateRange) - Method in class com.jstatcom.ts.TSDateRangeSelector
Sets the overall range that the selected range must be in with.
setEnclosingRange(TSDate, int) - Method in class com.jstatcom.ts.TSDateSelector
Sets the range that the selected date must be in with by setting an initial date and the desired number of available periods within the range.
setEnclosingRange(TSDateRange) - Method in class com.jstatcom.ts.TSDateSelector
Sets the range that the selected date must be in with.
setEndogenousDataName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of the object holding the endogenous data array.
setEndogenousStringsName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of dataobject that holds the string array of endogenous names.
setExogenousDataName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of the object holding the exogenous data array.
setExogenousEnabled(boolean) - Method in class com.jstatcom.ts.TSSel
Enables/disables selection of exogenous variables.
setExogenousStringsName(String) - Method in class com.jstatcom.ts.TSSel
Sets the name of dataobject that holds the string array of exogenous names.
setExtensionListInDescription(boolean) - Method in class com.jstatcom.io.ExtensionFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFileSupportSettings(FileSupportSettings) - Method in class com.jstatcom.io.FileSupport
Sets the selected files and directories to the settings argument.
setFloat(int, float) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setFloat.
setFloat(int, float) - Method in class com.jstatcom.engine.CPtr
Set value at location being pointed to.
setFontSize(int) - Method in class com.jstatcom.component.ResultField
Sets the currently displayed font size.
setFormatString(String) - Method in class com.jstatcom.model.JSCNArray
Sets a new format string.
setFormatString(String) - Method in class com.jstatcom.model.JSCSArray
Sets a new format string.
setFrameBounds(JSCNArray) - Method in class com.jstatcom.component.TopFrameSettings
Sets the 4x1 array holding location and size of the frame.
setGui(boolean) - Method in class com.jstatcom.engine.PCall
Sets GUI mode, if true/false the following features are enabled/disabled: event synchronization with Swing Swing dialogs are used to display error messages Default is true.
setHideAfterLoad(boolean) - Method in class com.jstatcom.io.TSImportPanel
Sets whether parent frame is hidden after clicking load.
setImportPanel(AbstractImportPanel) - Method in class com.jstatcom.io.ImportDataFrame
Sets the panel implementing the import functionality.
setIndex(int) - Method in class com.jstatcom.equation.CoeffTable
Sets the index denoting the part in the equation for this table.
setIndex(int) - Method in class com.jstatcom.equation.SubMatModel
Sets the index of this part of the equation.
setIndex(int) - Method in class com.jstatcom.equation.VarNamesVector
Sets the current lag index to be shown.
setInt(int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setInt.
setInt(int, int) - Method in class com.jstatcom.engine.CPtr
Set value at location being pointed to.
setInt(Integer) - Method in class com.jstatcom.model.JSCInt
Sets the value of this to newValue and fires a JSCDataEvent of type: JSCDataEventTypes.VALUE_CHANGED if !
setIntercellSpacing(Dimension) - Method in class com.jstatcom.table.BorderTable
Sets the width and height between cells to newSpacing and redisplays the receiver.
setIntType(boolean) - Method in class com.jstatcom.component.NumSelector
Sets whether the underlying symbol is stored as JSCTypes.INT or as JSCTypes.NUMBER.
setIsOutputOn(JSCInt) - Method in class com.jstatcom.component.TopFrameSettings
Sets whether output is on.
setJSCData(JSCData) - Method in class com.jstatcom.model.Symbol
Sets the reference of this symbol to a new data object.
setJSCData(JSCData[]) - Method in interface com.jstatcom.project.ProjectData
Sets the data to be stored as a JSCData array.
setJSCData(JSCData) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the data object to be displayed in this table.
setJSCData(JSCData[]) - Method in class com.jstatcom.ts.TSProjectData
Sets the data array for the underlying data.
setJSCProperty(JSCPropertyTypes, Object) - Method in class com.jstatcom.model.AbstractJSCData
Set the value for a property type.
setJSCProperty(JSCPropertyTypes, Object) - Method in interface com.jstatcom.model.JSCData
Set the value for a property type.
setJSCSArray(JSCSArray) - Method in class com.jstatcom.component.CheckBoxList
Sets the data that should be displayed in the list.
setLagIndex(int) - Method in class com.jstatcom.equation.EqTermDefault
Sets the lag index of this equation term.
setLeadingSignVisible(boolean) - Method in class com.jstatcom.equation.EqTerm
Handles the leading sign property.
setLeadingSignVisible(boolean) - Method in class com.jstatcom.equation.EqTermAR
Manages visibility of the leading sign label.
setLeadingSignVisible(boolean) - Method in class com.jstatcom.equation.EqTermDefault
Manages visibility of the leading sign label.
setLeadingSignVisible(boolean) - Method in class com.jstatcom.equation.EqTermEC
Manages visibility of the leading sign label.
setLeadingSignVisible(boolean) - Method in class com.jstatcom.equation.EqTermLHS
Empty implementation.
setLong(int, long) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setLong.
setLong(int, long) - Method in class com.jstatcom.engine.CPtr
Set value at location being pointed to.
setMatrixCentered(boolean) - Method in class com.jstatcom.equation.EqTermDefault
Sets whether the matrix displaying the coefficients is centered in the term.
setMaximumColumnWidth(int) - Method in class com.jstatcom.table.BorderTable
Sets the BorderTable's maximum column width.
setMaximumVisibleColumns(int) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the maximum number of visible cols that this scrollpane shows.
setMaximumVisibleRows(int) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the maximum number of visible rows that this scrollpane shows.
setMinimumColumnWidth(int) - Method in class com.jstatcom.table.BorderTable
Sets the BorderTable's minimum column width.
setMinimumVisibleColumns(int) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the minimum number of visible cols that this scrollpane shows without scrolling.
setMinimumVisibleRows(int) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the minimum number of visible rows that this scrollpane shows without scrolling.
setMinNumberOfObs(int) - Method in class com.jstatcom.ts.TSDateRangeSelector
Sets the minimum number of observations selectable by this component.
setModel(TableModel) - Method in class com.jstatcom.table.JSCAbstractDataTable
Overwrites supermethod to fire a "model" property change event.
setModelForJSCData(JSCData) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the table model for a data object.
setModelForJSCData(JSCData) - Method in class com.jstatcom.table.JSCNArrayTable
 
setModelForJSCData(JSCData) - Method in class com.jstatcom.table.JSCSArrayTable
 
setModelForSymbolName(SymbolTable, String) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the table model according to the symbol defined by table and name.
setModelForSymbolName(SymbolTable, String) - Method in class com.jstatcom.table.JSCNArrayTable
 
setModelForSymbolName(SymbolTable, String) - Method in class com.jstatcom.table.JSCSArrayTable
 
setMouseListener(MouseListener) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the mouse listener.
setMouseListenerCoeff(MouseListener) - Method in class com.jstatcom.equation.EqTermAR
Sets the mouse listener for the underlying coefficients tables.
setMouseListenerCoeff(MouseListener) - Method in class com.jstatcom.equation.EqTermDefault
Sets the mouse listener for the underlying coefficients table.
setMouseListenerCoeff(MouseListener) - Method in class com.jstatcom.equation.EqTermEC
Sets the mouse listener for the underlying coefficients tables.
setName(String) - Method in class com.jstatcom.ts.TS
Sets the name of this time series to a new name.
setNumber(double) - Method in class com.jstatcom.component.NumSelector
Sets the currently displayed number with checking whether it conforms to the specified range.
setNumber(Double) - Method in class com.jstatcom.model.JSCNumber
Sets the value of this to newValue and fires a JSCDataEvent of type: JSCDataEventTypes.VALUE_CHANGED if !
setNumberFormatType(NumberFormatTypes) - Method in class com.jstatcom.component.NumRangeSelector
Sets the current number format type.
setNumberFormatType(NumberFormatTypes) - Method in class com.jstatcom.component.NumSelector
Sets the current number format type.
setNumberOfColumns(int) - Method in class com.jstatcom.equation.SubMatModel
Sets the number of columns in this model.
setNumberRange(NumberRange) - Method in class com.jstatcom.component.NumRangeSelector
Sets the currently displayed number range with checking whether it conforms to the specified overall range.
setNumberRange(NumberRange) - Method in class com.jstatcom.component.NumSelector
Sets the range that the number input is checked against.
setNumberRange(NumberRange) - Method in class com.jstatcom.table.JSCNArrayTable
Sets the number range to verify number input when cells are edited with the default editor set for this table.
setObjArray(Object[]) - Method in class com.jstatcom.component.CheckBoxList
Sets the data that should be displayed in the list.
setOneEndogenousOnly(boolean) - Method in class com.jstatcom.ts.TSSel
Sets whether only one endogenous variable should be selectable or more.
setOutErrHandler(OutErrHandler) - Method in class com.jstatcom.engine.matlab.MatlabEngine
Sets a new output error handler.
setOutHolder(OutHolder) - Method in class com.jstatcom.engine.PCall
Sets the output component that the results and other output should be written to.
setOutput(OutputData[]) - Method in class com.jstatcom.project.OutputPanel
Sets an array of output objects to be handled by this component.
setOutputHistory(boolean) - Method in class com.jstatcom.project.OutputList
Sets whether output history is on.
setOverallNumberRange(NumberRange) - Method in class com.jstatcom.component.NumRangeSelector
Sets the overall range that the range input is checked against.
setOverallRangeExpr(String) - Method in class com.jstatcom.component.NumRangeSelector
Sets the range to be checked against by specifying a string of the form ["(", "["] lowerBound "," upperBound + ["]", ")"], where lowerbound/upperBound are either a number or a symbolname, for example [lowerBound_p, upperBound_p] or (0, upperBound_x] or [1,10].
setParent(JFrame) - Method in class com.jstatcom.project.OutputList
Sets the parent frame that is used by modal dialogs within a frame.
setPopup(JPopupMenu) - Method in class com.jstatcom.component.ResultField
Sets a new popup whose processMouseEvent method is called, when a mouseReleased event occured.
setPrecision(int) - Method in class com.jstatcom.component.NumRangeSelector
Sets number of digits right to decimal point.
setPrecision(int) - Method in class com.jstatcom.component.NumSelector
Sets number of digits right to decimal point.
setPrecision(int) - Method in class com.jstatcom.equation.EqTermAR
Sets the precision for the underlying coefficients tables.
setPrecision(int) - Method in class com.jstatcom.equation.EqTermDefault
Sets the precision for the underlying coefficients table.
setPrecision(int) - Method in class com.jstatcom.equation.EqTermEC
Sets the precision for the underlying coefficients tables.
setPrecision(int) - Method in class com.jstatcom.table.JSCNArrayTable
Sets the precision for the number display.
setPrecision(int) - Method in interface com.jstatcom.table.NumberDisplayTable
Sets the number of decimal digits for the number display.
setPrecision(int) - Method in class com.jstatcom.ts.TSTable
Sets number of digits right to decimal point.
setPrintDate(boolean) - Method in class com.jstatcom.engine.PCall
Sets whether date is printed in output, the default is true.
setProjectData(ProjectData) - Method in interface com.jstatcom.project.ProjectDataHandler
Sets the project data to the implementing handler.
setProjectData(ProjectData) - Method in class com.jstatcom.project.ProjectDataManager
Sets the project data to the respective handler.
setProjectData(ProjectData) - Method in class com.jstatcom.ts.TSHolder
Sets the project data to this shared data repository for time series.
setProjectNode(ProjectTreeNode) - Method in class com.jstatcom.project.ProjectDialog
Set the project node that is currently being edited.
setProjectToFile(File, Project) - Method in class com.jstatcom.project.ProjectManager
Serializes the fully specified project to the file currentProjectFile.
setRangeBounds(String) - Method in class com.jstatcom.component.NumRangeSelector
Sets the currently selected range by specifying a string with lower bound and upper bound seperated by a komma, for example 1, 100.
setRangeExpr(String) - Method in class com.jstatcom.component.NumSelector
Sets the range to be checked against by specifying a string of the form ["(", "["] lowerBound "," upperBound + ["]", ")"], where lowerbound/upperBound are either a number or a symbolname, for example [lowerBound_p, upperBound_p] or (0, upperBound_x] or [1,10].
setRendererCoeff(TableCellRenderer) - Method in class com.jstatcom.equation.EqTermAR
Sets the cell renderer for the underlying coefficients tables.
setRendererCoeff(TableCellRenderer) - Method in class com.jstatcom.equation.EqTermDefault
Sets the cell renderer for the underlying coefficients table.
setRendererCoeff(TableCellRenderer) - Method in class com.jstatcom.equation.EqTermEC
Sets the cell renderer for the underlying coefficients tables.
setRowEditable(boolean, int, boolean) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets a rows editable.
setRowEditableMap(Map<Integer, Boolean>) - Method in class com.jstatcom.table.JSCAbstractTableModel
Sets the editable properties for each row.
setRowHeaderAlignment(int) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the row header alignment, the default is JLabel.RIGHT.
setRowHeaderCellRenderer(TableCellRenderer) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets a new cell renderer for the row header.
setRowHeaderData(JSCSArray) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the data object used for the row header.
setRowHeaderShowing(boolean) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets whether the row header should be displayed.
setRowHeaderSymbolName(String) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the symbol name for the SARRAY row header data.
setRowSelectionMode(int) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the selection mode for rows.
setSaveDialog(boolean) - Method in class com.jstatcom.project.ProjectDialog
Sets whether this dialog is a save dialog or an edit dialog which affects is behaviour.
setSelectedFiles(JSCSArray) - Method in class com.jstatcom.io.FileSupportSettings
Sets the JSCSArray with the names of selected files and directories.
setSelectedIndices(JSCNArray) - Method in class com.jstatcom.ts.Selection
Sets the array with the selected indices.
setSelectedRange(JSCDRange) - Method in class com.jstatcom.ts.Selection
Sets the selected date range.
setSelection(Selection) - Method in class com.jstatcom.ts.TSSel
Sets the selection of this component according to sel.
setSelectionChanged() - Method in class com.jstatcom.component.CheckBoxList
This method is called, whenever the mouse was clicked over an item in the list and the selection changed.
setSelectionChanged() - Method in class com.jstatcom.ts.TSSel
Sets the selection changed property and fires PropertyChangeEvent if the value changed.
setSelectionMode(int) - Method in class com.jstatcom.ts.TSSel
Sets the selection mode to be a valid mode for JList.
setSelectionStatus(int[]) - Method in class com.jstatcom.component.CheckBoxList
Sets the selection of the checkboxes in this list according to an array indicating the selection status.
setSheets(String[]) - Method in class com.jstatcom.io.TSExcelDialog
Sets the names of the available sheets contained in the selected EXCEL file.
setShort(int, short) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setShort.
setShort(int, short) - Method in class com.jstatcom.engine.CPtr
Set value at location being pointed to.
setShowingTimeIndex(boolean) - Method in class com.jstatcom.equation.EqTermDefault
Sets whether the variable names vector should have a time index to indicate the lag, for example income(t) or income(t-1).
setShowingTimeIndex(boolean) - Method in class com.jstatcom.equation.VarNamesVector
Sets whether the time index should be shown.
setSortByTime(boolean) - Method in class com.jstatcom.project.OutputList
Sets whether the elements are sorted by time.
setSplitLocation(JSCInt) - Method in class com.jstatcom.component.TopFrameSettings
Sets the position of the splitpane divider.
setStartLag(int) - Method in class com.jstatcom.equation.EqTermAR
Sets with which lag the equation term starts with.
setState(ProjectState) - Method in class com.jstatcom.model.ModelFrame
Empty default implementation that does nothing.
setState(ProjectState) - Method in interface com.jstatcom.project.ProjectStateHandler
Sets the state of the implementing class according to the state argument.
setStopButtonVisible(boolean) - Method in class com.jstatcom.engine.DefaultPCallControl
Shows or hides the stop button.
setString(int, String) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.setString.
setString(int, String) - Method in class com.jstatcom.engine.CPtr
Copy string value to the location being pointed to.
setSymbol(Symbol) - Method in class com.jstatcom.model.control.DefaultSymbolPanel
 
setSymbol(Symbol) - Method in class com.jstatcom.model.control.JSCNArrayPanel
 
setSymbol(Symbol) - Method in class com.jstatcom.model.control.JSCSArrayPanel
 
setSymbol(Symbol) - Method in class com.jstatcom.model.control.SymbolPanel
Sets the symbol to be displayed by this panel.
setSymbol(Symbol) - Method in class com.jstatcom.model.SymbolTable
Puts a new symbol into the collection.
setSymbolDef(JSCTypeDef) - Method in class com.jstatcom.component.SymbolDisplay
Sets the type definition of the symbol to be displayed.
setSymbolEditable(boolean) - Method in class com.jstatcom.model.control.DefaultSymbolPanel
Empty implementation.
setSymbolEditable(boolean) - Method in class com.jstatcom.model.control.JSCNArrayPanel
Sets whether the data table is editable.
setSymbolEditable(boolean) - Method in class com.jstatcom.model.control.JSCSArrayPanel
Sets whether the data table is editable.
setSymbolEditable(boolean) - Method in class com.jstatcom.model.control.SymbolPanel
Sets whether data in this symbol panel should be editable.
setSymbolName(String) - Method in class com.jstatcom.component.CheckBoxList
Sets the symbol name to retrieve data from.
setSymbolName(String) - Method in class com.jstatcom.component.NumSelector
Sets the symbol name to retrieve and store data from.
setSymbolName(String) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the name of the symbol to display.
setSymbolNameAlphaCoeff(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the alpha coefficients.
setSymbolNameAlphaSubsetRes(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the subset restrictions corresponding to the alpha coefficients.
setSymbolNameBetaCoeff(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the beta coefficients of the endogenous variables.
setSymbolNameBetaDetCoeff(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the beta coefficients of the restricted deterministic variables.
setSymbolNameBetaDetSubsetRes(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the subset restrictions corresponding to the beta coefficients of the restricted deterministic variables.
setSymbolNameBetaSubsetRes(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the subset restrictions corresponding to the beta coefficients of the endogenous variables.
setSymbolNameCoeff(String) - Method in class com.jstatcom.equation.EqTermAR
Sets the symbolname for the coefficients.
setSymbolNameCoeff(String) - Method in class com.jstatcom.equation.EqTermDefault
Sets the symbol name for the coefficients.
setSymbolNameDetVarNames(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the names of the deterministic variables.
setSymbolNameEndVarNames(String) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbolname for the names of the endogenous variables.
setSymbolNameLags(String) - Method in class com.jstatcom.equation.EqTermAR
Sets the symbolname for the lags.
setSymbolNameSelected(String) - Method in class com.jstatcom.component.CheckBoxList
Sets the symbol name to store the selection state to.
setSymbolNameSelRows(String) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the name of the symbol with the index of selected table rows.
setSymbolNameSubsetRes(String) - Method in class com.jstatcom.equation.CoeffTable
Sets the symbol name of the subset restrictions that correspond to the coefficients displayed in this table.
setSymbolNameSubsetRes(String) - Method in class com.jstatcom.equation.EqTermAR
Sets the symbolname for the subset restrictions corresponding to the coefficients.
setSymbolNameSubsetRes(String) - Method in class com.jstatcom.equation.EqTermDefault
Sets the symbol name for the subset restrictions that are set for the coefficients.
setSymbolNameVariables(String) - Method in class com.jstatcom.equation.EqTermAR
Sets the symbolname for the names of the variables.
setSymbolNameVariables(String) - Method in class com.jstatcom.equation.EqTermDefault
Sets the symbol name ffor the variable names corresponding to the coefficients.
setSymbolScope(Scope) - Method in class com.jstatcom.component.CheckBoxList
Sets the symbol scope.
setSymbolScope(Scope) - Method in class com.jstatcom.component.NumSelector
Sets the symbol scope.
setSymbolScope(Scope) - Method in class com.jstatcom.component.SymbolDisplay
Sets the scope of the displayed symbol.
setSymbolScope(Scope) - Method in class com.jstatcom.equation.EqTerm
Sets the symbol scope, which defines which symbol table to use (local, global or upper).
setSymbolScope(Scope) - Method in class com.jstatcom.equation.EqTermAR
Sets the symbol scope, which defines which symbol table to use ( local,global or upper).
setSymbolScope(Scope) - Method in class com.jstatcom.equation.EqTermDefault
Sets the symbol scope, which defines which symbol table to use (local, global or upper).
setSymbolScope(Scope) - Method in class com.jstatcom.equation.EqTermEC
Sets the symbol scope, which defines which symbol table to use (local, global or upper).
setSymbolScope(Scope) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the symbol scope, which defines which symbol table to use ( local,global or upper).
setSymbolScope(Scope) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the scope for the symbols used for row and column header.
setSymbolTable(SymbolTable) - Method in class com.jstatcom.engine.PCall
Sets the symbol table to access data objects.
setSymbolTable(SymbolTable) - Method in class com.jstatcom.model.SymbolTable
Sets the contents of table to this symbol table by applying the following rules: if a symbol is only part of table but not of this, then a new symbol with the same name is created in this table and the reference to the underlying JSCData instance is copied if table and this contain symbols with the same name, then the reference to the underlying JSCData instance is copied from the symbol of the argument table to this table all symbols that are part of this table but not of the argument table are left untouched This operation does not change the argument symbol table, but by copying references its symbols might be affected by operations on this table afterwards.
setSymbolTable(SymbolTable) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the symbol table used by this table to retrieve symbols by their name and the corresponding type for the table.
setSymbolTable(SymbolTable) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Sets the symbol table used for row and column header data.
setSymbolTableNode(SymbolTableTreeNode) - Method in class com.jstatcom.model.SymbolTable
Sets the symbol table node that represents this table in a SymbolTree.
setTablePopup(JPopupMenu) - Method in class com.jstatcom.equation.EqTermAR
Sets the popup menu for the underlying coefficients tables.
setTablePopup(JPopupMenu) - Method in class com.jstatcom.equation.EqTermDefault
Sets the popup menu for the underlying coefficients tables.
setTablePopup(JPopupMenu) - Method in class com.jstatcom.table.JSCAbstractDataTable
Sets the RIGHT mouse popup for the table.
setTablePopup(JPopupMenu) - Method in class com.jstatcom.ts.TSTable
Sets the new JPopupMenu that appears, if the RIGHT mouse is clicked over this table.
setTestMode(boolean) - Method in class com.jstatcom.io.TSASCIIHandler
Sets this handler in test mode.
setTestMode(boolean) - Method in class com.jstatcom.io.TSExcelHandler
Sets this handler in test mode.
setTestMode(boolean) - Method in class com.jstatcom.io.TSGaussDATHandler
Sets this handler in test mode.
setTestMode(boolean) - Method in class com.jstatcom.io.TSGaussFMTHandler
Sets this handler in test mode.
setTestMode(boolean) - Method in class com.jstatcom.io.TSMatlabHandler
Sets this handler in test mode.
setText(String) - Method in class com.jstatcom.component.ResultField
Sets text to the text area.
setTextCarefully(String) - Method in class com.jstatcom.component.IValTextField
Sets the text but preserves selection and caret position if possible.
Settings - Class in com.jstatcom.project
Represents all settings that should be stored permanently between different program runs.
Settings() - Constructor for class com.jstatcom.project.Settings
 
Settings_XML - Static variable in class com.jstatcom.project.Settings
 
SettingsElement - Interface in com.jstatcom.project
Represents runtime information that should be stored permanently between two program runs.
SettingsManager - Class in com.jstatcom.project
Singleton class that manages storing and retrieving of settings that should be kept permanently between two program runs.
setTopFrame(TopFrame) - Method in class com.jstatcom.project.ProjectManager
Sets the reference to the TopFrame component that can be used for (de)serializing projects.
setTopFrameRef(JFrame) - Static method in class com.jstatcom.component.TopFrameReference
Set the reference to the top-level frame of the application.
setTopFrameSettings(TopFrameSettings) - Method in class com.jstatcom.component.TopFrame
Sets the appearance of this frame according to the settings argument.
setTopModuleByName(String) - Method in class com.jstatcom.component.TopFrame
Sets the module frame that should be displayed via its title.
setTransposed(boolean) - Method in class com.jstatcom.table.JSCSArrayTableModel
Sets whether the underlying data array is transposed through this model.
setTS(TS[]) - Method in class com.jstatcom.ts.TSHolder
Clears all currently stored time series and adds the series contained in newTimeSeries.
setTS(TS[]) - Method in class com.jstatcom.ts.TSTable
Sets the TS to be held by the table.
setTS(TS[]) - Method in class com.jstatcom.ts.TSTableModel
Sets the TS to be held by the model.
setTSDate(TSDate) - Method in class com.jstatcom.ts.TSDateSelector
Sets the currently displayed date if it conforms to the specified range.
setTSDateRange(TSDateRange) - Method in class com.jstatcom.ts.TSDateRangeSelector
Sets the currently displayed date range if it conforms to the specified overall range.
setTSKeyListener(KeyListener) - Method in class com.jstatcom.ts.TSList
Sets new KeyListener, removes old one.
setTSList(TSList) - Method in class com.jstatcom.ts.DefaultTSListPopup
Sets the reference to the TSList that this popup is invoked on.
setTSList(TSList) - Method in class com.jstatcom.ts.TSDescDialog
Sets TSList for this dialog.
setTSList(TSList) - Method in class com.jstatcom.ts.TSDummyDialog
Sets TSList for this dialog.
setTSList(TSList) - Method in class com.jstatcom.ts.TSEditDialog
Sets TSList for this dialog, where the selected TS are retrieved from.
setTSList(TSList) - Method in class com.jstatcom.ts.TSTransDialog
Sets TSList for this dialog.
setTSListPopup(JPopupMenu) - Method in class com.jstatcom.ts.TSList
Sets a new popup whose processMouseEvent method is called, when a mouseReleased event occured.
setTSMouseListener(MouseListener) - Method in class com.jstatcom.ts.TSList
Sets new MouseListener, removes old one.
setTSProject(TSProject) - Method in class com.jstatcom.ts.TS
Sets project that this TS belongs to.
setTSType(TSTypes) - Method in class com.jstatcom.ts.TS
Sets the type of this time series.
setUpperScope(boolean) - Method in class com.jstatcom.ts.TSSel
Sets whether UPPER or default GLOBAL scope should be used.
setVal(TSDate) - Method in class com.jstatcom.model.JSCDate
Sets a new value to this date adapter.
setVal(TSDateRange) - Method in class com.jstatcom.model.JSCDRange
Sets a new value to this date adapter.
setVal(int) - Method in class com.jstatcom.model.JSCInt
Sets the value of this to newInt.
setVal(double[][]) - Method in class com.jstatcom.model.JSCNArray
Sets the value of this to newValue.
setVal(int[][]) - Method in class com.jstatcom.model.JSCNArray
Sets the value of this to newValue, see JSCNArray.setVal(double[][] newValue).
setVal(double[]) - Method in class com.jstatcom.model.JSCNArray
Sets the value of this to newValue, see JSCNArray.setVal(double[][] newValue).
setVal(int[]) - Method in class com.jstatcom.model.JSCNArray
Sets the value of this to newValue, see JSCNArray.setVal(double[][] newValue).
setVal(JSCNArray) - Method in class com.jstatcom.model.JSCNArray
Sets the values stored in val to this JSCNArray.
setVal(Matrix) - Method in class com.jstatcom.model.JSCNArray
Sets the values stored in mat to this JSCNArray.
setVal(double) - Method in class com.jstatcom.model.JSCNumber
Sets the value of this to newDouble.
setVal(String[][]) - Method in class com.jstatcom.model.JSCSArray
Sets the value of this to newValue.
setVal(String...) - Method in class com.jstatcom.model.JSCSArray
Sets the value of this to newValue, see JSCSArray.setVal(String[][] newValue).
setVal(JSCSArray) - Method in class com.jstatcom.model.JSCSArray
Sets the values stored in val to this JSCSArray.
setVal(String) - Method in class com.jstatcom.model.JSCString
Sets the value of this to newValue.
setVal(Object) - Method in class com.jstatcom.model.JSCVoid
Sets the value of this to newValue.
setValAt(double, int, int) - Method in class com.jstatcom.model.JSCNArray
Sets the double element stored at index i, j.
setValAt(String, int, int) - Method in class com.jstatcom.model.JSCSArray
Sets the String element stored at index i, j.
setValueAt(Object, int, int) - Method in class com.jstatcom.component.AppSettings
 
setValueAt(Object, int, int) - Method in class com.jstatcom.table.JSCNArrayTableModel
The data model is editable.
setValueAt(Object, int, int) - Method in class com.jstatcom.table.JSCSArrayTableModel
The data model is editable.
setValueAt(Object, int, int) - Method in class com.jstatcom.ts.TSTableModel
Sets data at a given position and displays an error message if input cannot be parsed to a double.
setVariableNames(String[]) - Method in class com.jstatcom.io.TSDataDialog
Sets the displayed variable names.
setVarName(String) - Method in class com.jstatcom.component.VarNameSelector
Sets the selected name to newVarName, validates it and automatically sets it to lower case.
setViewportView(Component) - Method in class com.jstatcom.table.JSCDataTableScrollPane
Overwrites supermethod to handle data table components specially.
setViewportView(Component) - Method in class com.jstatcom.ts.TSTableScrollPane
 
setVisible(boolean) - Method in class com.jstatcom.component.SplashScreen
Show or hide the splash screen.
setVisible(boolean) - Method in class com.jstatcom.equation.CoeffTable
Extends the super method by firering the (boolean) property change "visible".
setVisible(boolean) - Method in class com.jstatcom.equation.EqTerm
Extends the super method by firering the (boolean) property change "visible".
setVisible(boolean) - Method in class com.jstatcom.equation.VarNamesVector
Extends the super method by firing the (boolean) property change "visible".
setVisible(boolean) - Method in interface com.jstatcom.io.RedirectReceiver
Shows the component implementing this.
setVisible(boolean) - Method in class com.jstatcom.io.TSExcelDialog
Overwrites setVisible.
SHARED_MEM_SIZE - Static variable in class com.jstatcom.engine.gauss.GaussConfigKeys
The size of the shared memory used for the communication.
SHARED_MEM_SIZE - Static variable in class com.jstatcom.engine.matlab.MatlabConfigKeys
The size of the shared memory used for the communication.
SHOW_DESCRIPTION - Static variable in class com.jstatcom.ts.TSActionTypes
Shows the description for prohject of the 1st selected time series.
showCard(Component) - Method in class com.jstatcom.component.CardDisplayPanel
Reimplements the super method and fires property change events.
showCard(Component) - Method in class com.jstatcom.component.CardPanel
Hide the currently visible child "card" and show the specified card.
showCard(String) - Method in class com.jstatcom.component.CardPanel
Show the card with the specified name.
showConfigDialog(ConfigHolder) - Static method in class com.jstatcom.engine.ConfigDialog
Displays this with a user input mask specific for an engine.
showFirstCard() - Method in class com.jstatcom.component.CardPanel
Show the first card that was added to this CardPanel.
showHelp() - Static method in class com.jstatcom.component.JHelpAction
Shows the helpset that has been initialized via startHelpWorker.
showHelp(String) - Static method in class com.jstatcom.component.JHelpAction
Shows the topic associated with target in the helpset that has been initialized via startHelpWorker.
showHelpFromFocus() - Static method in class com.jstatcom.component.JHelpAction
Shows the topic associated with the component that currently has focus in the helpset that has been initialized via startHelpWorker.
showLastCard() - Method in class com.jstatcom.component.CardPanel
Show the last card that was added to this CardPanel.
showLog(boolean) - Method in class com.jstatcom.io.LogFrame
Shows this component.
showLog(boolean) - Method in interface com.jstatcom.io.Logger
Shows the component implementing this.
shown(boolean) - Method in interface com.jstatcom.component.Card
This method is called by CardDisplayPanel whenever a card component is shown or hidden.
shown(boolean) - Method in class com.jstatcom.model.ModelPanel
Empty default imlementation for Card interface.
showNextCard() - Method in class com.jstatcom.component.CardPanel
Show the card that was added to this CardPanel after the currently visible card.
showPreviousCard() - Method in class com.jstatcom.component.CardPanel
Show the card that was added to this CardPanel before the currently visible card.
showStatus(String, int) - Method in class com.jstatcom.component.SplashScreen
Updates the status bar.
shutdown() - Method in interface com.jstatcom.engine.Engine
Terminates this engine and does clean up tasks.
shutdown() - Method in class com.jstatcom.engine.gauss.GaussEngine
 
shutdown() - Method in class com.jstatcom.engine.grte.GRTEngine
Deletes graphics directory and shuts down all workspaces by calling Gauss.shutdown().
shutdown() - Method in class com.jstatcom.engine.matlab.MatlabEngine
Empty method, no termination code.
shutdown() - Method in class com.jstatcom.engine.mlab.MLabEngine
Calls termination code.
shutdown() - Method in class com.jstatcom.engine.mlab.StubMlabEngine
Calls termination code.
shutdown() - Method in class com.jstatcom.engine.ox.OxEngine
Shuts down Ox workspace.
shutdown() - Method in class com.jstatcom.engine.rstat.RStatEngine
 
shutdown() - Method in class com.jstatcom.engine.stub.StubEngine
Does nothing.
sign(int) - Static method in class com.jstatcom.util.UMath
Returns -1 if arg is smaller than zero and 1 if it is greater or equal to zero.
SIGPOSINF_STRING - Static variable in class com.jstatcom.util.UString
 
SimpleCharStream - Class in com.jstatcom.parser
 
SimpleCharStream(Reader, int, int, int) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class com.jstatcom.parser.SimpleCharStream
 
SIN - Static variable in class com.jstatcom.parser.CalcFunctions
sin(a), computes sinus function for all elements of an array.
SIZE - Static variable in class com.jstatcom.engine.CPtr
The size of a C pointer on the platform this Java virtual machine is running on.
size() - Method in class com.jstatcom.model.JSCMap
 
size() - Method in class com.jstatcom.model.SymbolTable
Gets the number of stored symbols in this collection.
sizeColumnsToFit(int) - Method in class com.jstatcom.table.BorderTable
Empty method.
skeleton() - Method in class com.jstatcom.component.TopFrame
Skeleton method to call template methods in the following order: setLookAndFeel startSplash adjustFrameSizeandLocation initLog addMenuBar addToolBar addStatusBar setModulesFromXML extra If this method is overwritten, then no components will be added to this frame.
skipPaddingBytes(DataInputStream, int, int) - Static method in class com.jstatcom.io.TSMatlabHandler
Skips the bytes remaining to fill a padding -byte boundary after writing bytes.
smallFontDefault - Static variable in class com.jstatcom.component.CompSettings
Default for small font.
sortByName() - Method in class com.jstatcom.project.OutputList
Displays all list elements by their name in ascending order.
sortByTime() - Method in class com.jstatcom.project.OutputList
Displays all list elements by their date in ascending order.
specialToken - Variable in class com.jstatcom.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SplashScreen - Class in com.jstatcom.component
A SplashScreen for use when starting applications.
SplashScreen(Icon, String, String) - Constructor for class com.jstatcom.component.SplashScreen
Create a new SplashScreen
splitDeterministics(JSCNArray, boolean) - Static method in class com.jstatcom.util.UData
Takes an array with deterministic terms and computes indices for the breaks of all dummy variables.
sprintf(String, FArg) - Static method in class com.jstatcom.util.FArg
A wrapper method for the PrintfFormat.sprintf method.
sprintf(String, Object...) - Static method in class com.jstatcom.util.FArg
A wrapper method for the PrintfFormat.sprintf method with a convenient vararg argument.
sprintf() - Method in class com.jstatcom.util.PrintfFormat
Format nothing.
sprintf(Object...) - Method in class com.jstatcom.util.PrintfFormat
Format an array of objects.
sprintf(double) - Method in class com.jstatcom.util.PrintfFormat
Format a double.
sprintf(int) - Method in class com.jstatcom.util.PrintfFormat
Format an int.
sprintf(long) - Method in class com.jstatcom.util.PrintfFormat
Format an long.
sprintf(String) - Method in class com.jstatcom.util.PrintfFormat
Format a String.
SQRT - Static variable in class com.jstatcom.parser.CalcFunctions
sqrt(a), computes square root for all elements of an array.
srcFile - Variable in class com.jstatcom.engine.gauss.LIBSet.SRCLibPair
 
SRCFile_XML - Static variable in class com.jstatcom.engine.gauss.GCGSet.SRCFile
XML format field for (de)serialization.
SRCLibPair_XML - Static variable in class com.jstatcom.engine.gauss.LIBSet.SRCLibPair
XML format field for (de)serialization.
STAND - Static variable in class com.jstatcom.parser.CalcFunctions
stand(a), creates a normalized version if the array by subtracting the mean and dividing by the standard deviation.
standardize(JSCNArray, String) - Static method in class com.jstatcom.util.UData
Creates a new data object with the elements of dat divided by the standard devitation of the respective columns of dat.
standardize(double[][]) - Static method in class com.jstatcom.util.UMatrix
Gets a new array with the elements of arg divided by the standard devitation of the respective columns of arg.
start(boolean) - Method in class com.jstatcom.engine.gauss.GaussEngine
Starts an instance of GAUSS.
start(String) - Static method in class com.jstatcom.io.RedirectOutput
Starts redirecting stdout and stderr to a log file.
start(RedirectReceiver) - Static method in class com.jstatcom.io.RedirectOutput
Starts redirecting stdout and stderr to a logging component.
start() - Method in class com.jstatcom.ts.TS
Returns the date when the first observation in this TS occurs.
STARTDATE - Static variable in class com.jstatcom.io.TSImportTypes
Identifier for the start date.
started(PCall) - Method in class com.jstatcom.engine.DefaultPCallControl
 
started(PCall) - Method in class com.jstatcom.engine.PCallAdapter
 
started(PCall) - Method in interface com.jstatcom.engine.PCallListener
Invoked when the procedure's run method was called within the main worker thread.
startHelpWorker(String) - Static method in class com.jstatcom.component.JHelpAction
Creates a worker thread to initialize a HelpBroker object for a helpset specified by hSetName.
startHelpWorker(List) - Static method in class com.jstatcom.component.JHelpAction
Creates a worker thread to initialize a HelpBroker object for a helpsets contained in helpSetList.
startWorkers() - Method in class com.jstatcom.io.FileSupport
Starts the SwingWorker threads to create JFileChooser instances in the background.
staticFlag - Static variable in class com.jstatcom.parser.SimpleCharStream
 
STDC - Static variable in class com.jstatcom.parser.CalcFunctions
stdc(a), computes the standard deviation of all elements in an array.
stdc(double[][]) - Static method in class com.jstatcom.util.UMatrix
Gets a vector with the standard deviations of all columns of arg.
StdMessages - Class in com.jstatcom.component
Contains a collection of dialogs that could be used to standardize messages of different types throughout an application.
stop() - Method in interface com.jstatcom.engine.Engine
Stops a running execution.
stop() - Method in class com.jstatcom.engine.gauss.GaussEngine
 
stop() - Method in class com.jstatcom.engine.grte.GRTEngine
Throws an Exception, because the task cannot be stopped.
stop() - Method in class com.jstatcom.engine.matlab.MatlabEngine
 
stop() - Method in class com.jstatcom.engine.mlab.MLabEngine
Throws an Exception, because the task cannot be stopped.
stop() - Method in class com.jstatcom.engine.mlab.StubMlabEngine
Throws an Exception, because the task cannot be stopped.
stop() - Method in class com.jstatcom.engine.ox.OxEngine
Always throws an exception, because Ox engine tasks cannot be stopped.
stop() - Method in class com.jstatcom.engine.rstat.RStatEngine
 
stop() - Method in class com.jstatcom.engine.stub.StubEngine
Throws an Exception, because the task cannot be stopped.
stop() - Static method in class com.jstatcom.io.RedirectOutput
Stops redirecting the output and restored previous settings.
storeConfig(ConfigHolder) - Method in class com.jstatcom.engine.AbstractConfigPanel
Stores the information from the input mask to configHolder.
storeConfig(ConfigHolder) - Method in class com.jstatcom.engine.DefaultConfigPanel
 
storeConfig(ConfigHolder) - Method in class com.jstatcom.engine.gauss.GaussConfigPanel
 
string() - Method in class com.jstatcom.model.JSCString
Gets the stored string value.
STRING - Static variable in class com.jstatcom.model.JSCTypes
Contains a single String.
STRING_DEFAULT - Static variable in class com.jstatcom.util.ComparatorTypes
Compares two strings regardless of their case.
stringArray() - Method in class com.jstatcom.model.JSCSArray
Gets a copy of the underlying value as a String[][].
stringAt(int, int) - Method in class com.jstatcom.model.JSCSArray
Gets the String element stored at index i, j.
stringForArray(JSCSArray) - Static method in class com.jstatcom.util.UData
String representation of the first row of a string data object.
STUB - Static variable in class com.jstatcom.engine.EngineTypes
Reference to the Stub Engine type.
StubEngine - Class in com.jstatcom.engine.stub
A StubEngine manages calls to methods defined in arbitrary system libraries.
StubEngineType - Class in com.jstatcom.engine.stub
StubEngineType holds information about the StubEngine It is a Singleton.
StubLoadTypes - Class in com.jstatcom.engine.stub
This class contains all module types that can be loaded by a Stub engine.
StubMlabConfigKeys - Class in com.jstatcom.engine.mlab
Contains all constants that can be changed for the the Matlab environment.
StubMlabEngine - Class in com.jstatcom.engine.mlab
A MLabEngine manages calls to methods defined in native libraries created with the MatLab compiler from .m files.
StubMlabEngineType - Class in com.jstatcom.engine.mlab
MLabEngineType holds information about the MLabEngine.
StubMlabLoadTypes - Class in com.jstatcom.engine.mlab
This class contains all module types that can be loaded by a MLab engine.
StubMlabTest - Class in com.jstatcom.engine.mlab
This is a set of tests for the com.jstatcom.engine.mlab package.
StubMlabTest(String) - Constructor for class com.jstatcom.engine.mlab.StubMlabTest
MLabTest constructor comment.
StubTest - Class in com.jstatcom.engine.stub
This is a set of tests for the com.jstatcom.engine.stub package.
StubTest(String) - Constructor for class com.jstatcom.engine.stub.StubTest
StubTest constructor comment.
SubMatModel - Class in com.jstatcom.equation
A special table column model for the CoeffTable.
SubMatModel(int) - Constructor for class com.jstatcom.equation.SubMatModel
Creates a SubMatModel for an index denoting the part and a table.
subPeriod() - Method in class com.jstatcom.ts.TSDate
Returns the sub period of this date.
subPeriodFor(int) - Method in class com.jstatcom.ts.TSDate
Gets the sub period is reached when n periods are added to this date.
subPeriodFormat() - Method in class com.jstatcom.ts.TSDate
Returns the sub period format for the double representation of this date.
subPeriodicity() - Method in class com.jstatcom.ts.TSDate
Returns the sub periodicity of this date.
subPeriodicity() - Method in class com.jstatcom.ts.TSDateRange
Gets the sub periodicity of this date range.
SUBSET_01 - Static variable in class com.jstatcom.table.JSCCellRendererTypes
A TableCellRenderer for the subset matrizes.
SUBSET_01 - Static variable in class com.jstatcom.table.JSCMouseListenerTypes
A MouseListener that alternates an element between 0 and 1 by repeatedly clicking on it.
SUBSET_012 - Static variable in class com.jstatcom.table.JSCCellRendererTypes
A TableCellRenderer for subset matrizes.
SUBSET_012 - Static variable in class com.jstatcom.table.JSCMouseListenerTypes
A MouseListener that alternates an element between 0, 1 and 2 by repeatedly clicking on it.
SUBSET_01_GRAY - Static variable in class com.jstatcom.table.JSCCellRendererTypes
A TableCellRenderer for the non editable subset matrizes with a gray background.
SUBSET_01M1 - Static variable in class com.jstatcom.table.JSCMouseListenerTypes
A MouseListener that alternates an element between 0, 1 and -1 by repeatedly clicking on it.
SUBSET_01M1NEGINF - Static variable in class com.jstatcom.table.JSCCellRendererTypes
A TableCellRenderer for the A and B matrizes of an SVAR model.
SUBSET_0NEGINF - Static variable in class com.jstatcom.table.JSCMouseListenerTypes
A MouseListener that alternates an element between 0 and -INF by repeatedly clicking on it.
success() - Method in class com.jstatcom.engine.DefaultPCallControl
 
success() - Method in class com.jstatcom.engine.PCallAdapter
 
success() - Method in interface com.jstatcom.engine.PCallListener
Invoked when a procedure finished successfully and was not interrupted.
suite() - Static method in class com.jstatcom.component.CompTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.engine.EngineTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.engine.gauss.GaussTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.engine.grte.GRTETest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.engine.mlab.MLabTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.engine.mlab.StubMlabTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.engine.ox.OxTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.engine.stub.StubTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.io.IOTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.io.IOTestExpImp
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.model.ModelTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.model.ModelTest1
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.project.ProjectTests
 
suite() - Static method in class com.jstatcom.ts.TSDateTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.ts.TSTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
suite() - Static method in class com.jstatcom.util.UtilTest
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.
sum() - Method in class com.jstatcom.parser.CalcEngine
 
SUMC - Static variable in class com.jstatcom.parser.CalcFunctions
sumc(a), computes the sum of all elements in an array.
sumc(double[][]) - Static method in class com.jstatcom.util.UMatrix
Gets a vector with the sum of all elements in the single columns of arg.
suspendEncoding() - Method in class com.jstatcom.util.Base64.OutputStream
Suspends encoding of the stream.
SwitchTo(int) - Method in class com.jstatcom.parser.CalcEngineTokenManager
 
SwitchTo(int) - Method in class com.jstatcom.parser.MaturityParserTokenManager
 
SwitchTo(int) - Method in class com.jstatcom.parser.NumberRangeParserTokenManager
 
SwitchTo(int) - Method in class com.jstatcom.parser.TSDateParserTokenManager
 
symbol - Variable in class com.jstatcom.model.control.SymbolTreeNode
Symbol represented by this tree node.
Symbol - Class in com.jstatcom.model
The Symbol class represents a variable with a certain type and name.
Symbol(JSCData) - Constructor for class com.jstatcom.model.Symbol
Creates a Symbol with data.getName a reference to data.
Symbol(String, JSCData) - Constructor for class com.jstatcom.model.Symbol
Creates a Symbol with name and a reference to data.
Symbol(JSCTypeDef) - Constructor for class com.jstatcom.model.Symbol
Creates a Symbol with an empty object of the given type.
SYMBOL_NAME - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
Symbol_XML - Static variable in class com.jstatcom.model.Symbol
XML format field for (de)serialization.
SymbolDisplay - Class in com.jstatcom.component
This text area displays the string value of a given data object defined by a symbol.
SymbolDisplay() - Constructor for class com.jstatcom.component.SymbolDisplay
Creates a SymbolDisplay that looks like a JLabel except that it can display multiple lines.
SymbolEvent - Class in com.jstatcom.model
Events of this type are fired by Symbol objects to notify listeners about changes of various kinds.
SymbolEventSupport - Class in com.jstatcom.model
A support class for Symbol objects that manages adding, removing and notification of the different SymbolListener.
SymbolEventSupport() - Constructor for class com.jstatcom.model.SymbolEventSupport
SymbolEventSupport constructor.
SymbolEventTypes - Class in com.jstatcom.model
This enumeration contains all existing SymbolEvent types, that a SymbolListener can be registered to.
SymbolFrame - Class in com.jstatcom.model.control
A frame that holds the symbol table tree and the symbol display.
SymbolFrame() - Constructor for class com.jstatcom.model.control.SymbolFrame
Creates SymbolFrame.
SymbolListener - Interface in com.jstatcom.model
Must be implemented by listeners that need to be notified about changes in Symbol objects.
SymbolPanel - Class in com.jstatcom.model.control
To be subclassed by all panels that are used in SymbolFrame to display a certain data object.
SymbolPanel() - Constructor for class com.jstatcom.model.control.SymbolPanel
 
SymbolScope - Interface in com.jstatcom.model
An interface to be implemented by components that provide access to a hierarchy of symbol tables.
symbolTable - Variable in class com.jstatcom.model.control.SymbolTableTreeNode
SymbolTable represented by this tree node.
SymbolTable - Class in com.jstatcom.model
This class contains a sorted collection of Symbol objects that can easily be accessed.
SymbolTable(String) - Constructor for class com.jstatcom.model.SymbolTable
Creates an empty symbol table with name, and no parent.
SymbolTable(String, boolean) - Constructor for class com.jstatcom.model.SymbolTable
Creates an empty symbol table with name, and no parent.
SymbolTable(String, SymbolTable) - Constructor for class com.jstatcom.model.SymbolTable
Creates an empty symbol table with name and a parent table.
SymbolTable(String, SymbolTable, boolean) - Constructor for class com.jstatcom.model.SymbolTable
Creates an empty symbol table with name and a parent table.
SymbolTable_XML - Static variable in class com.jstatcom.model.SymbolTable
XML format field for (de)serialization.
SymbolTableTreeNode - Class in com.jstatcom.model.control
Treenode to be used with SymbolTree for displaying SymbolTable objects a JTree.
SymbolTableTreeNode(SymbolTable, DefaultTreeModel) - Constructor for class com.jstatcom.model.control.SymbolTableTreeNode
Creates a tree node for a symbol.
SymbolTree - Class in com.jstatcom.model.control
A Singleton tree that contains all symbol tables as parent nodes with their names and all JSCData elements as leafes.
SymbolTreeNode - Class in com.jstatcom.model.control
Treenode to be used with SymbolTree for displaying Symbol objects a JTree.
SymbolTreeNode(Symbol) - Constructor for class com.jstatcom.model.control.SymbolTreeNode
Creates a tree node for a symbol.
syncWithSwing(Runnable) - Static method in class com.jstatcom.component.CompSettings
Later-Invokes the operation defined in runner within the SWING event dispatching thread.
SYS - Static variable in class com.jstatcom.engine.gauss.GaussLoadTypes
A dynamic link library (.dll under Windows).
SYSLIB - Static variable in class com.jstatcom.engine.mlab.MLabLoadTypes
A system library name that must be in the library path.
SYSLIB - Static variable in class com.jstatcom.engine.mlab.StubMlabLoadTypes
A system library name that must be in the library path.
SYSLIB - Static variable in class com.jstatcom.engine.stub.StubLoadTypes
A system library name that must be in the library path.
SysRun - Class in com.jstatcom.engine
Helper class to invoke system commands via static methods.
SysRun() - Constructor for class com.jstatcom.engine.SysRun
 
SystemOutHolder - Class in com.jstatcom.component
Simple implementation of the OutHolder interface that redirects output to log.info in the append method.
SystemOutHolder() - Constructor for class com.jstatcom.component.SystemOutHolder
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z