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

M

main(String[]) - Static method in class com.jstatcom.component.TopFrame
Starts the application.
main(String[]) - Static method in class com.jstatcom.engine.gauss.GCGSet
Compiles a GAUSS gcg file from source files according to the settings for GaussEngine.
main(String[]) - Static method in class com.jstatcom.engine.gauss.LIBSet
Generates GAUSS lcg libraries from source files according to the settings for GaussEngine.
main(String[]) - Static method in class com.jstatcom.io.LogFrame
main entrypoint - starts the part when it is run as an application
main(String[]) - Static method in class com.jstatcom.parser.CalcEngine
 
main(String[]) - Static method in class com.jstatcom.parser.MaturityParser
 
main(String[]) - Static method in class com.jstatcom.parser.NumberRangeParser
 
main(String[]) - Static method in class com.jstatcom.parser.TSDateParser
 
mainPeriod() - Method in class com.jstatcom.ts.TSDate
Returns the main period of this date.
MAP - Static variable in class com.jstatcom.model.JSCTypes
Contains an single arbitrary Object.
MATLAB - Static variable in class com.jstatcom.engine.EngineTypes
Reference to the newer Matlab Engine type.
MATLAB_COMPILER_VERSION - Static variable in class com.jstatcom.engine.matlab.MatlabConfigKeys
Matlab compiler version.
MATLAB_COMPILER_VERSION - Static variable in class com.jstatcom.engine.mlab.MLabConfigKeys
Matlab compiler version.
MATLAB_COMPILER_VERSION - Static variable in class com.jstatcom.engine.mlab.StubMlabConfigKeys
Matlab compiler version.
MatlabConfigKeys - Class in com.jstatcom.engine.matlab
Contains all constants that can be changed for the the Matlab environment.
MatlabEngine - Class in com.jstatcom.engine.matlab
Engine for calling Matlab Compiler generated dlls from .m source files.
MatlabEngineType - Class in com.jstatcom.engine.matlab
Holds information about the MatlabEngine.
MatlabLoadTypes - Class in com.jstatcom.engine.matlab
This class contains all module types that can be loaded by a MatlabEngine.
MatlabTest - Class in com.jstatcom.engine.matlab
Tests the MatlabEngine.
MatlabTest() - Constructor for class com.jstatcom.engine.matlab.MatlabTest
 
MatrixBorder - Class in com.jstatcom.component
This border puts angular brackets [ ] around a component.
MatrixBorder() - Constructor for class com.jstatcom.component.MatrixBorder
Creates the default MatrixBorder instance.
MatrixBorder(int, int, int, int, int, int) - Constructor for class com.jstatcom.component.MatrixBorder
Creates a MatrixBorder instance according to spacing and size parameters.
maturity() - Method in class com.jstatcom.parser.MaturityParser
Possible Maturity formats.
Maturity - Class in com.jstatcom.util
Immutable representation of a maturity.
Maturity(int, MaturityUnits) - Constructor for class com.jstatcom.util.Maturity
Creates a maturity instance.
MaturityParser - Class in com.jstatcom.parser
 
MaturityParser() - Constructor for class com.jstatcom.parser.MaturityParser
Default constructor.
MaturityParser(InputStream) - Constructor for class com.jstatcom.parser.MaturityParser
 
MaturityParser(InputStream, String) - Constructor for class com.jstatcom.parser.MaturityParser
 
MaturityParser(Reader) - Constructor for class com.jstatcom.parser.MaturityParser
 
MaturityParser(MaturityParserTokenManager) - Constructor for class com.jstatcom.parser.MaturityParser
 
MaturityParserConstants - Interface in com.jstatcom.parser
 
MaturityParserTokenManager - Class in com.jstatcom.parser
 
MaturityParserTokenManager(SimpleCharStream) - Constructor for class com.jstatcom.parser.MaturityParserTokenManager
 
MaturityParserTokenManager(SimpleCharStream, int) - Constructor for class com.jstatcom.parser.MaturityParserTokenManager
 
MaturityUnits - Enum in com.jstatcom.util
Enumeration of all valid units for a maturity.
MAX - Static variable in class com.jstatcom.parser.CalcFunctions
max(a,b), returns an array with the maximum elements of a and b for each row.
maxc(double[][]) - Static method in class com.jstatcom.util.UMatrix
Gets a vector with the maxima of all columns of arg.
maxCellLength() - Method in class com.jstatcom.table.BorderTable
Computes the maximum length of all cells.
maximumLayoutSize(Container) - Method in class com.jstatcom.equation.EqLayout
Returns the maximum dimensions needed to layout the components contained in the specified target container.
maxRange() - Method in class com.jstatcom.ts.TSDateRangeSelector
Sets the display to the maximum possible range, which is the enclosing range.
MEANC - Static variable in class com.jstatcom.parser.CalcFunctions
meanc(a), computes the mean of all elements in an array.
meanc(double[][]) - Static method in class com.jstatcom.util.UMatrix
Gets a vector with the mean of all columns of arg.
mergedRange(TSDateRange) - Method in class com.jstatcom.ts.TSDateRange
Returns the merged date range that starts at the earliest start date and ends at the latest enddate.
mergeTS(JSCSArray, String, String) - Static method in class com.jstatcom.util.UData
Merges time series with possibly different length and fills them with missing values at the beginning and/or the end.
methodName - Variable in class com.jstatcom.component.Module
Name of the static method to call with no parameters.
MIN - Static variable in class com.jstatcom.parser.CalcFunctions
min(a,b), returns an array with the minimum elements of a and b for each row.
minc(double[][]) - Static method in class com.jstatcom.util.UMatrix
Gets a vector with the minima of all columns of arg.
minimumLayoutSize(Container) - Method in class com.jstatcom.equation.EqLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
MINUS - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
MINUS - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
MINUS - Static variable in interface com.jstatcom.parser.TSDateParserConstants
 
