Venice 0.7beta
A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

ABS_TOKEN - Static variable in class org.mov.parser.Token
Represents "abs" symbol
AbsExpression - Class in org.mov.parser.expression
An expression which calculates the absolute value of a number.
AbsExpression(Expression) - Constructor for class org.mov.parser.expression.AbsExpression
 
AbstractAccount - Class in org.mov.portfolio
Base class for all accounts.
AbstractAccount() - Constructor for class org.mov.portfolio.AbstractAccount
Create a new account.
AbstractExpression - Class in org.mov.parser.expression
The abstract base class for all expressions in the Gondola language.
AbstractExpression() - Constructor for class org.mov.parser.expression.AbstractExpression
Create a new expression.
AbstractExpression(int) - Constructor for class org.mov.parser.expression.AbstractExpression
Create a new expression with the given number of children.
AbstractGraph - Class in org.mov.chart.graph
Set the default values for a graph based on a single GraphSource.
AbstractGraph(GraphSource) - Constructor for class org.mov.chart.graph.AbstractGraph
Set the default values to the ones provided by this GraphSource.
AbstractQuoteModel - Class in org.mov.ui
Helper for constructing quote table models.
AbstractQuoteModel(QuoteBundle, List, int) - Constructor for class org.mov.ui.AbstractQuoteModel
Create a new quote table model with no columns.
AbstractTable - Class in org.mov.ui
Helper for constructing tables.
AbstractTable() - Constructor for class org.mov.ui.AbstractTable
Create a new table.
AbstractTableModel - Class in org.mov.ui
Helper for constructing table models.
AbstractTableModel() - Constructor for class org.mov.ui.AbstractTableModel
Create a new table model with no columns.
AbstractTableModel(List) - Constructor for class org.mov.ui.AbstractTableModel
Create a new table model with the set of columns.
accept(File) - Method in class org.mov.analyser.ANNNetworkTypePage.JooneFilter
 
accept(File) - Method in class org.mov.importer.PreferencesXML.XMLFilter
 
accept(File) - Method in class org.mov.util.ImageFilter
 
Account - Interface in org.mov.portfolio
Generic interface for all financial account objects.
AccountDialog - Class in org.mov.portfolio
A dialog that allows the user to enter an account name and currency.
AccountDialog(JComponent, String, String) - Constructor for class org.mov.portfolio.AccountDialog
Create new account dialog.
AccountDialog(JComponent, String, String, Currency) - Constructor for class org.mov.portfolio.AccountDialog
Create new account dialog.
AccountNameFormat - Class in org.mov.ui
This class describes how to display and sort the name of portfolio accounts in the table.
AccountNameFormat(String) - Constructor for class org.mov.ui.AccountNameFormat
Create a new account name format object.
AccountTable - Class in org.mov.portfolio
Display an account summary in a swing table for a portfolio.
AccountTable(Portfolio, EODQuoteBundle) - Constructor for class org.mov.portfolio.AccountTable
Create a new account table.
accumulate(int, double) - Method in class org.mov.portfolio.StockHolding
Increase ownership of stock.
ACCUMULATE - Static variable in class org.mov.portfolio.Transaction
Accumulate (buy) shares
actionPerformed(ActionEvent) - Method in class org.mov.chart.ChartModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.chart.PortfolioChartMenu
This function is called when the user selects one of the menu items.
actionPerformed(ActionEvent) - Method in class org.mov.macro.MacroModule
 
actionPerformed(ActionEvent) - Method in class org.mov.portfolio.PortfolioModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.portfolio.TransactionDialog
 
actionPerformed(ActionEvent) - Method in class org.mov.portfolio.TransactionModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.prefs.PreferencesModule
Called when the user clicks on the save or cancel button.
actionPerformed(ActionEvent) - Method in class org.mov.table.PortfolioTableModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.table.QuoteModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.table.WatchScreenModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.ui.ConfirmDialog
ActionListener interface used for internal buttons.
actionPerformed(ActionEvent) - Method in class org.mov.ui.ExpressionColumnDialog
 
actionPerformed(ActionEvent) - Method in class org.mov.ui.ExpressionDialog
ActionListener interface used for internal buttons.
actionPerformed(ActionEvent) - Method in class org.mov.ui.MacroEditor
 
actionPerformed(ActionEvent) - Method in class org.mov.ui.MainMenu
Called when a menu item is selected.
actionPerformed(ActionEvent) - Method in class org.mov.ui.ProgressBarUI
 
actionPerformed(ActionEvent) - Method in class org.mov.ui.TextDialog
ActionListener interface used for internal buttons.
activateButton(JButton) - Method in class org.mov.chart.ChartModule
Activate chart button b, and deactivate all the rest of the buttons.
ACTIVITY_COLUMN - Static variable in class org.mov.ui.EODQuoteModel
Activity column number.
ACTIVITY_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Activity column number.
add(Graph, int) - Method in class org.mov.chart.Chart
Chart a new graph at the given level.
add(Graph, Symbol, EODQuoteBundle, int) - Method in class org.mov.chart.ChartModule
Add a new graph to the specified level.
add(SortedSet) - Method in class org.mov.chart.ChartModule
 
