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

D

DATA - Static variable in class com.jstatcom.io.TSImportTypes
Identifier for the data.
DataHandler - Interface in com.jstatcom.io
Interface to be implemented by classes that initiate parsing of data files and the creation of datasets.
DataHandlerTypes - Enum in com.jstatcom.io
Enumeration of all data handler types.
DATE - Static variable in class com.jstatcom.model.JSCTypes
Contains an single TSDate.
date - Variable in class com.jstatcom.project.OutputData
Date on instantiation of this OutputData object.
DateDiff - Class in com.jstatcom.util
Helper class for computing the difference of two dates in years, months, weeks or days.
DateDiff() - Constructor for class com.jstatcom.util.DateDiff
 
dateForIndex(int) - Method in class com.jstatcom.ts.TSDateRange
Returns the date corresponding to an index respective to the range.
DAY - Static variable in interface com.jstatcom.parser.MaturityParserConstants
 
DEBUG - Static variable in class com.jstatcom.model.JSCConstants
Debug flag that can be set with the DEBUG property.
debugStream - Variable in class com.jstatcom.parser.CalcEngineTokenManager
 
debugStream - Variable in class com.jstatcom.parser.MaturityParserTokenManager
 
debugStream - Variable in class com.jstatcom.parser.NumberRangeParserTokenManager
 
debugStream - Variable in class com.jstatcom.parser.TSDateParserTokenManager
 
DECODE - Static variable in class com.jstatcom.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class com.jstatcom.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.jstatcom.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String) - Static method in class com.jstatcom.util.SerializationHelper
Decode Base64 encoded string (with encode).
decodeFromFile(String) - Static method in class com.jstatcom.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class com.jstatcom.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.jstatcom.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT - Static variable in class com.jstatcom.component.NumberFormatTypes
The default NumberFormatType to be used for representing doubles.
DEFAULT - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
DEFAULT - Static variable in interface com.jstatcom.parser.MaturityParserConstants
 
DEFAULT - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
DEFAULT - Static variable in interface com.jstatcom.parser.TSDateParserConstants
 
DEFAULT - Static variable in class com.jstatcom.table.JSCCellRendererTypes
Default TableCellRenderer.
DEFAULT_PROJECT - Static variable in class com.jstatcom.ts.TSProject
Default project, where all TS are added if no other project is specified.
DefaultConfigPanel - Class in com.jstatcom.engine
Default implementation of AbstractConfigPanel to provide a user input mask for all settings needed to run an engine.
DefaultConfigPanel() - Constructor for class com.jstatcom.engine.DefaultConfigPanel
DefaultConfigPanel constructor comment.
defaultNumber() - Method in class com.jstatcom.model.NumberRange
Finds a number that is valid for this range.
defaultNumberRange() - Method in class com.jstatcom.model.NumberRange
Finds a number range that is enclosed by this range.
DefaultPCallControl - Class in com.jstatcom.engine
Default component for displaying status information about procedure calls.
DefaultPCallControl() - Constructor for class com.jstatcom.engine.DefaultPCallControl
 
