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

G

GAUSS - Static variable in class com.jstatcom.engine.EngineTypes
Reference to the GAUSS engine type.
GAUSS_VERSION - Static variable in class com.jstatcom.engine.gauss.GaussConfigKeys
The GAUSS version.
GAUSSAPI_SYSLIBNAME - Static variable in class com.jstatcom.engine.grte.GRTEConfigKeys
Sets the name of the system library to load.
GaussConfigKeys - Class in com.jstatcom.engine.gauss
Contains all constants that define the GAUSS environment.
GaussConfigPanel - Class in com.jstatcom.engine.gauss
An implementation of the AbstractConfigPanel to create a user input mask for configuration information related to running the GAUSS program.
GaussConfigPanel() - Constructor for class com.jstatcom.engine.gauss.GaussConfigPanel
GaussConfigPanel constructor comment.
GaussEngine - Class in com.jstatcom.engine.gauss
Links to an instance of the software package Gauss (www.aptech.com).
GaussEngineType - Class in com.jstatcom.engine.gauss
GaussEngineType holds information about the GaussEngine and works as a factory to create an instance of GAUSS.
GaussLoadTypes - Class in com.jstatcom.engine.gauss
This class contains all module types that can be loaded by a GAUSS engine.
GaussTest - Class in com.jstatcom.engine.gauss
This is a set of tests for the com.jstatcom.engine.gauss package.
GaussTest(String) - Constructor for class com.jstatcom.engine.gauss.GaussTest
GaussTest constructor comment.
GCG - Static variable in class com.jstatcom.engine.gauss.GaussLoadTypes
A GAUSS compiled executable (.gcg), loaded via the use command.
GCG - Static variable in class com.jstatcom.engine.grte.GRTELoadTypes
A GAUSS compiled executable (.gcg).
GCG_FILENAME - Static variable in class com.jstatcom.engine.gauss.GaussConfigKeys
The gcg filename with the compiled code for GAUSS.
GCG_FILENAME - Static variable in class com.jstatcom.engine.grte.GRTEConfigKeys
The gcg filename with the compiled code for GRTE.
GCG_NAME - Variable in class com.jstatcom.engine.gauss.GCGSet
 
GCGSet - Class in com.jstatcom.engine.gauss
This class stores information to compile a GAUSS gcg file from the source files.
GCGSet(String, String) - Constructor for class com.jstatcom.engine.gauss.GCGSet
Creates a GCGSet with then name of the compiled file.
GCGSet.SRCFile - Class in com.jstatcom.engine.gauss
Innter class that stores an src file.
GCGSet.SRCFile(String) - Constructor for class com.jstatcom.engine.gauss.GCGSet.SRCFile
 
GCGSet_XML - Static variable in class com.jstatcom.engine.gauss.GCGSet
XML format field for (de)serialization.
generateParseException() - Method in class com.jstatcom.parser.CalcEngine
 
generateParseException() - Method in class com.jstatcom.parser.MaturityParser
 
generateParseException() - Method in class com.jstatcom.parser.NumberRangeParser
 
generateParseException() - Method in class com.jstatcom.parser.TSDateParser
 
get(String) - Method in class com.jstatcom.model.JSCMap
Gets the element belonging to key and returns the underying value or null otherwise.
get(JSCTypeDef) - Method in class com.jstatcom.model.SymbolTable
Gets the symbol with def.name.
getAll() - Method in class com.jstatcom.model.JSCMap
Gets a deep copy of the map holding all key value pairs.
getAllDataName() - Method in class com.jstatcom.ts.TSSel
Gets the allDataName property (String) value.
getAllKeys(Class) - Static method in class com.jstatcom.engine.ConfigKeys
Gets a map of all public keys defined in class c.
getAllStringsName() - Method in class com.jstatcom.ts.TSSel
Gets the allStringsName property (String) value.
getAllTS() - Method in class com.jstatcom.ts.TSHolder
Gets all time series.
getAppSettings() - Method in class com.jstatcom.component.AppSettingsDialog
Gets the application settings that are currently set.
getAppSettings() - Method in class com.jstatcom.component.TopFrame
Gets the settings instance according to the user properties.
getArgs() - Method in class com.jstatcom.util.FArg
Gets the stored arguments as an object array that can be used with PrintfFormat.sprintf.
getAsListModel() - Method in class com.jstatcom.ts.TSHolder
Gets TSHolder represented as a ListModel with the names in alphabetical order.
getBeginColumn() - Method in class com.jstatcom.parser.SimpleCharStream
 
getBeginLine() - Method in class com.jstatcom.parser.SimpleCharStream
 