add(Graph, Portfolio, EODQuoteBundle, int) - Method in class org.mov.chart.ChartModule
Add a new portfolio graph to the specified level.
ADD - Static variable in class org.mov.chart.GraphSettingsDialog
The user has pressed the ADD button.
add(String, int, boolean) - Method in class org.mov.parser.Variables
Add a new variable.
add(String, int, boolean, double) - Method in class org.mov.parser.Variables
Add a new variable.
add(String, int, boolean, int) - Method in class org.mov.parser.Variables
Add a new variable.
add() - Method in class org.mov.prefs.EquationTable
Display a dialog asking the user to enter a new stored expression.
add(TradingDate, Money, Money) - Method in class org.mov.util.ExchangeRateCache
Add the two given monies.
add(Money) - Method in class org.mov.util.Money
Add the given money to this money.
add(double) - Method in class org.mov.util.Money
Add the given money to this money.
ADD_TOKEN - Static variable in class org.mov.parser.Token
Represents "+" symbol
addAccount(Account) - Method in class org.mov.portfolio.Portfolio
Add an account to the portfolio.
addAll(Object[]) - Method in class org.mov.ui.SortedListModel
 
addCheckBoxMenuItem(ActionListener, JMenuItem, String) - Static method in class org.mov.ui.MenuHelper
Creates a check box menu item and attaches it to a menu
addCheckBoxRow(JPanel, String, boolean, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing a check box button to the form.
addComboBox(JPanel, String, Vector, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new list combo box to the form.
addElement(Object) - Method in class org.mov.ui.SortedListModel
 
addError(String) - Method in class org.mov.util.Report
Add an error message to the report.
addExpression() - Method in class org.mov.analyser.ANNPageModule
 
AddExpression - Class in org.mov.parser.expression
An expression which adds two sub-expressions.
AddExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.AddExpression
 
addExpressionRow(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing an expression combo box button to the form.
addLabelRow(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing a label field to the form.
addMarketIndicator(Graph) - Method in class org.mov.chart.ChartModule
 
addMenu(JComponent, String, char) - Static method in class org.mov.ui.MenuHelper
Creates a menu and attaches it to a component
addMenu(JComponent, String) - Static method in class org.mov.ui.MenuHelper
Creates a menu and attaches it to a component
addMenuItem(ActionListener, JMenuItem, String) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a menu.
addMenuItem(ActionListener, JMenuItem, String, char) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a menu.
addMenuItem(ActionListener, JPopupMenu, String) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a popup menu.
addMenuItem(ActionListener, JPopupMenu, String, char) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a popup menu.
addMessage(String) - Method in class org.mov.util.Report
Add a message to the report.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNPageModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GAModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GAResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GARulesPageModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.PaperTradeModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.PaperTradeResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.chart.ChartModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.help.HelpModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.macro.MacroModule
 
addModuleChangeListener(PropertyChangeListener) - Method in interface org.mov.main.Module
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.portfolio.PortfolioModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.portfolio.TransactionModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.prefs.PreferencesModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.ExportQuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.IDQuoteSyncModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.ImportQuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.PortfolioTableModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.QuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.WatchScreenModule
Add a property change listener for module change events.
addModuleListener(ModuleListener) - Method in class org.mov.ui.DesktopManager
Add a listener to list for module events.
addParameter() - Method in class org.mov.analyser.GARulesPageModule
 
addPasswordRow(JPanel, String, String, GridBagLayout, GridBagConstraints, int) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing a password text field to the form.
addQuoteListener(QuoteListener) - Method in class org.mov.quote.IDQuoteCache
Add a listener to listen for new intra-day quotes.
addResults(List) - Method in class org.mov.analyser.ANNResultModule
 
addResults(List) - Method in class org.mov.analyser.GAResultModule
 
addResults(List) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addResults(List) - Method in class org.mov.analyser.GPResultModule
 
addResults(List) - Method in class org.mov.analyser.PaperTradeResultModule
 
addRow(String, String, String) - Method in class org.mov.analyser.GARulesPageModule
 
addRowSelectionInterval(int, int) - Method in class org.mov.ui.SortedTable
 
addRowTable(String) - Method in class org.mov.analyser.ANNPage
 
addRowTable(String) - Method in class org.mov.analyser.ANNPageModule
 
addRowTable(String, String, String) - Method in class org.mov.analyser.GPPageInitialPopulation
 
addRowTable(String, String, String) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addRules() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addSymbol(Symbol) - Method in class org.mov.quote.EODQuoteRange
Expand the quote range to include a new symbol.
addSymbol(Symbol) - Method in class org.mov.table.WatchScreen
Add a symbol to this watch screen.
addSymbolListComboBox(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new symbol list combo box to the form.
addSymbols(List) - Method in class org.mov.quote.IDQuoteSync
Add the a list of symbols to the list of symbols for the intra-day quotes to download.
addSymbols(List) - Method in class org.mov.table.WatchScreen
Add a list of symbols to this watch screen.
addTextRow(JPanel, String, String, GridBagLayout, GridBagConstraints, int) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing a text field to the form.
addTransaction(Transaction) - Method in class org.mov.portfolio.Portfolio
Record a single transaction on the portfolio.
addTransactions(List) - Method in class org.mov.portfolio.Portfolio
Record multiple transactions on the portfolio.
addWarning(String) - Method in class org.mov.util.Report
Add a warning message to the report.
AdvanceDeclineGraph - Class in org.mov.chart.graph
Advance/Decline graph.
AdvanceDeclineGraph() - Constructor for class org.mov.chart.graph.AdvanceDeclineGraph
Create a new Advance/Decline graph.
after(Object) - Method in class org.mov.util.TradingDate
Tests if this date is after the specified date.
after(Object) - Method in class org.mov.util.TradingTime
Tests if this time is after the specified time.
ALL_ORDINARIES - Static variable in class org.mov.quote.EODQuoteRange
Represents all 3 letter symbols, not included market indices
ALL_SYMBOLS - Static variable in class org.mov.quote.EODQuoteRange
Represents all symbols
ALWAYS_HIDDEN - Static variable in class org.mov.ui.Column
The column is always hidden.
AnalyserPage - Interface in org.mov.analyser
An analysis tool configuration page.
AND_TOKEN - Static variable in class org.mov.parser.Token
Represents "and" symbol
AndExpression - Class in org.mov.parser.expression
An expression which performs boolean and on two sub-expressions.
AndExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.AndExpression
 
ann() - Method in class org.mov.main.CommandManager
Open up a new artificial neural network module.
ANNConstants - Class in org.mov.analyser.ann
 
ANNConstants() - Constructor for class org.mov.analyser.ann.ANNConstants
 
ANNModule - Class in org.mov.analyser
 
ANNModule(JDesktopPane) - Constructor for class org.mov.analyser.ANNModule
Create a new paper trade module.
ANNNetworkTypePage - Class in org.mov.analyser
 
ANNNetworkTypePage(JDesktopPane) - Constructor for class org.mov.analyser.ANNNetworkTypePage
Construct a new network type parameters page.
ANNNetworkTypePage.JooneFilter - Class in org.mov.analyser
 
ANNNetworkTypePage.JooneFilter() - Constructor for class org.mov.analyser.ANNNetworkTypePage.JooneFilter
 
ANNPage - Class in org.mov.analyser
 
ANNPage(JDesktopPane, double) - Constructor for class org.mov.analyser.ANNPage
Construct a new input/output artificial neural network parameters page.
ANNPageModule - Class in org.mov.analyser
 
ANNPageModule(JDesktopPane) - Constructor for class org.mov.analyser.ANNPageModule
Construct a new input artificial neural network parameters grid.
ANNPaperTrade - Class in org.mov.analyser
This class perform the paper trade analysis for the artificial neural network.
ANNResult - Class in org.mov.analyser
 
ANNResult(Portfolio, EODQuoteBundle, Money, Money, TradingDate, TradingDate, String) - Constructor for class org.mov.analyser.ANNResult
 
ANNResultModule - Class in org.mov.analyser
 
ANNResultModule() - Constructor for class org.mov.analyser.ANNResultModule
 
ANNTrainingPage - Class in org.mov.analyser
 
ANNTrainingPage(JDesktopPane) - Constructor for class org.mov.analyser.ANNTrainingPage
Construct a new ANN training parameters page.
append(Graph, int) - Method in class org.mov.chart.ChartModule
Add the graph to the specified level.
append(Graph) - Method in class org.mov.chart.ChartModule
Create a new level and add the graph.
applyExpressions(AbstractQuoteModel) - Method in class org.mov.ui.AbstractTable
Helper method to display a dialog to let the user set expressions.
ArithmeticExpression - Class in org.mov.parser.expression
Abstract base class for the arithmetic expressions: +, /, *, -
ArithmeticExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.ArithmeticExpression
Create a new arithmetic expression with the given left and right arguments.
ARRANGE - Static variable in class org.mov.ui.DesktopManager
Arrange windows in a grid.
ArtificialNeuralNetwork - Class in org.mov.analyser.ann
 
ArtificialNeuralNetwork(JDesktopPane) - Constructor for class org.mov.analyser.ann.ArtificialNeuralNetwork
Create a new instance of ArtificialNeuralNetwork class.
ASK - Static variable in interface org.mov.quote.Quote
Represents current ask.
ASK_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Day low column number.
authEnabled - Variable in class org.mov.prefs.PreferencesManager.ProxyPreferences
Is authentication enabled?
avg(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Find the average of the given quotes.
avg(double[], int, int) - Static method in class org.mov.quote.QuoteFunctions
 
AVG_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid avg() offset.
AVG_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid avg() range.
AVG_TOKEN - Static variable in class org.mov.parser.Token
Represents "avg" symbol
AvgExpression - Class in org.mov.parser.expression
An expression which finds the average quote over a given trading period.
AvgExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.AvgExpression
Create a new average expression for the given quote kind, for the given number of days starting with lag days away.

B

BACKWARDS - Static variable in class org.mov.util.TradingDateComparator
Sort backwards
BarChartGraph - Class in org.mov.chart.graph
Barchart graph.
BarChartGraph(GraphSource, GraphSource, GraphSource, GraphSource) - Constructor for class org.mov.chart.graph.BarChartGraph
Create a new barchart graph.
BarGraph - Class in org.mov.chart.graph
Horizontal bar graph.
BarGraph(GraphSource, String, boolean) - Constructor for class org.mov.chart.graph.BarGraph
Create a new horizontal bar graph.
BasicChartUI - Class in org.mov.chart
Chart Implementation.
BasicChartUI() - Constructor for class org.mov.chart.BasicChartUI
 
BBL_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid bol_upper() offset.
BBL_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid bol_lower() range.
BBL_TOKEN - Static variable in class org.mov.parser.Token
Represents "bol_lower()" symbol
BBLExpression - Class in org.mov.parser.expression
An expression which finds the BBL (Bollinger Band Lower) quote over a given trading period.
BBLExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.BBLExpression
Create a new Bollinger Band Lower expression for the given quote kind, for the given number of days, starting with lag days away.
BBU_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid bbu() offset.
BBU_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid bol_upper() range.
BBU_TOKEN - Static variable in class org.mov.parser.Token
Represents "bol_upper()" symbol
BBUExpression - Class in org.mov.parser.expression
An expression which finds the BBU (Bollinger Band Upper) quote over a given trading period.
BBUExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.BBUExpression
Create a new Bollinger Band Upper expression for the given quote kind, for the given number of days, starting with lag days away.
before(Object) - Method in class org.mov.util.TradingDate
Tests if this date is before the specified date.
before(Object) - Method in class org.mov.util.TradingTime
Tests if this time is before the specified time.
bestFit(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the line of best fit of the data given by source.
bestFitFunction(QuoteFunctionSource, int, int) - Static method in class org.mov.quote.QuoteFunctions
Return the equation of the line of best fit of the data given by source.
BID - Static variable in interface org.mov.quote.Quote
Represents current bid.
BID_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Day low column number.
BinaryExpression - Class in org.mov.parser.expression
Abstract base class for all expressions requiring two arguments.
BinaryExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.BinaryExpression
Create a new binary expression with the given left and right arguments.
bmp - Static variable in class org.mov.util.ImageFilter
 
BMPFile - Class in org.mov.util
Writes a bitmap from a BufferedImage.
BMPFile(boolean) - Constructor for class org.mov.util.BMPFile
 
BMPFile() - Constructor for class org.mov.util.BMPFile
 
BollingerBandsGraph - Class in org.mov.chart.graph
Bollinger Bands graph.
BollingerBandsGraph(GraphSource) - Constructor for class org.mov.chart.graph.BollingerBandsGraph
Create a new bollinger bands graph.
bollingerLower(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the lower band of the bollinger graph.
bollingerUpper(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the upper band of the bollinger graph.
BOOLEAN_TOKEN - Static variable in class org.mov.parser.Token
Represents "boolean" symbol
BOOLEAN_TYPE - Static variable in interface org.mov.parser.Expression
A boolean type that can be either Expression.TRUE or Expression.FALSE.
BREAK - Static variable in class org.mov.chart.Coordinate
 
BREAKOUT - Static variable in class org.mov.chart.graph.CountbackLineGraph
 
BRITISH - Static variable in class org.mov.util.TradingDate
Date format will be in britsh format, e.g.
buildMacroMenu() - Method in class org.mov.ui.MainMenu
Take the list of menu item and add them to the given menu.
buy(PaperTrade.Environment, Variables, Symbol, Money, Money, double, int) - Static method in class org.mov.analyser.PaperTrade
Attempt to buy the given symbol.
BUY_RULE - Static variable in class org.mov.analyser.GPModuleConstants
 
BUY_RULE_COLUMN - Static variable in class org.mov.analyser.GPPageInitialPopulationModule
 
buyRule - Static variable in class org.mov.analyser.PaperTrade
 
buyValue - Static variable in class org.mov.analyser.PaperTrade
 

C

calculate(QuoteBundle, List) - Method in class org.mov.ui.ExpressionColumn
Execute the expression and calculate the result for each quote.
calculateScale(int, int) - Static method in class org.mov.chart.HorizontalAxis
 
CANCEL - Static variable in class org.mov.chart.GraphSettingsDialog
The user has pressed the CANCEL button.
CandleStickGraph - Class in org.mov.chart.graph
Candlestick graph.
CandleStickGraph(GraphSource, GraphSource, GraphSource, GraphSource) - Constructor for class org.mov.chart.graph.CandleStickGraph
Create a new Candlestick graph.
CASCADE - Static variable in class org.mov.ui.DesktopManager
Cascade windows, resizing based on desktop size
CASH_ACCOUNT - Static variable in interface org.mov.portfolio.Account
Account is a cash account (bank account, cash management account etc)
CASH_ACCOUNT_NAME - Static variable in class org.mov.analyser.PaperTrade
 
CASH_VALUE - Static variable in class org.mov.chart.source.PortfolioGraphSource
Graph the portfolio cash value
CASH_VALUE_COLUMN - Static variable in class org.mov.table.PortfolioModel
Portfolio cash value column number.
cashAccount - Variable in class org.mov.analyser.PaperTrade.Environment
 
CashAccount - Class in org.mov.portfolio
Representation of a cash account in a portfolio.
CashAccount(String, Currency) - Constructor for class org.mov.portfolio.CashAccount
Create a new cash account with the given currency.
CashAccount(String) - Constructor for class org.mov.portfolio.CashAccount
Create a new cash account with the default currency.
CHANGE_DECREASING - Static variable in class org.mov.analyser.OrderComparator
Order the stock symbols by the highest change on the date.
CHANGE_INCREASING - Static variable in class org.mov.analyser.OrderComparator
Order the stock symbols by the lowest change on the date.
ChangeFormat - Class in org.mov.ui
An abstract representation of the concept of Change.
ChangeFormat(double) - Constructor for class org.mov.ui.ChangeFormat
Create a new Change object from the given change.
ChangeFormat(Money, Money) - Constructor for class org.mov.ui.ChangeFormat
Create a new change object and calculate the change from the initial and final monetary values.
ChangeFormat(double, double) - Constructor for class org.mov.ui.ChangeFormat
Create a new change object and calculate the change from the initial and final monetary values.
charAt(int) - Method in class org.mov.quote.Symbol
Return the character at the given offset.
Chart - Class in org.mov.chart
New swing component that allows creation of charts.
Chart() - Constructor for class org.mov.chart.Chart
Create a new Chart component.
ChartDrawingModel - Class in org.mov.chart
 
ChartDrawingModel() - Constructor for class org.mov.chart.ChartDrawingModel
 
ChartModule - Class in org.mov.chart
The charting module for venice.
ChartModule(JDesktopPane) - Constructor for class org.mov.chart.ChartModule
Create a new Chart.
ChartModule(JDesktopPane, boolean) - Constructor for class org.mov.chart.ChartModule
Create a new Chart.
ChartPreferencesPage - Class in org.mov.prefs
Provides a preferences page to let the user set chart parameters.
ChartPreferencesPage(JDesktopPane) - Constructor for class org.mov.prefs.ChartPreferencesPage
Create a new user interface preferences page.
checkSettings() - Method in class org.mov.chart.graph.CountbackLineGraphUI
 
checkSettings() - Method in class org.mov.chart.graph.CustomGraphUI
 
checkSettings() - Method in class org.mov.chart.graph.ExpMovingAverageGraphUI
 
checkSettings() - Method in interface org.mov.chart.graph.GraphUI
Check the current settings displayed in the user interface.
checkSettings() - Method in class org.mov.chart.graph.MACDGraphUI
 
checkSettings() - Method in class org.mov.chart.graph.PeriodGraphUI
 
checkSettings() - Method in class org.mov.chart.graph.PointAndFigureGraphUI
 
checkSettings() - Method in class org.mov.chart.graph.RSIGraphUI
 
checkType() - Method in class org.mov.parser.expression.AbsExpression
Check the input argument to the expression.
checkType() - Method in class org.mov.parser.expression.ArithmeticExpression
Check the input arguments to the expression.
checkType() - Method in class org.mov.parser.expression.AvgExpression
 
checkType() - Method in class org.mov.parser.expression.BBLExpression
 
checkType() - Method in class org.mov.parser.expression.BBUExpression
 
checkType() - Method in interface org.mov.parser.Expression
Perform type checking on the expression.
checkType() - Method in class org.mov.parser.expression.ClauseExpression
 
checkType() - Method in class org.mov.parser.expression.ComparisionExpression
Check the input arguments to the expression.
checkType() - Method in class org.mov.parser.expression.CorrExpression
 
checkType() - Method in class org.mov.parser.expression.CosineExpression
Check the input argument to the expression.
checkType() - Method in class org.mov.parser.expression.DayExpression
 
checkType() - Method in class org.mov.parser.expression.DayOfWeekExpression
 
checkType() - Method in class org.mov.parser.expression.DayOfYearExpression
 
checkType() - Method in class org.mov.parser.expression.DefineVariableExpression
 
checkType() - Method in class org.mov.parser.expression.EMAExpression
 
checkType() - Method in class org.mov.parser.expression.ExponentialExpression
Check the input argument to the expression.
checkType() - Method in class org.mov.parser.expression.ForExpression
Check the input arguments to the expression.
checkType() - Method in class org.mov.parser.expression.IfExpression
Check the input arguments to the expression.
checkType() - Method in class org.mov.parser.expression.LagExpression
 
checkType() - Method in class org.mov.parser.expression.LogarithmExpression
Check the input argument to the expression.
checkType() - Method in class org.mov.parser.expression.LogicExpression
Check the input arguments to the expression.
checkType() - Method in class org.mov.parser.expression.MACDExpression
 
checkType() - Method in class org.mov.parser.expression.MaxExpression
 
checkType() - Method in class org.mov.parser.expression.MinExpression
 
checkType() - Method in class org.mov.parser.expression.MomentumExpression
 
checkType() - Method in class org.mov.parser.expression.MonthExpression
 
checkType() - Method in class org.mov.parser.expression.NotExpression
 
checkType() - Method in class org.mov.parser.expression.OBVExpression
 
checkType() - Method in class org.mov.parser.expression.PercentExpression
Either argument can be Expression.INTEGER_TYPE or Expression.FLOAT_TYPE.
checkType() - Method in class org.mov.parser.expression.RSIExpression
 
checkType() - Method in class org.mov.parser.expression.SetVariableExpression
 
checkType() - Method in class org.mov.parser.expression.SineExpression
Check the input argument to the expression.
checkType() - Method in class org.mov.parser.expression.SqrtExpression
Check the input argument to the expression.
checkType() - Method in class org.mov.parser.expression.StandardDeviationExpression
 
checkType() - Method in class org.mov.parser.expression.SumExpression
 
checkType() - Method in class org.mov.parser.expression.TerminalExpression
 
checkType() - Method in class org.mov.parser.expression.TrendExpression
 
checkType() - Method in class org.mov.parser.expression.WhileExpression
Check the input arguments to the expression.
checkType() - Method in class org.mov.parser.expression.YearExpression
 
cicleTerminated(NeuralNetEvent) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
 
ClauseExpression - Class in org.mov.parser.expression
A clause is an ordered list of sub-expressions.
ClauseExpression(List) - Constructor for class org.mov.parser.expression.ClauseExpression
Create a new clause expression from the given list of expressions.
clear() - Method in class org.mov.ui.SortedListModel
 
clearHighlightedRegion() - Method in class org.mov.chart.Chart
Clear the highlighted region.
clip(EODQuoteRange) - Method in class org.mov.quote.EODQuoteRange
Return a new clipped quote range that, if possible, does not overlap with this quote range.
clone() - Method in class org.mov.parser.expression.AbsExpression
 
clone() - Method in class org.mov.parser.expression.AbstractExpression
 
clone() - Method in class org.mov.parser.expression.AddExpression
 
clone() - Method in class org.mov.parser.expression.AndExpression
 
clone() - Method in class org.mov.parser.expression.AvgExpression
 
clone() - Method in class org.mov.parser.expression.BBLExpression
 
clone() - Method in class org.mov.parser.expression.BBUExpression
 
clone() - Method in class org.mov.parser.expression.ClauseExpression
 
clone() - Method in interface org.mov.parser.Expression
 
clone() - Method in class org.mov.parser.expression.CorrExpression
 
clone() - Method in class org.mov.parser.expression.CosineExpression
 
clone() - Method in class org.mov.parser.expression.DayExpression
 
clone() - Method in class org.mov.parser.expression.DayOfWeekExpression
 
clone() - Method in class org.mov.parser.expression.DayOfYearExpression
 
clone() - Method in class org.mov.parser.expression.DefineVariableExpression
 
clone() - Method in class org.mov.parser.expression.DivideExpression
 
clone() - Method in class org.mov.parser.expression.EMAExpression
 
clone() - Method in class org.mov.parser.expression.EqualThanExpression
 
clone() - Method in class org.mov.parser.expression.ExponentialExpression
 
clone() - Method in class org.mov.parser.expression.ForExpression
 
clone() - Method in class org.mov.parser.expression.GetVariableExpression
 
clone() - Method in class org.mov.parser.expression.GreaterThanEqualExpression
 
clone() - Method in class org.mov.parser.expression.GreaterThanExpression
 
clone() - Method in class org.mov.parser.expression.IfExpression
 
clone() - Method in class org.mov.parser.expression.LagExpression
 
clone() - Method in class org.mov.parser.expression.LessThanEqualExpression
 
clone() - Method in class org.mov.parser.expression.LessThanExpression
 
clone() - Method in class org.mov.parser.expression.LogarithmExpression
 
clone() - Method in class org.mov.parser.expression.MACDExpression
 
clone() - Method in class org.mov.parser.expression.MaxExpression
 
clone() - Method in class org.mov.parser.expression.MinExpression
 
clone() - Method in class org.mov.parser.expression.MomentumExpression
 
clone() - Method in class org.mov.parser.expression.MonthExpression
 
clone() - Method in class org.mov.parser.expression.MultiplyExpression
 
clone() - Method in class org.mov.parser.expression.NotEqualExpression
 
clone() - Method in class org.mov.parser.expression.NotExpression
 
clone() - Method in class org.mov.parser.expression.NumberExpression
 
clone() - Method in class org.mov.parser.expression.OBVExpression
 
clone() - Method in class org.mov.parser.expression.OrExpression
 
clone() - Method in class org.mov.parser.expression.PercentExpression
 
clone() - Method in class org.mov.parser.expression.QuoteExpression
 
clone() - Method in class org.mov.parser.expression.RSIExpression
 
clone() - Method in class org.mov.parser.expression.SetVariableExpression
 
clone() - Method in class org.mov.parser.expression.SineExpression
 
clone() - Method in class org.mov.parser.expression.SqrtExpression
 
clone() - Method in class org.mov.parser.expression.StandardDeviationExpression
 
clone() - Method in class org.mov.parser.expression.StringExpression
 
clone() - Method in class org.mov.parser.expression.SubtractExpression
 
clone() - Method in class org.mov.parser.expression.SumExpression
 
clone() - Method in class org.mov.parser.expression.TrendExpression
 
clone() - Method in class org.mov.parser.expression.WhileExpression
 
clone() - Method in class org.mov.parser.expression.YearExpression
 
clone() - Method in class org.mov.parser.Variables
Creates a deep clone of variables.
clone() - Method in class org.mov.portfolio.CashAccount
Create a clone of this account.
clone() - Method in class org.mov.portfolio.Portfolio
Create a clone of this portfolio.
clone() - Method in class org.mov.portfolio.ShareAccount
Create a clone of this account.
clone() - Method in class org.mov.portfolio.Transaction
 
clone() - Method in class org.mov.quote.EODQuoteRange
Create a clone of this quote range.
clone() - Method in class org.mov.quote.Symbol
Create a clone of this symbol.
clone() - Method in class org.mov.ui.ExpressionColumn
Clone this expression column.
clone() - Method in class org.mov.util.Currency
Create and return a compare of this currency.
clone() - Method in class org.mov.util.Money
Return a clone of this object.
clone() - Method in class org.mov.util.TradingDate
Create a clone of this date
clone() - Method in class org.mov.util.TradingTime
 
close() - Method in class org.mov.quote.FileEODQuoteImport
Close the file being imported.
closeAllWindows() - Static method in class org.mov.ui.DesktopManager
Closes all open windows.
closeProgressDialog(ProgressDialog) - Static method in class org.mov.ui.ProgressDialogManager
Closes and removes the progress dialog associated with the current thread.
closeTime - Variable in class org.mov.prefs.PreferencesManager.IDQuoteSyncPreferences
Time exchange closes.
Column - Class in org.mov.ui
Representation of a column in a table.
Column(int, String, String, Class, int) - Constructor for class org.mov.ui.Column
Create a new column.
COMMA_TOKEN - Static variable in class org.mov.parser.Token
Represents "," symbol
CommandManager - Class in org.mov.main
This class manages the tasks that can be initiated from menus and toolbars.
compare(Object, Object) - Method in class org.mov.analyser.OrderComparator
Compare two stock symbols on the date set by OrderComparator.setDateOffset(int).
compare(Object, Object) - Method in class org.mov.util.TradingDateComparator
Compare the specified objects.
compareTo(Object) - Method in class org.mov.analyser.gp.Individual
Compare the individuals' final values.
compareTo(Coordinate) - Method in class org.mov.chart.Coordinate
Direct comparison between this coordinate and a specified one
compareTo(DrawnLine) - Method in class org.mov.chart.DrawnLine
Direct comparison between this line and a specified one
compareTo(Coordinate, Coordinate) - Method in class org.mov.chart.DrawnLine
Direct comparison between this line and a specified one
compareTo(Object) - Method in class org.mov.portfolio.AbstractAccount
Compare this account to another account and sort by name.
compareTo(Object) - Method in class org.mov.portfolio.Transaction
Compare this transaction to another one.
compareTo(Object) - Method in class org.mov.quote.Symbol
Compare this symbol to the given symbol.
compareTo(Object, boolean) - Method in class org.mov.ui.AccountNameFormat
Compare two account names.
compareTo(Object) - Method in class org.mov.ui.ChangeFormat
Compare two change objects.
compareTo(Object) - Method in class org.mov.ui.ExpressionResult
Compare this result to another result.
compareTo(Object) - Method in class org.mov.ui.PointChangeFormat
Compare two change objects.
compareTo(Object) - Method in class org.mov.ui.QuoteFormat
Compare two quote values.
compareTo(Object, boolean) - Method in interface org.mov.ui.TwoWayComparable
Compare this object with the specified object.
compareTo(Object) - Method in class org.mov.util.Currency
Compare this currency to the given object.
compareTo(Object) - Method in class org.mov.util.Money
Compare this money to the specified money.
compareTo(Object) - Method in class org.mov.util.TradingDate
Compare the current date to the specified object.
compareTo(TradingDate) - Method in class org.mov.util.TradingDate
Compare this date to the specified date.
compareTo(Object) - Method in class org.mov.util.TradingTime
Compare the current time to the specified object.
compareTo(TradingTime) - Method in class org.mov.util.TradingTime
Compare the current time to the specified time.
ComparisionExpression - Class in org.mov.parser.expression
Abstract base class for the comparision expressions: >, <, ==, !
ComparisionExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.ComparisionExpression
Create a new comparision expression with the given left and right arguments.
ConfirmDialog - Class in org.mov.ui
Replacement dialog for Java's JOptionPane InternalConfirmDialog
ConfirmDialog(JComponent, String, String) - Constructor for class org.mov.ui.ConfirmDialog
Create new confirm dialog.
CONSTANT - Static variable in class org.mov.parser.Variable
Indicates that the variable is constant and the value cannot be changed.
CONSTANT_TOKEN - Static variable in class org.mov.parser.Token
Represents "const" symbol
contains(int, int) - Method in class org.mov.chart.Chart
Return whether the x,y coordinate is within this component.
contains(String) - Method in class org.mov.parser.Variables
Return whether the collection contains the given variable.
contains(Object) - Method in class org.mov.ui.SortedListModel
 
containsAllSymbols(List) - Method in class org.mov.quote.EODQuoteRange
Returns whether the quote range contains all the given symbols.
containsDate(TradingDate) - Method in class org.mov.quote.DatabaseQuoteSource
Returns whether the source contains any quotes for the given date.
containsDate(TradingDate) - Method in class org.mov.quote.FileQuoteSource
Returns whether the source contains any quotes for the given date.
containsDate(TradingDate) - Method in interface org.mov.quote.QuoteSource
Returns whether the source contains any quotes for the given date.
containsQuote(Symbol, int) - Method in class org.mov.quote.EODQuoteBundle
Return whether the given quote should be in this quote bundle.
containsQuote(Symbol, TradingDate) - Method in class org.mov.quote.EODQuoteBundle
Return whether the given quote should be in this quote bundle.
containsQuote(Symbol, int) - Method in class org.mov.quote.EODQuoteCache
Return whether we currently have any quotes for the given symbol on the given date
containsSymbol(Symbol) - Method in class org.mov.quote.EODQuoteRange
Returns whether the quote range contains the given symbol.
Converter - Class in org.mov.util
Contains a set of general conversion functions.
Converter() - Constructor for class org.mov.util.Converter
 
convertFromDisplayedColumn(int) - Method in class org.mov.ui.SortedTable.SortModel
 
Coordinate - Class in org.mov.chart
 
Coordinate(Comparable, Double, Integer) - Constructor for class org.mov.chart.Coordinate
Construct a new coordinate defined in the chart space
Coordinate(Comparable, Double, Integer, int) - Constructor for class org.mov.chart.Coordinate
Construct a new coordinate defined in the chart space
Coordinate() - Constructor for class org.mov.chart.Coordinate
Constrcut a Coordinate, as a null coordinate initially
COPYRIGHT_DATE_RANGE - Static variable in class org.mov.main.Main
Copyright date range, e.g. "2003-5"
corr(QuoteFunctionSource, QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the Pearson product-moment correlation between the two variables.
CORR_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid corr() offset.
CORR_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid corr() range.
CORR_TOKEN - Static variable in class org.mov.parser.Token
Represents "corr()" symbol
CorrExpression - Class in org.mov.parser.expression
An expression which finds the correleation between two stock quotes.
CorrExpression(Expression, Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.CorrExpression
Create a new correlation expression between the current stock quote, and the given quote.
COS_TOKEN - Static variable in class org.mov.parser.Token
Represents "cos()" symbol
CosineExpression - Class in org.mov.parser.expression
An expression which returns the cosine value.
CosineExpression(Expression) - Constructor for class org.mov.parser.expression.CosineExpression
An expression which performs cosine function cos on the sub-expressions.
count() - Method in class org.mov.chart.