DefaultSymbolPanel - Class in com.jstatcom.model.control
Default symbol panel to be used for all types that do not have a distinct panel.
DefaultSymbolPanel() - Constructor for class com.jstatcom.model.control.DefaultSymbolPanel
Creates a DefaultSymbolPanel
DefaultTSKeyListener - Class in com.jstatcom.ts
A KeyListener that is especially designed to be used with the TSList.
DefaultTSKeyListener(String) - Constructor for class com.jstatcom.ts.DefaultTSKeyListener
Creates a DefaultTSKeyListener with a descriptive name.
DefaultTSListPopup - Class in com.jstatcom.ts
A PopupMenu especially designed to work with the TSList component.
DefaultTSListPopup(String) - Constructor for class com.jstatcom.ts.DefaultTSListPopup
Creates a DefaultTSListPopup with a descriptive name.
DefaultTSMouseListener - Class in com.jstatcom.ts
A MouseListener that is especially designed to be used with the TSList.
DefaultTSMouseListener(String) - Constructor for class com.jstatcom.ts.DefaultTSMouseListener
Creates a DefaultTSMouseListener with a descriptive name.
defaultVal() - Method in class com.jstatcom.engine.ConfigKeys
Gets the default value for this config key.
delCol(int) - Method in class com.jstatcom.model.JSCNArray
Deletes column i from the value array.
delCol(int) - Method in class com.jstatcom.model.JSCSArray
Deletes column i from the value array.
delCol(double[][], int) - Static method in class com.jstatcom.util.UMatrix
Deletes the col colIndex from arg.
delCol(String[][], int) - Static method in class com.jstatcom.util.UStringArray
Deletes the column colIndex from arg.
delColsIf(int...) - Method in class com.jstatcom.model.JSCNArray
Deletes all columns of this that have a corresponding nonzero element in index.
delColsIf(int[]) - Method in class com.jstatcom.model.JSCSArray
Deletes all columns of this that have a corresponding nonzero element in index.
delColsIf(double[][], int...) - Static method in class com.jstatcom.util.UMatrix
Deletes columns of arg that have been selected by index and returns a new array with the remaining columns.
DELETE - Static variable in class com.jstatcom.ts.TSActionTypes
Deletes selected time series after asking to confirm.
deleteSelectedProjects() - Method in class com.jstatcom.project.ProjectTree
Deletes all selected project nodes from the tree.
delif(String[][], int[]) - Static method in class com.jstatcom.util.UStringArray
Deletes columns of arg that have been selected by index and returns a new array with the remaining columns.
DELIM - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
DELIM - Static variable in interface com.jstatcom.parser.TSDateParserConstants
 
delRow(int) - Method in class com.jstatcom.model.JSCNArray
Deletes row i from the value array.
delRow(int) - Method in class com.jstatcom.model.JSCSArray
Deletes row i from the value array.
delRow(double[][], int) - Static method in class com.jstatcom.util.UMatrix
Deletes the row rowIndex from arg.
delRow(String[][], int) - Static method in class com.jstatcom.util.UStringArray
Deletes the row rowIndex from arg.
delRowsIf(int...) - Method in class com.jstatcom.model.JSCNArray
Deletes all rows of this that have a corresponding nonzero element in index.
delRowsIf(int[]) - Method in class com.jstatcom.model.JSCSArray
Deletes all rows of this that have a corresponding nonzero element in index.
delRowsIf(double[][], int...) - Static method in class com.jstatcom.util.UMatrix
Deletes rows of arg that have been selected by index and returns a new array with the remaining rows.
delRowsIf(String[][], int[]) - Static method in class com.jstatcom.util.UStringArray
Deletes rows of arg that have been selected by index and returns a new array with the remaining rows.
delRowsIf(String[], int[]) - Static method in class com.jstatcom.util.UStringArray
Deletes rows of arg that have been selected by index and returns a new array with the remaining rows.
DESCRIPTION - Static variable in class com.jstatcom.io.TSImportTypes
Identifier for the description.
description - Variable in class com.jstatcom.model.JSCTypeDef
 
