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

J

jamaMatrix() - Method in class com.jstatcom.model.JSCNArray
Gets the values stored in this JSCNArray as an instance of Jama.Matrix.
JHelpAction - Class in com.jstatcom.component
This class provides an AbstractAction that is geared towards supporting the creation and display of JavaHelp sets.
JHelpContextMgr - Class in com.jstatcom.component
Manages the mapping between IDs for context sensitive help topics and the respective components.
JHelpContextMgr.ContextID - Class in com.jstatcom.component
Inner class for storing mappings as XML elements.
JHelpContextMgr.ContextID(String, String) - Constructor for class com.jstatcom.component.JHelpContextMgr.ContextID
 
JHelpContextMgr_XML - Static variable in class com.jstatcom.component.JHelpContextMgr
XML format field for (de)serialization.
jj_nt - Variable in class com.jstatcom.parser.CalcEngine
 
jj_nt - Variable in class com.jstatcom.parser.MaturityParser
 
jj_nt - Variable in class com.jstatcom.parser.NumberRangeParser
 
jj_nt - Variable in class com.jstatcom.parser.TSDateParser
 
jjstrLiteralImages - Static variable in class com.jstatcom.parser.CalcEngineTokenManager
 
jjstrLiteralImages - Static variable in class com.jstatcom.parser.MaturityParserTokenManager
 
jjstrLiteralImages - Static variable in class com.jstatcom.parser.NumberRangeParserTokenManager
 
jjstrLiteralImages - Static variable in class com.jstatcom.parser.TSDateParserTokenManager
 
