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

V

validateInput() - Method in class com.jstatcom.component.IValTextField
Should contain the algorithm for input validation.
validateInput() - Method in class com.jstatcom.component.NumRangeSelector
Validates input against the specified range whenever necessary.
validateInput() - Method in class com.jstatcom.component.NumSelector
Validates input against the specified range whenever necessary.
validateInput() - Method in class com.jstatcom.component.VarNameSelector
 
validateInput() - Method in class com.jstatcom.ts.TSDateRangeSelector
Validates input against the TSDateParser and the overall TSDateRange.
validateInput() - Method in class com.jstatcom.ts.TSDateSelector
Validates input against the TSDateParser and the specified TSDateRange.
value() - Method in interface com.jstatcom.model.JSCData
Gets the value stored in this data object.
value() - Method in class com.jstatcom.model.JSCDate
Gets the underlying value, which is stored as a TSDate.
value() - Method in class com.jstatcom.model.JSCDRange
Gets the underlying value, which is stored as a TSDateRange.
value() - Method in class com.jstatcom.model.JSCInt
Gets the underlying value, which is stored as a Double.
value() - Method in class com.jstatcom.model.JSCMap
Gets the underlying value, which is stored as a Map<String, Object>.
value() - Method in class com.jstatcom.model.JSCNArray
Gets a copy of the underlying value, which is stored as a double[][].
value() - Method in class com.jstatcom.model.JSCNumber
Gets the underlying value, which is stored as a Double.
value() - Method in class com.jstatcom.model.JSCSArray
Gets a copy of the underlying value, which is stored as a String[][].
value() - Method in class com.jstatcom.model.JSCString
Gets the underlying value, which is stored as a String.
value() - Method in class com.jstatcom.model.JSCVoid
Gets the underlying value, which is stored as an Object.
VALUE_CHANGED - Static variable in class com.jstatcom.model.JSCDataEventTypes
Fired if the respective JSCData has changed.
VALUE_CHANGED - Static variable in class com.jstatcom.model.SymbolEventTypes
Fired if the values in underlying data object of Symbol have changed.
valueAt(int) - Method in class com.jstatcom.ts.TS
Returns the observation at index i.
valueAt(TSDate) - Method in class com.jstatcom.ts.TS
Returns the observation at a given date.
valueChanged(SymbolEvent) - Method in class com.jstatcom.component.CheckBoxList
Updates list if symbol changed.
valueChanged(SymbolEvent) - Method in class com.jstatcom.component.NumSelector
Updates display when symbol changed.
valueChanged(SymbolEvent) - Method in class com.jstatcom.component.SymbolDisplay
Updates the displayed text if changes happen.
valueChanged(SymbolEvent) - Method in class com.jstatcom.equation.EqTermAR
Updates layout on symbol events of the underlying lag symbol.
valueChanged(SymbolEvent) - Method in class com.jstatcom.model.control.SymbolPanel
Update the symbol display.
valueChanged(SymbolEvent) - Method in class com.jstatcom.model.control.SymbolTreeNode
Invokes repaint on symbol tree.
valueChanged(JSCDataEvent) - Method in interface com.jstatcom.model.JSCDataListener
Called when a JSCData object fires a JSCDataEvent of a JSCDataEventType that this object has registered to via JSCData.addJSCDataListener.
valueChanged(JSCDataEvent) - Method in class com.jstatcom.model.Symbol
Transforms evt to the respective SymbolEvent and dispatches it to the SymbolListeners.
valueChanged(SymbolEvent) - Method in interface com.jstatcom.model.SymbolListener
Called when a Symbol object fires a SymbolEvent of a SymbolEventType that this object has registered to via Symbol.addSymbolListener.
valueChanged(ListSelectionEvent) - Method in class com.jstatcom.table.JSCAbstractDataTable
Invoked when the list selection changes.
valueOf(EngineTypes) - Static method in class com.jstatcom.engine.ConfigHolder
Static initializer to return an instance of ConfigHolder.
valueOf(String) - Static method in class com.jstatcom.engine.EngineTypes
Gets the type for the given name.
valueOf(String) - Static method in enum com.jstatcom.io.DataHandlerTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jstatcom.io.FileTypes
Returns the enum constant of this type with the specified name.
valueOf(File, String) - Static method in class com.jstatcom.model.JSCNArray
Creates an instance of this class from a data file.
valueOf(String) - Static method in class com.jstatcom.model.NumberRange
Static initialized that creates a NumberRange from a string representation.
valueOf(String) - Static method in class com.jstatcom.ts.TSDate
Static initializer that creates a TSDate from a string expression.
valueOf(String) - Static method in class com.jstatcom.ts.TSDateRange
Static initializer that creates a TSDateRange from a string representation.
valueOf(String) - Static method in class com.jstatcom.ts.TSTypes
Factory method that gets a reference to the static type from an identifying string.
valueOf(String) - Static method in class com.jstatcom.util.Maturity
Creates a maturity from a string representation.
valueOf(String) - Static method in enum com.jstatcom.util.MaturityUnits
Returns the enum constant of this type with the specified name.
valueOfChanged(JSCData, Object, Object) - Static method in class com.jstatcom.model.JSCDataEvent
Gets an instance of this for events of type JSCDataEventTypes.VALUE_CHANGED.
valueOfEmpty(String) - Method in class com.jstatcom.model.JSCTypes
Gets an empty JSCData instance for the specified type.
valueOfEmptyState(JSCData, boolean) - Static method in class com.jstatcom.model.JSCDataEvent
Gets an instance of this for events of type JSCDataEventTypes.EMPTY_STATE.
valueOfEmptyState(Symbol, boolean) - Static method in class com.jstatcom.model.SymbolEvent
Gets an instance of this for events of type SymbolEventTypes.EMPTY_STATE.
valueOfJSCDataEvent(Symbol, JSCDataEvent) - Static method in class com.jstatcom.model.SymbolEvent
Gets an instance of this for events of type JSCDataEvent.
valueOfValChanged(Symbol, Object, Object) - Static method in class com.jstatcom.model.SymbolEvent
Gets an instance of this for events of type SymbolEventTypes.VALUE_CHANGED.
values() - Static method in enum com.jstatcom.io.DataHandlerTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jstatcom.io.FileTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.jstatcom.ts.TS
Returns a copy of the array of observations.
values() - Static method in enum com.jstatcom.util.MaturityUnits
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
variable() - Method in class com.jstatcom.parser.CalcEngine
 