getBoolSelectionStatus() - Method in class com.jstatcom.component.CheckBoxList
Gets the array indicating the selection status of all keys by setting the corresponding elements to true or false.
getBorderInsets(Component) - Method in class com.jstatcom.component.MatrixBorder
Overrides super method.
getBorderInsets(Component, Insets) - Method in class com.jstatcom.component.MatrixBorder
Reinitialize the insets parameter with this border's current insets.
getBorderInsets(Component) - Method in class com.jstatcom.table.BorderTableBorder
Overloads method from superclass.
getBorderInsets(Component, Insets) - Method in class com.jstatcom.table.BorderTableBorder
Overloads method from superclass.
getBorderTitle() - Method in class com.jstatcom.component.CheckBoxList
Gets the title of the border displayed arround this list.
getByte(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getByte.
getByte(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to byte.
getByteFromObject(Object) - Static method in class com.jstatcom.util.SerializationHelper
Serializes o to a byte array representation.
getCellRect(int, int, boolean) - Method in class com.jstatcom.table.BorderTable
Reimplements super method such that it considers the border now.
getCellRenderer() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the renderer for the cells.
getCellRenderer() - Method in interface com.jstatcom.table.NumberDisplayTable
Gets the renderer used for displaying numbers in the table.
getCellRenderer() - Method in class com.jstatcom.ts.TSTable
Gets the currently used cell renderer for all cells.
getCol(int) - Method in class com.jstatcom.model.JSCNArray
Gets the column of the underlying double array specified with colIndex.
getCol(int) - Method in class com.jstatcom.model.JSCSArray
Gets the column of the underlying string array specified with colIndex.
getColIndexEditableMap() - Method in class com.jstatcom.table.JSCAbstractTableModel
Gets the current mapping from column indices to editable properties.
getCols(int, int) - Method in class com.jstatcom.model.JSCNArray
Gets all columns of the underlying double array defined by startCol:endCol.
getColumn() - Method in class com.jstatcom.parser.SimpleCharStream
Deprecated.  
getColumnClass(int) - Method in class com.jstatcom.table.JSCNArrayTableModel
Returns the Double.class regardless of columnIndex.
getColumnClass(int) - Method in class com.jstatcom.ts.TSTableModel
Gets column class.
getColumnCount() - Method in class com.jstatcom.component.AppSettings
 
getColumnCount() - Method in class com.jstatcom.table.JSCNArrayTableModel
 
getColumnCount() - Method in class com.jstatcom.table.JSCSArrayTableModel
 
getColumnCount() - Method in class com.jstatcom.ts.TSTableModel
Gets number of displayed TS.
getColumnHeaderAlignment() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the alignment of the column header.
getColumnHeaderCellRenderer() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the current column header cell renderer.
getColumnHeaderData() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the data object used for the column header.
getColumnHeaderShowing() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets whether the column header should be displayed.
getColumnHeaderStringData() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets a reference to the string array used for the column header.
getColumnHeaderSymbolName() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the symbol name for the SARRAY column header data.
getColumnName(int) - Method in class com.jstatcom.component.AppSettings
 
getColumnName(int) - Method in class com.jstatcom.ts.TSTableModel
Gets the name of the TS displayed in a certain column.
getColumnWidth() - Method in class com.jstatcom.equation.EqTermAR
Gets the column width of the alpha table.
getColumnWidth() - Method in class com.jstatcom.equation.EqTermDefault
Gets the column width of the underlying coefficients table.
getColumnWidth() - Method in class com.jstatcom.equation.EqTermEC
Gets the column width of the alpha table.
getColumnWidth() - Method in class com.jstatcom.table.BorderTable
Returns current column width.
getComponent() - Method in class com.jstatcom.component.CardPanelAction
Gets the component defined via className in the constructor.
getConfig(ConfigKeys) - Method in class com.jstatcom.engine.ConfigHolder
Get a configuration value for a key.
getConfigFile() - Method in class com.jstatcom.engine.EngineTypes
Returns the config file location for the respective engine.
getConfigKeys() - Method in class com.jstatcom.engine.ConfigHolder
Gets a Set of all available ConfigKeys.
getConfigKeys() - Method in class com.jstatcom.engine.EngineTypes
Gets a map with all config keys for that specific engine.
getConfigKeys() - Method in class com.jstatcom.engine.gauss.GaussEngineType
 
getConfigKeys() - Method in class com.jstatcom.engine.grte.GRTEType
 
getConfigKeys() - Method in class com.jstatcom.engine.matlab.MatlabEngineType
 
getConfigKeys() - Method in class com.jstatcom.engine.mlab.MLabEngineType
 
getConfigKeys() - Method in class com.jstatcom.engine.mlab.StubMlabEngineType
 
getConfigKeys() - Method in class com.jstatcom.engine.ox.OxEngineType
 
getConfigKeys() - Method in class com.jstatcom.engine.rstat.RStatEngineType
 
getConfigKeys() - Method in class com.jstatcom.engine.stub.StubEngineType
 
getConfigPanel() - Method in class com.jstatcom.engine.EngineTypes
Gets the configuration panel for the respective engine.
getConfigPanel() - Method in class com.jstatcom.engine.gauss.GaussEngineType
 
getCPtr(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getCPtr.
getCPtr(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to pointer.
getCurrentModuleFrame() - Method in class com.jstatcom.project.Project
Gets the name of the module frame that should be displayed when this project is loaded.
getCurrentSysLib() - Method in class com.jstatcom.engine.matlab.MatlabEngine
Gets the system library that is currently used by this engine.
getCurrentSysLib() - Method in class com.jstatcom.engine.mlab.MLabEngine
Gets the system library that is currently used by this engine.
getCurrentSysLib() - Method in class com.jstatcom.engine.mlab.StubMlabEngine
Gets the system library that is currently used by this engine.
getCurrentSysLib() - Method in class com.jstatcom.engine.stub.StubEngine
Gets the system library that is currently used by this engine.
getData(ImportTypes) - Method in interface com.jstatcom.io.DataHandler
Gets the imported data according to the respective type, which defines the kind of information to retrieve from the imported dataset.
getData(ImportTypes) - Method in class com.jstatcom.io.TSASCIIHandler
Gets the imported data according to an instance of TSImportTypes.
getData(ImportTypes) - Method in class com.jstatcom.io.TSExcelHandler
Gets the imported data according to an instance of TSImportTypes.
getData(ImportTypes) - Method in class com.jstatcom.io.TSGaussDATHandler
Gets the imported data according to an instance of TSImportTypes.
getData(ImportTypes) - Method in class com.jstatcom.io.TSGaussFMTHandler
Gets the imported data according to an instance of TSImportTypes.
getData(ImportTypes) - Method in class com.jstatcom.io.TSMatlabHandler
Gets the imported data according to an instance of TSImportTypes.
getDataTable() - Method in class com.jstatcom.table.JSCPopupTypes
Gets a reference to the unterlying data table.
getDate() - Method in class com.jstatcom.project.Project
Gets the creation date of this project.
getDate() - Method in class com.jstatcom.ts.TSDate
Currently only implemented for daily dates, otherwise an Exception is thrown.
getDateAsIndex() - Method in class com.jstatcom.ts.TSDateSelector
Returns the currently displayed date as an index relative to the lower bound of the defined range, starting from 0.
getDateDiff(int, Date, Date) - Static method in class com.jstatcom.util.DateDiff
int diff = dd.getDateDiff(Calendar.WEEK_OF_YEAR, then, now);
getDateRangeName() - Method in class com.jstatcom.ts.TSSel
Gets the dateRangeName property (String) value.
getDatesEditable() - Method in class com.jstatcom.ts.TSSel
 
getDateString() - Static method in class com.jstatcom.component.CompSettings
Gets a string with the formatted date and time.
getDefaultDateFormat() - Static method in class com.jstatcom.component.CompSettings
Gets a new instance of a default date formatter with the pattern "EEE, d MMM yyyy HH:mm:ss".
getDefaultFontSize() - Method in class com.jstatcom.component.ResultField
Gets the default display font size.
getDescription() - Method in class com.jstatcom.io.ExtensionFileFilter
Returns the human readable description of this filter.
getDescription() - Method in class com.jstatcom.model.Symbol
Gets the description of this symbol.
getDescription() - Method in class com.jstatcom.project.Project
Gets the description of this project.
getDescription() - Method in interface com.jstatcom.project.ProjectData
Gets the description for the stored project data.
getDescription() - Method in class com.jstatcom.ts.TSDescDialog
Returns the text entered as description by the user.
getDescription() - Method in class com.jstatcom.ts.TSProject
Gets the description of this project.
getDescription() - Method in class com.jstatcom.ts.TSProjectData
Gets the data description.
getDeSerializationAction() - Method in class com.jstatcom.project.ProjectManager
Gets an abstract action instance that can be reused by components to invoke project deserialization.
getDeterministicDataName() - Method in class com.jstatcom.ts.TSSel
Gets the deterministicDataName property (String) value.
getDeterministicEnabled() - Method in class com.jstatcom.ts.TSSel
Gets whether deterministic series can be selected.
getDeterministicStringsName() - Method in class com.jstatcom.ts.TSSel
Gets the deterministicStringsName property (String) value.
getDouble(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getDouble.
getDouble(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to double.
getDoubleCol(double[][], int) - Static method in class com.jstatcom.util.UMatrix
Gets the column of the array arg specified with colIndex.
getDoubleCols(double[][], int, int) - Static method in class com.jstatcom.util.UMatrix
Gets all columns of the array arg defined by startCol:endCol.
getDoubleRow(double[][], int) - Static method in class com.jstatcom.util.UMatrix
Gets the row of the array arg specified with rowIndex.
getDoubleRows(double[][], int, int) - Static method in class com.jstatcom.util.UMatrix
Gets all rows of the array arg defined by startRow:endRow.
getDoubleValueAt(int, int) - Method in class com.jstatcom.ts.TSTableModel
Gets underlying observation for a given row and column as a double value.
getEnclosingRange() - Method in class com.jstatcom.ts.Selection
Gets the enclosing date range object.
getEnclosingRange() - Method in class com.jstatcom.ts.TSDateRangeSelector
Gets the overall range that the selected range must be in with.
getEndColumn() - Method in class com.jstatcom.parser.SimpleCharStream
 
getEndLine() - Method in class com.jstatcom.parser.SimpleCharStream
 
getEndogenousDataName() - Method in class com.jstatcom.ts.TSSel
Gets the endogenousDataName property (String) value.
getEndogenousStringsName() - Method in class com.jstatcom.ts.TSSel
Gets the endogenousStringsName property (String) value.
getEngine() - Method in class com.jstatcom.engine.EngineTypes
Gets a concrete implementation of the Engine interface.
getEngine() - Method in class com.jstatcom.engine.gauss.GaussEngineType
 
getEngine() - Method in class com.jstatcom.engine.grte.GRTEType
 
getEngine() - Method in class com.jstatcom.engine.matlab.MatlabEngineType
 
getEngine() - Method in class com.jstatcom.engine.mlab.MLabEngineType
 
getEngine() - Method in class com.jstatcom.engine.mlab.StubMlabEngineType
 
getEngine() - Method in class com.jstatcom.engine.ox.OxEngineType
 
getEngine() - Method in class com.jstatcom.engine.rstat.RStatEngineType
 
getEngine() - Method in class com.jstatcom.engine.stub.StubEngineType
 
getEngineType() - Method in class com.jstatcom.engine.ConfigHolder
Returns the engine type associated with this.
getExecutor() - Method in class com.jstatcom.engine.PCall
Gets the executor that is used by the execute method.
getExitDialog() - Method in class com.jstatcom.component.AppSettings
Gets JSCInt indicating whether exit Dialog should be shown.
getExogenousDataName() - Method in class com.jstatcom.ts.TSSel
Gets the exogenousDataName property (String) value.
getExogenousEnabled() - Method in class com.jstatcom.ts.TSSel
Gets whether exogenous series can be selected.
getExogenousStringsName() - Method in class com.jstatcom.ts.TSSel
Gets the exogenousStringsName property (String) value.
getExtension(File) - Method in class com.jstatcom.io.ExtensionFileFilter
Return the extension portion of the file's name .
getFileExtension() - Method in enum com.jstatcom.io.DataHandlerTypes
Gets a string with the file extension associated with files that are handled by this, for example "xls" for Excel files, or "mat" for Matlab files.
getFileFilter() - Method in enum com.jstatcom.io.DataHandlerTypes
Gets the file filer associated with this type.
getFileSupportSettings() - Method in class com.jstatcom.io.FileSupport
Gets the settings instance according to the previously made file selections.
getFirstNonzeroIndex(double[]) - Static method in class com.jstatcom.util.UMatrix
Gets the index of the first nonzero element in arg.
getFloat(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getFloat.
getFloat(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to float.
getFocusInstance(String) - Static method in class com.jstatcom.component.JHelpAction
Gets an instance of this class that invokes showHelpFromFocus in its actionPerformed method.
getFocusInstance(String, Icon) - Static method in class com.jstatcom.component.JHelpAction
Same usage as JHelpAction.getFocusInstance(String name) but with an icon.
getFontSize() - Method in class com.jstatcom.component.ResultField
Gets the currently displayed font size.
getFrameBounds() - Method in class com.jstatcom.component.TopFrameSettings
Gets the 4x1 array holding location and size of the frame.
getGaussWorkSpace() - Method in class com.jstatcom.engine.grte.GRTEngine
Gets the workspace that is encapsulated by this engine.
getHandler() - Method in enum com.jstatcom.io.DataHandlerTypes
Gets the import handler of this type.
getHandlerID() - Method in interface com.jstatcom.project.ProjectState
Gets the ID of the handler for this project state.
getHandlerType() - Method in class com.jstatcom.io.ExtensionFileFilter
Gets the handler type or null if none has been set.
getIcon() - Method in class com.jstatcom.model.JSCTypes
Gets the respective icon that visualizes the type.
getIcon() - Method in class com.jstatcom.ts.TSTypes
Gets the respective icon that visualizes the property.
getID(Object) - Method in class com.jstatcom.component.JHelpContextMgr
Gets the ID according to the component name.
getID() - Method in class com.jstatcom.model.ModelFrame
Gets the classname as the default ID.
getID() - Method in interface com.jstatcom.project.ProjectStateHandler
Gets the ID of this handler for this project state.
GetImage() - Method in class com.jstatcom.parser.SimpleCharStream
 
getIndex() - Method in class com.jstatcom.equation.SubMatModel
Gets the index represented by this part.
getIndex() - Method in class com.jstatcom.equation.VarNamesVector
Gets the index denoting the part of the equation that this component belongs to.
getIndexString() - Method in class com.jstatcom.equation.VarNamesVector
Helper method to get the formatted index string.
getInstance() - Method in class com.jstatcom.component.NumberFormatTypes
Returns an instance of the respective NumberFormat.
getInstance() - Static method in class com.jstatcom.engine.DefaultPCallControl
Gets an instance of this class that can be shared.
getInstance() - Static method in class com.jstatcom.engine.gauss.GaussEngine
Returns an instance of the GaussEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.engine.grte.GRTEngine
Returns an initialized instance of the GRTEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.engine.matlab.MatlabEngine
Returns an instance of the MLabEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.engine.mlab.MLabEngine
Returns an instance of the MLabEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.engine.mlab.StubMlabEngine
Returns an instance of the MLabEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.engine.ox.OxEngine
Returns an instance of the OxEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.engine.rstat.RStatEngine
Returns an instance of the RStatEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.engine.stub.StubEngine
Returns an instance of the StubEngine that is a Singleton.
getInstance() - Static method in class com.jstatcom.io.FileSupport
Gets the Singleton instance of this class.
getInstance() - Static method in class com.jstatcom.io.TSASCIIHandler
Gets the singleton instance of this handler.
getInstance() - Static method in class com.jstatcom.io.TSExcelHandler
Gets the singleton instance of this handler.
getInstance() - Static method in class com.jstatcom.io.TSGaussDATHandler
Gets the singleton instance of this handler.
getInstance() - Static method in class com.jstatcom.io.TSGaussFMTHandler
Gets the singleton instance of this handler.
getInstance() - Static method in class com.jstatcom.io.TSMatlabHandler
Gets the singleton instance of this handler.
getInstance() - Static method in class com.jstatcom.model.control.SymbolTree
Gets the singleton instance of this symbol tree.
getInstance() - Method in class com.jstatcom.model.JSCTypeDef
Gets an empty instance of this typedef with the same name.
getInstance() - Static method in class com.jstatcom.project.OutputList
Gets a reference to the singleton instance of this class.
getInstance() - Static method in class com.jstatcom.project.ProjectDataManager
Gets the singleton instance of this class.
getInstance() - Static method in class com.jstatcom.project.ProjectDialog
Gets singleton instance of this dialog.
getInstance() - Static method in class com.jstatcom.project.ProjectManager
Gets singleton instance of this class.
getInstance() - Static method in class com.jstatcom.project.ProjectNodePopup
Gets the singleton instance of this popup menu.
getInstance() - Static method in class com.jstatcom.project.ProjectTree
Gets singleton instance of this tree.
getInstance() - Static method in class com.jstatcom.project.SettingsManager
 
getInstance() - Static method in class com.jstatcom.ts.TSHolder
Returns Singleton instance of a TSHolder.
getInstanceSmall() - Static method in class com.jstatcom.component.MatrixBorder
Gets a MatrixBorder that is smaller than the default, for example to be used with default sized text fields.
getInstanceThick() - Static method in class com.jstatcom.component.MatrixBorder
Gets a MatrixBorder that is thicker than the default.
getInt(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getInt.
getInt(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to int.
getInt() - Method in class com.jstatcom.model.JSCInt
Gets the stored Integer value.
getIntNumber() - Method in class com.jstatcom.component.NumSelector
Gets the currently displayed number as an int.
getIntSelectionIndex() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets a vector with length getRowCount of zeros and ones representing the selection status for each row.
getIntSelectionStatus() - Method in class com.jstatcom.component.CheckBoxList
Gets the array indicating the selection status of all keys by setting the corresponding elements to 1 or 0.
getIsOutputOn() - Method in class com.jstatcom.component.TopFrameSettings
Gets JSCInt indicating whether output is on.
getJSCData() - Method in class com.jstatcom.model.Symbol
Gets a reference to the underlying data object.
getJSCData(JSCTypeDef) - Method in class com.jstatcom.model.SymbolTable
Gets the JSCData stored in the symbol with given def.name.
getJSCData() - Method in interface com.jstatcom.project.ProjectData
Gets the data that has been stored as a JSCData array. ´* Implementation classes should document how the returned array is assembled.
getJSCData() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets a reference (not a copy) to the data object displayed in this table.
getJSCData() - Method in class com.jstatcom.table.JSCAbstractTableModel
Gets the JSCData object represented by this model.
getJSCData() - Method in class com.jstatcom.ts.TSProjectData
Gets the project data as an array of JSCData objects.
getJSCDate() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCDate.
getJSCDRange() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCDRange.
getJSCInt() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCInt.
getJSCNArray() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCNArray.
getJSCNArray() - Method in class com.jstatcom.table.JSCNArrayTable
Gets a reference of the underlying data object with the correct type.
getJSCNArraySubsetRes() - Method in class com.jstatcom.equation.CoeffTable
Gets the data object storing the subset restrictions or null if no subset restrictions are set.
getJSCNumber() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCNumber.
getJSCProperty(JSCPropertyTypes) - Method in class com.jstatcom.model.AbstractJSCData
Gets the value for a property type.
getJSCProperty(JSCPropertyTypes) - Method in interface com.jstatcom.model.JSCData
Gets the value for a property type.
getJSCSArray() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCSArray.
getJSCSArray() - Method in class com.jstatcom.table.JSCSArrayTable
Gets a reference of the underlying data object with the correct type.
getJSCString() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCString.
getJSCVoid() - Method in class com.jstatcom.model.Symbol
Gets the data as an instance of JSCVoid.
getLagIndex() - Method in class com.jstatcom.equation.EqTermDefault
Gets the index for the lag.
getLastNonzeroIndex(double[]) - Static method in class com.jstatcom.util.UMatrix
Gets the index of the last nonzero element in arg.
getLength(double[], double[]) - Static method in class com.jstatcom.parser.CalcFunctions
Computes the correct length when 2 array are combined.
getLine() - Method in class com.jstatcom.parser.SimpleCharStream
Deprecated.  
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.jstatcom.ts.TSList.DefaultTSListCellRenderer
Paints an element of the list by setting its text, its icon according to the quality and the color according to whether it is selected or not.
getListenersForType(JSCDataEventTypes) - Method in class com.jstatcom.model.JSCDataEventSupport
Gets a list with all registered listeners for evtType.
getListenersForType(SymbolEventTypes) - Method in class com.jstatcom.model.Symbol
Gets a list with all registered listeners for evtType.
getListenersForType(SymbolEventTypes) - Method in class com.jstatcom.model.SymbolEventSupport
Gets a list with all registered listeners for evtType.
getLong(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getLong.
getLong(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to long.
getMaxFontSize() - Method in class com.jstatcom.component.ResultField
Gets the maximum size for the font displaying the text.
getMaximumColumnWidth() - Method in class com.jstatcom.table.BorderTable
Returns maximum column width property.
getMaximumSize() - Method in class com.jstatcom.equation.EqTerm
Gets the maximum size, which is equal to the preferred size.
getMaximumSize() - Method in class com.jstatcom.table.BorderTable
Returns the value of a getPreferredSize() method call.
getMaximumVisibleColumns() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the maximum number of cols that are displayed without scrolling.
getMaximumVisibleRows() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the maximum number of rows that are displayed without scrolling.
getMergedData(TS[]) - Static method in class com.jstatcom.ts.TS
Gets the merged data of all time series in the given array.
getMergedRange(TS[]) - Static method in class com.jstatcom.ts.TSDateRange
Gets the merged range of all time series in the given array.
getMessage() - Method in exception com.jstatcom.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error com.jstatcom.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinFontSize() - Method in class com.jstatcom.component.ResultField
Gets the minimum size for the font displaying the text.
getMinimumColumnWidth() - Method in class com.jstatcom.table.BorderTable
Returns minimum column width property.
getMinimumSize() - Method in class com.jstatcom.equation.EqTerm
Gets the minimum size that is not less than 20.
getMinimumSize() - Method in class com.jstatcom.table.BorderTable
Returns the value of a getPreferredSize() method call.
getMinimumVisibleColumns() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the minimum number of columns that are displayed without scrolling.
getMinimumVisibleRows() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the minimum number of rows that are displayed without scrolling.
getMinNumberOfObs() - Method in class com.jstatcom.ts.TSDateRangeSelector
Gets the minimum number of observations selectable by this component.
getMouseListener() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the mouse listener.
getMouseListenerCoeff() - Method in class com.jstatcom.equation.EqTermAR
Gets the mouse listener of the underlying coefficients tables.
getMouseListenerCoeff() - Method in class com.jstatcom.equation.EqTermDefault
Gets the mouse listener set for the coefficients table.
getMouseListenerCoeff() - Method in class com.jstatcom.equation.EqTermEC
Gets the mouse listener of the underlying coefficients tables.
getName() - Method in class com.jstatcom.component.NumberFormatTypes
Gets the name of this type.
getName() - Method in class com.jstatcom.model.ModelTest.XMLRep
 
getName() - Method in class com.jstatcom.model.SymbolTable
Gets the name of this symbol table.
getName() - Method in class com.jstatcom.project.ModuleTreeNode
Gets the module name.
getName() - Method in class com.jstatcom.project.Project
Gets the name of this project.
getName() - Method in class com.jstatcom.table.JSCCellRendererTypes
Gets the name of this type.
getName() - Method in class com.jstatcom.table.JSCMouseListenerTypes
Gets the name of this type.
getName() - Method in class com.jstatcom.table.JSCPopupTypes
Gets the name of this type.
getName() - Method in class com.jstatcom.ts.TSProject
Gets the name of this project.
getName() - Method in class com.jstatcom.ts.TSTypes
Gets the name of the type.
getNamesArray(File, int, String) - Static method in class com.jstatcom.io.TSGaussFMTHandler
Helper method to get an array of valid variable names.
getNewValue() - Method in class com.jstatcom.model.JSCDataEvent
Gets the value after the change.
getNewValue() - Method in class com.jstatcom.model.SymbolEvent
Gets the value after the change.
getNextToken() - Method in class com.jstatcom.parser.CalcEngine
 
getNextToken() - Method in class com.jstatcom.parser.CalcEngineTokenManager
 
getNextToken() - Method in class com.jstatcom.parser.MaturityParser
 
getNextToken() - Method in class com.jstatcom.parser.MaturityParserTokenManager
 
getNextToken() - Method in class com.jstatcom.parser.NumberRangeParser
 
getNextToken() - Method in class com.jstatcom.parser.NumberRangeParserTokenManager
 
getNextToken() - Method in class com.jstatcom.parser.TSDateParser
 
getNextToken() - Method in class com.jstatcom.parser.TSDateParserTokenManager
 
getNonzeroDoubleCount(double[]) - Static method in class com.jstatcom.util.UMatrix
Gets the number of nonzero elements in arg.
getNonzeroIntCount(int[]) - Static method in class com.jstatcom.util.UMatrix
Gets the number of nonzero elements in arg.
getNumber() - Method in class com.jstatcom.component.NumSelector
Gets the currently displayed number as double.
getNumber() - Method in class com.jstatcom.model.JSCNumber
Gets the stored Double value.
getNumberFormatType() - Method in class com.jstatcom.component.NumRangeSelector
Gets the current number format type.
getNumberFormatType() - Method in class com.jstatcom.component.NumSelector
Gets the current number format type.
getNumberOfColumns() - Method in class com.jstatcom.equation.SubMatModel
Gets the number of columns of this table model.
getNumberRange() - Method in class com.jstatcom.component.NumRangeSelector
Gets the currently displayed number range.
getNumberRange() - Method in class com.jstatcom.component.NumSelector
Gets the range that the input is checked against.
getNumberRange() - Method in class com.jstatcom.table.JSCNArrayTable
Gets the number range to verify number input.
getObjectFromByteArray(byte[]) - Static method in class com.jstatcom.util.SerializationHelper
Deserializes an object from the byte array representation of the serialized version.
getOldValue() - Method in class com.jstatcom.model.JSCDataEvent
Gets the value before the change.
getOldValue() - Method in class com.jstatcom.model.SymbolEvent
Gets the value before the change.
getOutHolder() - Method in class com.jstatcom.engine.PCall
Gets the output holder component.
getOutput() - Method in class com.jstatcom.parser.CalcEngine
Retrieves the contents of the output buffer of the last parser run.
getOutputDataIterator() - Method in class com.jstatcom.project.Project
Gets an iterator over all output data elements.
getOverallNumberRange() - Method in class com.jstatcom.component.NumRangeSelector
Gets the overall range that the range input is checked against.
getOverallRangeExpr() - Method in class com.jstatcom.component.NumRangeSelector
Gets the current overall number range displayed as a string, for example [1,100] or ("lowerBound_p", 20].
getParentTable() - Method in class com.jstatcom.model.SymbolTable
Gets the symbol table that is referenced as a parent of this table.
getPopup() - Method in class com.jstatcom.component.ResultField
Gets the currently used RIGHT mouse JPopupMenu.
getPow(double) - Method in class com.jstatcom.model.JSCNArray
Gets a new double array with the elements raised to the power of pow.
getPrecision() - Method in class com.jstatcom.component.NumRangeSelector
Gets the precision for the displayed numbers.
getPrecision() - Method in class com.jstatcom.component.NumSelector
Gets the precision for the displayed numbers.
getPrecision() - Method in class com.jstatcom.equation.EqTermAR
Gets the precision of the underlying coefficients tables.
getPrecision() - Method in class com.jstatcom.equation.EqTermDefault
Gets the precision of the underlying coefficients table.
getPrecision() - Method in class com.jstatcom.equation.EqTermEC
Gets the precision of the underlying coefficients tables.
getPrecision() - Method in class com.jstatcom.table.JSCNArrayTable
Gets the precision for the number display.
getPrecision() - Method in interface com.jstatcom.table.NumberDisplayTable
Gets the number of decimal digits for the number display.
getPrecision() - Method in class com.jstatcom.ts.TSTable
Gets number of digits right to decimal point.
getPreferredSize() - Method in class com.jstatcom.equation.EqTerm
Gets the preferred size which is not less than the minimum size.
getPreferredSize() - Method in class com.jstatcom.table.BorderTable
Reimplements super method such that it considers the border now.
getProjectData() - Method in interface com.jstatcom.project.ProjectDataHandler
Gets the project data from the implementing data handler.
getProjectData() - Method in class com.jstatcom.project.ProjectDataManager
Gets an array with all project data from the data handlers that have been registered with this manager.
getProjectData() - Method in class com.jstatcom.ts.TSHolder
Gets the project data from this shared data repository.
getProjectDataIterator() - Method in class com.jstatcom.project.Project
Gets an iterator over all added project data object.
getProjectDataType() - Method in interface com.jstatcom.project.ProjectData
Gets the type of the data that has been stored.
getProjectDataType() - Method in interface com.jstatcom.project.ProjectDataHandler
Gets the type of project data that this handler uses.
getProjectDataType() - Method in class com.jstatcom.ts.TSHolder
Returns time series data type.
getProjectDataType() - Method in class com.jstatcom.ts.TSProjectData
Gets the time series data type.
getProjectFromFile(File) - Method in class com.jstatcom.project.ProjectManager
Gets project from currentProjectFile.
getProjectNode() - Method in class com.jstatcom.project.ProjectDialog
Gets the new project tree node.
getProjectStatesIterator() - Method in class com.jstatcom.project.Project
Gets an iterator over all project states.
getRange() - Method in class com.jstatcom.ts.TSDateSelector
Gets the range that the selected date must be in with.
getRangeExpr() - Method in class com.jstatcom.component.NumSelector
Gets the current number range displayed as a string, for example [1,100] or ["lowerBound_p", 20].
getRendererCoeff() - Method in class com.jstatcom.equation.EqTermAR
Gets the cell renderer of the underlying coefficients tables.
getRendererCoeff() - Method in class com.jstatcom.equation.EqTermDefault
Gets the cell renderer of the underlying coefficients table.
getRendererCoeff() - Method in class com.jstatcom.equation.EqTermEC
Gets the cell renderer of the underlying coefficients tables.
getRengine() - Method in class com.jstatcom.engine.rstat.RStatEngine
Gets the underlying instance of Rengine.
getRow(int) - Method in class com.jstatcom.model.JSCNArray
Gets the row of the underlying double array specified with rowIndex.
getRowCount() - Method in class com.jstatcom.component.AppSettings
 
getRowCount() - Method in class com.jstatcom.table.JSCNArrayTableModel
 
getRowCount() - Method in class com.jstatcom.table.JSCSArrayTableModel
 
getRowCount() - Method in class com.jstatcom.ts.TSTableModel
Gets number of displayed observations in time range of all TS.
getRowHeader(JTable) - Method in class com.jstatcom.ts.TSTableModel
Gets a JViewport that can be used as row header for a scrollpane.
getRowHeaderAlignment() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the alignment of the column header.
getRowHeaderCellRenderer() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the current row header cell renderer.
getRowHeaderData() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the data object used for the row header.
getRowHeaderShowing() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets whether the row header should be displayed.
getRowHeaderSymbolName() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the symbol name for the SARRAY row header data.
getRowIndexEditableMap() - Method in class com.jstatcom.table.JSCAbstractTableModel
Gets the current mapping from row indices to editable properties.
getRows(int, int) - Method in class com.jstatcom.model.JSCNArray
Gets all rows of the underlying double array defined by startRow:endRow.
getRowSelectionMode() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the selection mode for table rows.
getSaveLastState() - Method in class com.jstatcom.component.AppSettings
Gets JSCInt indicating whether save last state is on.
getSControlEdit() - Method in class com.jstatcom.component.AppSettings
Gets JSCInt indicating whether the symbol table data table elements should be editable.
getSelectedFiles() - Method in class com.jstatcom.io.FileSupportSettings
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
getSelectedImportHandlerType() - Method in class com.jstatcom.io.FileSupport
Gets the handler type chosen for data import.
getSelectedIndices() - Method in class com.jstatcom.ts.Selection
Gets the array with the selected indices in the correct order.
getSelectedObjects() - Method in class com.jstatcom.component.CheckBoxList
Gets all elements of this list that are selected.
getSelectedRange() - Method in class com.jstatcom.ts.Selection
Gets the selected date range object.
getSelectedSaveHandlerType() - Method in class com.jstatcom.io.FileSupport
Gets the handler type chosen for data export.
getSelectedSheet() - Method in class com.jstatcom.io.TSExcelDialog
Gets the selected sheet, because there might be several sheets in an EXCEL file.
getSelectedTS() - Method in class com.jstatcom.ts.TSList
This method returns the time series selected in the list as an TS array.
getSelection() - Method in class com.jstatcom.ts.TSSel
Gets the current selection set by this component.
getSelectionMode() - Method in class com.jstatcom.ts.TSSel
Gets the current selection mode.
getSerializationAction() - Method in class com.jstatcom.project.ProjectManager
Gets an abstract action instance that can be reused by components to invoke project serialization.
getSharedInstance() - Static method in class com.jstatcom.ts.DefaultTSKeyListener
Returns an instance of the DefaultTSKeyListener, that can be shared across all TSList instances.
getSharedInstance() - Static method in class com.jstatcom.ts.DefaultTSListPopup
Returns an instance of the popup, that can be shared across all TSList instances.
getSharedInstance() - Static method in class com.jstatcom.ts.DefaultTSMouseListener
Returns an instance of the DefaultTSMouseListener, that can be shared across all TSList instances.
getShort(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getShort.
getShort(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to short.
getShowExplorer() - Method in class com.jstatcom.component.AppSettings
Gets JSCInt indicating whether explorer panel should be shown.
getShowHelpInstance(String) - Static method in class com.jstatcom.component.JHelpAction
Gets an instance of this class that invokes showHelp in its actionPerformed method.
getShowHelpInstance(String, Icon) - Static method in class com.jstatcom.component.JHelpAction
Same usage as JHelpAction.getShowHelpInstance(String name) but with an icon.
getShowIDInstance(String, String) - Static method in class com.jstatcom.component.JHelpAction
Gets an instance of this class that invokes showHelp(helpID) in its actionPerformed method.
getShowIDInstance(String, Icon, String) - Static method in class com.jstatcom.component.JHelpAction
Same usage as JHelpAction.getShowIDInstance(String name, String helpID) but with an icon.
getSimpleDateFormat() - Static method in class com.jstatcom.component.CompSettings
Gets a new instance of a simple date formatter with the pattern "HH:mm:ss".
getSource() - Method in class com.jstatcom.model.JSCDataEvent
Gets the data object where the event was fired from.
getSource() - Method in class com.jstatcom.model.SymbolEvent
Gets the data object where the event was fired from.
getSplitLocation() - Method in class com.jstatcom.component.TopFrameSettings
Gets the position of the splitpane divider.
getStartLag() - Method in class com.jstatcom.equation.EqTermAR
Gets the lag that this equation term starts with.
getStartTime() - Method in class com.jstatcom.engine.PCall
Gets the system time at thread start.
getStartTSDate() - Method in class com.jstatcom.ts.TSTableModel
Gets the TSDate where the very first observation in the model occurs.
getState() - Method in class com.jstatcom.model.ModelFrame
Empty default implementation that returns null.
getState() - Method in interface com.jstatcom.project.ProjectStateHandler
Gets the current state of the implementing class.
getString(int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.getString.
getString(int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer as a pointer to char *, a NULL -terminated C string.
getStringCol(String[][], int) - Static method in class com.jstatcom.util.UStringArray
Gets the column of the array arg specified with colIndex.
getStringDiff(String[], String[]) - Static method in class com.jstatcom.util.UStringArray
Gets a new string array with only the rows of arg1 that do not appear in arg2.
getStringRows(String[][], int, int) - Static method in class com.jstatcom.util.UStringArray
Gets all rows of the array arg defined by startRow:endRow.
getSubMatModel() - Method in class com.jstatcom.equation.CoeffTable
Gets the underlying SubMatModel.
GetSuffix(int) - Method in class com.jstatcom.parser.SimpleCharStream
 
getSymbol(String) - Method in class com.jstatcom.model.SymbolTable
Gets the symbol with the given name or null if none is contained with the given name.
getSymbolDef() - Method in class com.jstatcom.component.SymbolDisplay
Gets the type definition of the symbol that is currently displayed.
getSymbolName() - Method in class com.jstatcom.component.CheckBoxList
Gets the symbol identifier for the data object of the data displayed.
getSymbolName() - Method in class com.jstatcom.component.NumSelector
Gets the symbol identifier for the data object of the selected number.
getSymbolName() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the name of the symbol to display.
getSymbolNameAlphaCoeff() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the alpha coefficients.
getSymbolNameAlphaSubsetRes() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the subset restrictions corresponding to the alpha coefficients.
getSymbolNameBetaCoeff() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the beta coefficients of the endogenous variables.
getSymbolNameBetaDetCoeff() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the beta coefficients of the restricted deterministic variables.
getSymbolNameBetaDetSubsetRes() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the subset restrictions corresponding to the beta coefficients of the restricted deterministic variables.
getSymbolNameBetaSubsetRes() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the subset restrictions corresponding to the beta coefficients of the endogenous variables.
getSymbolNameCoeff() - Method in class com.jstatcom.equation.EqTermAR
Gets the symbolname for the coefficients.
getSymbolNameCoeff() - Method in class com.jstatcom.equation.EqTermDefault
Gets the symbol name for the coefficients.
getSymbolNameDetVarNames() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the names of the deterministic variables.
getSymbolNameEndVarNames() - Method in class com.jstatcom.equation.EqTermEC
Gets the symbolname for the names of the endogenous variables.
getSymbolNameLags() - Method in class com.jstatcom.equation.EqTermAR
Gets the symbolname for the lags.
getSymbolNameSelected() - Method in class com.jstatcom.component.CheckBoxList
Gets the symbol identifier for the current selection state.
getSymbolNameSelRows() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the symbol name for the data object with the index of selected rows.
getSymbolNameSubsetRes() - Method in class com.jstatcom.equation.CoeffTable
Gets the symbolname for the subset restrictions or null if none was set.
getSymbolNameSubsetRes() - Method in class com.jstatcom.equation.EqTermAR
Gets the symbolname for the subset restrictions corresponding to the coefficients.
getSymbolNameSubsetRes() - Method in class com.jstatcom.equation.EqTermDefault
Gets the symbol name for the subset restrictions that are set for the coefficients.
getSymbolNameVariables() - Method in class com.jstatcom.equation.EqTermAR
Gets the symbolname for the names of the variables.
getSymbolNameVariables() - Method in class com.jstatcom.equation.EqTermDefault
Gets the symbol name for the variable names corresponding to the coefficients.
getSymbolScope() - Method in class com.jstatcom.component.CheckBoxList
Gets the current symbol scope.
getSymbolScope() - Method in class com.jstatcom.component.NumSelector
Gets the symbol scope.
getSymbolScope() - Method in class com.jstatcom.component.SymbolDisplay
Gets the scope of the displayed symbol.
getSymbolScope() - Method in class com.jstatcom.equation.EqTerm
Gets the current scope, which defines which symbol table to use (local, global or upper).
getSymbolScope() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the current scope, which defines which symbol table to use ( local,global or upper).
getSymbolScope() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets which symbol scope is used.
getSymbolTable() - Method in class com.jstatcom.engine.PCall
Gets the currently used symbol table.
getSymbolTable(Component) - Method in class com.jstatcom.model.Scope
Gets the symbol table according to this scope from the component hierarchy.
getSymbolTable() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the explicitely set symbol table used by this table to retrieve symbols by their name.
getSymbolTable() - Method in class com.jstatcom.table.JSCDataTableScrollPane
Gets the symbol table that has been set for row and column header.
getSymbolTableNode() - Method in class com.jstatcom.model.SymbolTable
Gets the symbol table node that represents this table in a SymbolTree.
getSystemTemp() - Static method in class com.jstatcom.model.JSCConstants
Reads out the system property java.io.tempdir.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.jstatcom.table.JSCCellRendererTypes
Defines how the cell is painted.
getTablePopup() - Method in class com.jstatcom.equation.EqTermAR
Gets the popup menu for the underlying coefficients tables.
getTablePopup() - Method in class com.jstatcom.equation.EqTermDefault
Gets the popup menu that is set for the underlying coefficients table.
getTablePopup() - Method in class com.jstatcom.table.JSCAbstractDataTable
Gets the RIGHT mouse popup for the table.
getTablePopup() - Method in class com.jstatcom.ts.TSTable
 
getTempFile() - Method in class com.jstatcom.engine.gauss.GaussEngineType
Gets a unique temporary file.
getText() - Method in class com.jstatcom.component.ResultField
Gets the text displayed in the text area
getTextArea() - Method in class com.jstatcom.component.ResultField
Gets the underlying text area.
getToken(int) - Method in class com.jstatcom.parser.CalcEngine
 
getToken(int) - Method in class com.jstatcom.parser.MaturityParser
 
getToken(int) - Method in class com.jstatcom.parser.NumberRangeParser
 
getToken(int) - Method in class com.jstatcom.parser.TSDateParser
 
getToolBar() - Method in class com.jstatcom.component.TopFrame
Gets the tool bar.
getToolsMenu() - Method in class com.jstatcom.component.TopFrame
Sets up the window menu.
getTopFrame() - Method in class com.jstatcom.project.ProjectManager
Gets the reference to the TopFrame component that has been set earlier.
getTopFrameDesktop() - Method in class com.jstatcom.component.TopFrame
Gets the desktop pane.
getTopFrameMenuBar() - Method in class com.jstatcom.component.TopFrame
Gets the menu bar.
getTopFrameRef() - Static method in class com.jstatcom.component.TopFrameReference
Gets the top-level reference.
getTopFrameSettings() - Method in class com.jstatcom.component.TopFrame
Gets the settings instance according to the current appearance of this frame.
getTopModuleByName() - Method in class com.jstatcom.component.TopFrame
Gets title of the currently displayed top-level module frame.
getTrackInstance(String) - Static method in class com.jstatcom.component.JHelpAction
Gets an instance of this class that invokes trackFieldHelp in its actionPerformed method.
getTrackInstance(String, Icon) - Static method in class com.jstatcom.component.JHelpAction
Same usage as JHelpAction.getTrackInstance(String name) but with an icon.
getTransposed() - Method in class com.jstatcom.model.JSCNArray
Gets a new double array with elements transposed.
getTS(String) - Method in class com.jstatcom.ts.TSHolder
Retrieves a time series for a given name.
getTS() - Method in class com.jstatcom.ts.TSTable
Gets the TS that are in sync with the current table model.
getTSDate() - Method in class com.jstatcom.io.TSDataDialog
Gets the selected start date.
getTSDate() - Method in class com.jstatcom.io.TSExcelDialog
Gets the selected start date.
getTSDate() - Method in class com.jstatcom.model.JSCDate
Gets the stored date object.
getTSDate() - Method in class com.jstatcom.ts.TSDateSelector
Gets the currently displayed date.
getTSDateRange() - Method in class com.jstatcom.model.JSCDRange
Gets the stored date object.
getTSDateRange() - Method in class com.jstatcom.ts.TSDateRangeSelector
Gets the currently displayed date range.
getTSDateRangeAsIndices() - Method in class com.jstatcom.ts.TSDateRangeSelector
Returns the currently displayed date range as an array of two indices relative to the lower bound of the overall range.
getTSKeyListener() - Method in class com.jstatcom.ts.TSList
Gets the currently used KeyListener.
getTSList() - Method in class com.jstatcom.ts.DefaultTSListPopup
Gets the reference to the underlying TSList that this popup is invoked on.
getTSListPopup() - Method in class com.jstatcom.ts.TSList
Gets the currently used RIGHT mouse JPopupMenu.
getTSMouseListener() - Method in class com.jstatcom.ts.TSList
Gets the currently used MouseListener.
getTSNames() - Method in class com.jstatcom.ts.TSHolder
Returns names of all available time series.
getType() - Method in class com.jstatcom.model.JSCDataEvent
Gets the type of this event.
getType() - Method in class com.jstatcom.model.SymbolEvent
Gets the type of this event.
getTypeForBounds(boolean, boolean) - Static method in class com.jstatcom.model.NumberRangeTypes
Gets the appropriate range type according to the specification of the bounds openess.
getTypeFromFileName(String) - Static method in enum com.jstatcom.io.DataHandlerTypes
Gets the handler type from the filename.
getTypes() - Static method in class com.jstatcom.model.JSCDataEventTypes
Gets a new JSCDataEventTypes array with all elements of this enumeration.
getUserDir() - Static method in class com.jstatcom.model.JSCConstants
Reads out the system property user.dir.
getUserHome() - Static method in class com.jstatcom.model.JSCConstants
Reads out the system property home.
getValueAt(int, int) - Method in class com.jstatcom.component.AppSettings
 
getValueAt(int, int) - Method in class com.jstatcom.table.JSCNArrayTableModel
 
getValueAt(int, int) - Method in class com.jstatcom.table.JSCSArrayTableModel
 
getValueAt(int, int) - Method in class com.jstatcom.ts.TSTableModel
Gets underlying observation for a given row and column.
getVariable(String) - Method in class com.jstatcom.parser.CalcEngine
Retrieves the underlying data for a variableName.
getVariableNames() - Method in class com.jstatcom.io.TSDataDialog
Gets a string with the variable names.
getVariableNames() - Method in class com.jstatcom.parser.CalcEngine
Retrieves all keys that represent the variable names.
getVarName() - Method in class com.jstatcom.component.VarNameSelector
Gets the currently selected name.
getWk() - Method in class com.jstatcom.engine.grte.GRTEngine
Gets the gauss workspace that this engine uses.
GLOBAL - Static variable in class com.jstatcom.engine.gauss.GaussLoadTypes
A global symbol.
GLOBAL - Static variable in class com.jstatcom.engine.grte.GRTELoadTypes
A global symbol.
global() - Method in class com.jstatcom.model.ModelFrame
Gets the global symbol table for this internal frame and all child ModelPanel instances.
global() - Method in class com.jstatcom.model.ModelPanel
Gets the global symbol table from the closest parent component that implements SymbolScope.
GLOBAL - Static variable in class com.jstatcom.model.Scope
The local symbol scope.
global() - Method in interface com.jstatcom.model.SymbolScope
Gets the top level symbol table.
GRAPH_VIEWER - Static variable in class com.jstatcom.engine.ox.OxConfigKeys
The exact location of the graphics viewer.
GRAPHICS_DIR - Static variable in class com.jstatcom.engine.grte.GRTEConfigKeys
The path to the graphics directory with read/write access.
GRTE - Static variable in class com.jstatcom.engine.EngineTypes
Reference to the Gauss Runtime Engine type.
GRTEConfigKeys - Class in com.jstatcom.engine.grte
Contains all constants that can be changed for the the GRTE environment.
GRTELoadTypes - Class in com.jstatcom.engine.grte
This class contains all module types that can be loaded by a GRTE engine.
GRTEngine - Class in com.jstatcom.engine.grte
Provides communication to the Gauss Runtime Engine and conforms to the Engine interface.
GRTEngine() - Constructor for class com.jstatcom.engine.grte.GRTEngine
Creates an instance of GRTEngine.
GRTETest - Class in com.jstatcom.engine.grte
This is a set of tests for the com.jstatcom.engine.grte package.
GRTETest(String) - Constructor for class com.jstatcom.engine.grte.GRTETest
GaussTest constructor comment.
GRTEType - Class in com.jstatcom.engine.grte
GRTEType holds information about the GRTEngine and works as a factory to create an instance of a GRTE workspace.
GZIP - Static variable in class com.jstatcom.util.Base64
Specify that data should be gzip-compressed.

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