JSCAbstractDataTable - Class in com.jstatcom.table
Abstract table to be subclassed by tables for data arrays, like JSCSArray and JSCNArray.
JSCAbstractDataTable() - Constructor for class com.jstatcom.table.JSCAbstractDataTable
Default constructor.
JSCAbstractTableModel - Class in com.jstatcom.table
A table model to be used with JSCAbstractDataTable instances.
JSCAbstractTableModel(Symbol) - Constructor for class com.jstatcom.table.JSCAbstractTableModel
Creates a table model for a symbol.
JSCCellRendererTypes - Class in com.jstatcom.table
The class defines different JSCCellRenderers for the JSCAbstractDataTable, which can be used in different modeling contexts, for example to display coefficients matrizes or subset matrizes.
JSCConstants - Class in com.jstatcom.model
This class contains miscellaneous constants for the data model.
JSCData - Interface in com.jstatcom.model
Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCDataEvent - Class in com.jstatcom.model
Events of this type are fired by JSCData objects to notify listeners like JSCSymbol objects about changes of various kinds.
JSCDataEvent(JSCData, JSCDataEventTypes, Object, Object) - Constructor for class com.jstatcom.model.JSCDataEvent
Creates a JSCDataEvent.
JSCDataEventSupport - Class in com.jstatcom.model
A support class for JSCData objects that manages adding, removing and notification of the different JSCDataListener.
JSCDataEventSupport() - Constructor for class com.jstatcom.model.JSCDataEventSupport
JSCDataEventSupport constructor.
JSCDataEventTypes - Class in com.jstatcom.model
This enumeration contains all existing JSCDataEvent types, that a JSCDataListener can be registered to.
JSCDataListener - Interface in com.jstatcom.model
Must be implemented by listeners that need to be notified about changes in JSCData objects.
JSCDataTableScrollPane - Class in com.jstatcom.table
Special scrollpane to be used with data tables.
JSCDataTableScrollPane() - Constructor for class com.jstatcom.table.JSCDataTableScrollPane
Creates a default scroll pane table with JSCDataTableScrollPaneLayout.
JSCDataTableScrollPane(JSCAbstractDataTable) - Constructor for class com.jstatcom.table.JSCDataTableScrollPane
Creates a scroll pane table with JSCDataTableScrollPaneLayout and gdt as viewport.
JSCDate - Class in com.jstatcom.model
Adapter to TSDate objects that conforms to the JSCData interface.
JSCDate(String) - Constructor for class com.jstatcom.model.JSCDate
Creates an empty JSCDate.
JSCDate(String, TSDate) - Constructor for class com.jstatcom.model.JSCDate
Creates a JSCDate for a given TSDate.
JSCDate_XML - Static variable in class com.jstatcom.model.JSCDate
XML format field for (de)serialization.
JSCDRange - Class in com.jstatcom.model
Adapter to TSDateRange objects that conforms to the JSCData interface.
JSCDRange(String) - Constructor for class com.jstatcom.model.JSCDRange
Creates an empty JSCDRange.
JSCDRange(String, TSDateRange) - Constructor for class com.jstatcom.model.JSCDRange
Creates a JSCDRange for a given TSDateRange.
JSCDRange_XML - Static variable in class com.jstatcom.model.JSCDRange
XML format field for (de)serialization.
JSCInt - Class in com.jstatcom.model
An integer representation that conforms to the JSCData interface.
JSCInt(String) - Constructor for class com.jstatcom.model.JSCInt
Creates an empty JSCInt.
JSCInt(String, int) - Constructor for class com.jstatcom.model.JSCInt
Creates a JSCInt from an integer value.
JSCInt(String, boolean) - Constructor for class com.jstatcom.model.JSCInt
Creates a JSCInt from a boolean value.
JSCInt(String, Integer) - Constructor for class com.jstatcom.model.JSCInt
Creates a JSCInt from value.
JSCInt_XML - Static variable in class com.jstatcom.model.JSCInt
XML format field for (de)serialization.
JSCMap - Class in com.jstatcom.model
An object wrapper that conforms to the JSCData interface.
JSCMap(String) - Constructor for class com.jstatcom.model.JSCMap
Creates an empty JSCMap.
JSCMap() - Constructor for class com.jstatcom.model.JSCMap
Creates an empty JSCMap with a default name.
JSCMap_XML - Static variable in class com.jstatcom.model.JSCMap
XML format field for (de)serialization.
JSCMouseListenerTypes - Class in com.jstatcom.table
A MouseListener to be used with a JSCAbstractDataTable that reacts to mousePressed events and double clicks.
JSCNArray - Class in com.jstatcom.model
A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
JSCNArray(String) - Constructor for class com.jstatcom.model.JSCNArray
Creates an empty JSCNArray.
JSCNArray(String, double[][]) - Constructor for class com.jstatcom.model.JSCNArray
Creates a JSCNArray from value.
JSCNArray(JSCNArray) - Constructor for class com.jstatcom.model.JSCNArray
Copy-Constructor.
JSCNArray(String, double...) - Constructor for class com.jstatcom.model.JSCNArray
Creates a JSCNArray from value.
JSCNArray(String, int[]) - Constructor for class com.jstatcom.model.JSCNArray
Creates a JSCNArray from value.
JSCNArray(String, int[][]) - Constructor for class com.jstatcom.model.JSCNArray
Creates a JSCNArray from value.
JSCNArray_XML - Static variable in class com.jstatcom.model.JSCNArray
XML format field for (de)serialization.
JSCNArrayPanel - Class in com.jstatcom.model.control
Panel to display and save symbols that represent JSCNArray data objects.
JSCNArrayPanel() - Constructor for class com.jstatcom.model.control.JSCNArrayPanel
Creates a JSCNArrayPanel.
JSCNArrayTable - Class in com.jstatcom.table
JSCAbstractDataTable implementation for JSCNArray data objects.
JSCNArrayTable() - Constructor for class com.jstatcom.table.JSCNArrayTable
Default constructor initializes this with a default model, renderer and editor.
JSCNArrayTableModel - Class in com.jstatcom.table
Implementation of JSCAbstractTableModel for JSCNArray data objects.
JSCNArrayTableModel(Symbol) - Constructor for class com.jstatcom.table.JSCNArrayTableModel
Constructs a table model for a symbol of type JSCTypes.NARRAY.
JSCNumber - Class in com.jstatcom.model
A number representation that conforms to the JSCData interface.
JSCNumber(String) - Constructor for class com.jstatcom.model.JSCNumber
Creates an empty JSCNumber.
JSCNumber(String, double) - Constructor for class com.jstatcom.model.JSCNumber
Creates a JSCNumber from value.
JSCNumber(String, Double) - Constructor for class com.jstatcom.model.JSCNumber
Creates a JSCNumber from value.
JSCNumber_XML - Static variable in class com.jstatcom.model.JSCNumber
XML format field for (de)serialization.
JSCPopupTypes - Class in com.jstatcom.table
The DataTablePopupTypes class defines different popups that can be used by data tables.
JSCPropertyTypes - Class in com.jstatcom.model
This class contains an enumeration of constants that define properties that can be set for a JSCData object.
JSCPropertyTypes(String) - Constructor for class com.jstatcom.model.JSCPropertyTypes
Creates a new property type.
JSCSArray - Class in com.jstatcom.model
A wrapper for string arrays that conforms to the JSCData interface.
JSCSArray(String) - Constructor for class com.jstatcom.model.JSCSArray
Creates an empty JSCSArray.
JSCSArray(String, String[][]) - Constructor for class com.jstatcom.model.JSCSArray
Creates a JSCSArray from value.
JSCSArray(JSCSArray) - Constructor for class com.jstatcom.model.JSCSArray
Copy-Constructor.
JSCSArray(String, String...) - Constructor for class com.jstatcom.model.JSCSArray
Creates a JSCSArray from value.
JSCSArray.Row - Class in com.jstatcom.model
Inner class for storing rows of this array as XML elements.
JSCSArray.Row(String[], int) - Constructor for class com.jstatcom.model.JSCSArray.Row
 