VARIABLE_NAME_CONSTANT - Static variable in class com.jstatcom.equation.VarNamesVector
Name of the intercept variable.
VARIABLE_NAME_TREND - Static variable in class com.jstatcom.equation.VarNamesVector
Name of the trend variable.
VARIABLE_NAMES - Static variable in class com.jstatcom.table.JSCCellRendererTypes
String TableCellRenderer for variable names.
VARNAMES - Static variable in class com.jstatcom.io.TSImportTypes
Identifier for the variable names.
VarNameSelector - Class in com.jstatcom.component
This component allows to verify an input string against the rules for valid variable names throughout JStatCom.
VarNameSelector() - Constructor for class com.jstatcom.component.VarNameSelector
VarNameSelector constructor which sets the default input to "varname".
VarNamesVector - Class in com.jstatcom.equation
Displays variable names with or without a time index to indicate a certain lag, e.g. invest(t-1).
VarNamesVector() - Constructor for class com.jstatcom.equation.VarNamesVector
Creates a default VarNamesVector.
VarNamesVector(int) - Constructor for class com.jstatcom.equation.VarNamesVector
Creates a VarNamesVector for an index.
vec() - Method in class com.jstatcom.model.JSCNArray
Gets a vector stacked with the columns of the underlying data array.
vec() - Method in class com.jstatcom.model.JSCSArray
Gets the columns of this object stacked into a String[].
vec(double[][]) - Static method in class com.jstatcom.util.UMatrix
Get a one dimensional array with to columns of arg stacked into it.
vec(int[][]) - Static method in class com.jstatcom.util.UMatrix
Get a one dimensional array with to columns of arg stacked into it.
VECTOR - Static variable in class com.jstatcom.engine.stub.CSignTypes
Can be used to set the "VECTOR" property of array types.
VERSION - Static variable in class com.jstatcom.component.TopFrame
Version string and other props are taken from resource file app.properties.
versionIterator() - Static method in class com.jstatcom.engine.gauss.GaussConfigKeys
 
VIEWER - Static variable in class com.jstatcom.engine.ox.OxLoadTypes
Spawns a viewer with a file argument.
VOID - Static variable in class com.jstatcom.model.JSCTypes
Contains an single arbitrary Object.

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