deSerializeProject(File) - Method in class com.jstatcom.project.ProjectManager
Restores project from currentProjectFile.
DETERMINISTIC - Static variable in class com.jstatcom.ts.TSActionTypes
Sets type of selected TS to deterministic.
DETERMINISTIC - Static variable in class com.jstatcom.ts.TSTypes
Type for deterministic series.
DFRAME_VARNAMES - Static variable in class com.jstatcom.engine.rstat.RArgProps
Legal values are String[] arrays where the entries are valid R symbols.
DIAG_01M1NEGINF - Static variable in class com.jstatcom.table.JSCCellRendererTypes
A TableCellRenderer for the A and B matrizes of an SVAR model.
DIAG_01NEGINF - Static variable in class com.jstatcom.table.JSCMouseListenerTypes
A MouseListener that alternates an element between 0, 1 and -INF by repeatedly clicking on it.
DIAG_0NEGINF - Static variable in class com.jstatcom.table.JSCMouseListenerTypes
A MouseListener that alternates an element between 0 and -INF by repeatedly clicking on it.
DIAGONAL_01 - Static variable in class com.jstatcom.table.JSCCellRendererTypes
A TableCellRenderer for the special subset matrizes.
DIAGONAL_01 - Static variable in class com.jstatcom.table.JSCMouseListenerTypes
A MouseListener that alternates an element between 0 and 1 by repeatedly clicking on it.
DIGIT - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
DIGIT - Static variable in interface com.jstatcom.parser.MaturityParserConstants
 
DIGIT - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
DIGIT - Static variable in interface com.jstatcom.parser.TSDateParserConstants
 
DIR_NAME - Variable in class com.jstatcom.engine.EngineTypes
 
disable_tracing() - Method in class com.jstatcom.parser.CalcEngine
 
disable_tracing() - Method in class com.jstatcom.parser.MaturityParser
 
disable_tracing() - Method in class com.jstatcom.parser.NumberRangeParser
 
disable_tracing() - Method in class com.jstatcom.parser.TSDateParser
 
dispatchEvent(Runnable) - Static method in class com.jstatcom.component.CompSettings
Dispatches event in Swing EDT.
dispatchEvent(JSCDataEvent) - Method in class com.jstatcom.model.JSCDataEventSupport
Dispatches evt by calling valueChanged of all registered listeners to events of type evt.getType.
dispatchEvent(SymbolEvent) - Method in class com.jstatcom.model.SymbolEventSupport
Dispatches evt by calling valueChanged of all registered listeners to events of type evt.getType.
display() - Method in class com.jstatcom.model.AbstractJSCData
Default implementation that gets a string representing the value stored in this JSCData object.
display() - Method in interface com.jstatcom.model.JSCData
Gets a formatted string representing the value stored in this JSCData object.
display() - Method in class com.jstatcom.model.JSCMap
 
display() - Method in class com.jstatcom.model.JSCNArray
Gets a string representing the double[][] stored.
display() - Method in class com.jstatcom.model.JSCSArray
Gets a string representing the String[][] stored.
display() - Method in class com.jstatcom.model.Symbol
Displays the underlying JSCData object.
DIVIDE - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
DLL_NAME - Static variable in class com.jstatcom.engine.matlab.MatlabConfigKeys
 
DO_JGRTE_INIT - Static variable in class com.jstatcom.engine.grte.GRTEConfigKeys
Whether graphics initialization should be used or not.
doAction() - Method in class com.jstatcom.project.ModuleTreeNode
Invokes the underlying action.
doAction(TSList) - Method in class com.jstatcom.ts.TSActionTypes
This defines the operation that is actually carried out by the action.
Done() - Method in class com.jstatcom.parser.SimpleCharStream
 
DONT_BREAK_LINES - Static variable in class com.jstatcom.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doubleArray() - Method in class com.jstatcom.model.JSCNArray
Gets a copy of the underlying value as a double[][].
doubleAt(int, int) - Method in class com.jstatcom.model.JSCNArray
Gets the double element stored at index i, j.
doubleClicked(JSCAbstractDataTable, JSCData, int, int) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Invoked by mouseClicked if a double click on the underlying data table occured.
doubleVal() - Method in class com.jstatcom.model.JSCInt
Gets the stored integer as a double.
doubleVal() - Method in class com.jstatcom.model.JSCNumber
Gets the stored number as a double.
doubleValAt(int, int) - Method in class com.jstatcom.model.JSCNArray
Gets the Double element stored at index i, j.
doubleValue() - Method in class com.jstatcom.ts.TSDate
Returns this date in number form.
DRANGE - Static variable in class com.jstatcom.model.JSCTypes
Contains an single TSDateRange.

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