JSCSArray_XML - Static variable in class com.jstatcom.model.JSCSArray
XML format field for (de)serialization.
JSCSArrayPanel - Class in com.jstatcom.model.control
Panel to display and save symbols that represent JSCSArray data objects.
JSCSArrayPanel() - Constructor for class com.jstatcom.model.control.JSCSArrayPanel
Creates a JSCsArrayPanel.
JSCSArrayTable - Class in com.jstatcom.table
JSCAbstractDataTable implementation for JSCSArray data objects.
JSCSArrayTable() - Constructor for class com.jstatcom.table.JSCSArrayTable
Default constructor initializes this with a default model.
JSCSArrayTableModel - Class in com.jstatcom.table
Implementation of JSCAbstractTableModel for JSCSArray data objects.
JSCSArrayTableModel(Symbol) - Constructor for class com.jstatcom.table.JSCSArrayTableModel
Constructs a table model for a symbol of type JSCTypes.SARRAY.
JSCString - Class in com.jstatcom.model
A string wrapper that conforms to the JSCData interface.
JSCString(String) - Constructor for class com.jstatcom.model.JSCString
Creates an empty JSCString.
JSCString(String, String) - Constructor for class com.jstatcom.model.JSCString
Creates a JSCString from value.
JSCString_XML - Static variable in class com.jstatcom.model.JSCString
XML format field for (de)serialization.
JSCTypeDef - Class in com.jstatcom.model
Defines a type to be used with a symbol table.
JSCTypeDef(String, JSCTypes, String) - Constructor for class com.jstatcom.model.JSCTypeDef
Creates a type definition with a name, a type and an optional description.
JSCTypeDef(String, JSCTypes) - Constructor for class com.jstatcom.model.JSCTypeDef
Creates a type definition with a name, a type and no description.
JSCTypes - Class in com.jstatcom.model
This enumeration contains all existing JSCData types.
JSCVoid - Class in com.jstatcom.model
An object wrapper that conforms to the JSCData interface.
JSCVoid(String) - Constructor for class com.jstatcom.model.JSCVoid
Creates an empty JSCVoid.
JSCVoid() - Constructor for class com.jstatcom.model.JSCVoid
Creates an empty JSCVoid with a default name.
JSCVoid(String, Object) - Constructor for class com.jstatcom.model.JSCVoid
Creates a JSCVoid from value.
JSCVoid_XML - Static variable in class com.jstatcom.model.JSCVoid
XML format field for (de)serialization.

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