missings(int, int) - Static method in class com.jstatcom.util.UMatrix
Gets a double array filled with NaN's.
MLAB - Static variable in class com.jstatcom.engine.EngineTypes
Reference to the older Matlab Engine type.
MLabConfigKeys - Class in com.jstatcom.engine.mlab
Contains all constants that can be changed for the the Matlab environment.
MLabEngine - Class in com.jstatcom.engine.mlab
A MLabEngine manages calls to methods defined in native libraries created with the MatLab compiler from .m files.
MLabEngineType - Class in com.jstatcom.engine.mlab
MLabEngineType holds information about the MLabEngine.
MLabLoadTypes - Class in com.jstatcom.engine.mlab
This class contains all module types that can be loaded by a MLab engine.
MLabTest - Class in com.jstatcom.engine.mlab
This is a set of tests for the com.jstatcom.engine.mlab package.
MLabTest(String) - Constructor for class com.jstatcom.engine.mlab.MLabTest
MLabTest constructor comment.
ModelFrame - Class in com.jstatcom.model
An internal frame that can be used as top level container for modules in the JStatCom framework.
ModelFrame() - Constructor for class com.jstatcom.model.ModelFrame
Creates an internal frame wit a null title.
ModelFrame(String) - Constructor for class com.jstatcom.model.ModelFrame
Creates an internal frame with a given title.
ModelPanel - Class in com.jstatcom.model
Panel to be used by components that need access to the symbol table hierarchy.
ModelPanel() - Constructor for class com.jstatcom.model.ModelPanel
Creates a ModelPanel.
ModelPanel(LayoutManager) - Constructor for class com.jstatcom.model.ModelPanel
Creates a ModelPanel with a layout manager.
ModelTest - Class in com.jstatcom.model
This is a set of tests for the model package.
ModelTest(String) - Constructor for class com.jstatcom.model.ModelTest
ModelTest constructor comment.
ModelTest.XMLRep - Class in com.jstatcom.model
 
ModelTest.XMLRep(String) - Constructor for class com.jstatcom.model.ModelTest.XMLRep
 
ModelTest1 - Class in com.jstatcom.model
This is a set of tests for the model package.
ModelTest1(String) - Constructor for class com.jstatcom.model.ModelTest1
ModelTest1 constructor comment.
Module - Class in com.jstatcom.component
Represents a serializable module to be used with TopFrame.
Module(String, String, String) - Constructor for class com.jstatcom.component.Module
Creates a module instance.
Module_XML - Static variable in class com.jstatcom.component.Module
XML format field for (de)serialization.
moduleList - Variable in class com.jstatcom.component.TopFrame.XMLRep
 
ModuleTreeNode - Class in com.jstatcom.project
A tree node that represents a loaded JStatCom module.
ModuleTreeNode(AbstractAction) - Constructor for class com.jstatcom.project.ModuleTreeNode
Creates a module tree node with an action that is invoked from the project tree it belongs to.
MONTH - Static variable in interface com.jstatcom.parser.MaturityParserConstants
 
MONTH - Static variable in interface com.jstatcom.parser.TSDateParserConstants
 
mouseClicked(MouseEvent) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Implementation of mouseClicked for double click events, that gets the underlying the table model and the corresponding location.
mouseEntered(MouseEvent) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Empty default implementation.
mouseExited(MouseEvent) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Empty default implementation.
mousePressed(MouseEvent) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Implementation of mousePressed, that gets the underlying the table model and the corresponding location.
mouseReleased(MouseEvent) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Empty default implementation.
MultiLineLabel - Class in com.jstatcom.component
Covenience label class that can display text with more than one line.
MultiLineLabel() - Constructor for class com.jstatcom.component.MultiLineLabel
See Superclass.
MultiLineLabel(String) - Constructor for class com.jstatcom.component.MultiLineLabel
See Superclass.
MultiLineLabel(String, int) - Constructor for class com.jstatcom.component.MultiLineLabel
See Superclass.
MultiLineLabel(String, Icon, int) - Constructor for class com.jstatcom.component.MultiLineLabel
See Superclass.
MultiLineLabel(Icon) - Constructor for class com.jstatcom.component.MultiLineLabel
See Superclass.
MultiLineLabel(Icon, int) - Constructor for class com.jstatcom.component.MultiLineLabel
See Superclass.
MultiLineLabelUI - Class in com.jstatcom.component
* Author: Zafir Anjum * http://codeguru.earthweb.com/java/articles/198.shtml * * Use multi-line text in a JLabel. * To enable multi-line in a JLabel we have to specify our own LabelUI * class that will render the multiple lines.
MultiLineLabelUI() - Constructor for class com.jstatcom.component.MultiLineLabelUI
 
MULTIPLY - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
multiply(double[][], double) - Static method in class com.jstatcom.util.UMatrix
Multiplies the scalar toMult with a copy of the array arg.

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