A B C D E F G H I J K L M N O P Q R S T U V W Y

A

About - class com.exponto.jstock.popupwindows.About.
Just the About window is found here.
About() - Constructor for class com.exponto.jstock.popupwindows.About
Generates a new About window
about - Variable in class com.exponto.jstock.ControlPanel
 
addDay() - Method in class com.exponto.util.Date
 
addLine(PersistentLine) - Method in class com.exponto.jstock.Lines
 
addRule(Object[]) - Static method in class com.exponto.jstock.popupwindows.Rules
 

B

base(double) - Static method in class com.exponto.jstock.Series
Returns a double that are the base (what is the proper name???) value of dbl.

C

CandleStickPanel - class com.exponto.jstock.CandleStickPanel.
Handles all drawing in the candlestick panel including candlesticks, moving average, axis, and lines.
CandleStickPanel(LogDataSeries) - Constructor for class com.exponto.jstock.CandleStickPanel
Creates new CandleStickPanel using the data in lDS to draw the graphs
ChartData - class com.exponto.jstock.ChartData.
ChartData.java Load the dataset from file or other source (to be implemented).
ChartData() - Constructor for class com.exponto.jstock.ChartData
Creates a new instance of ChartData
ChartData(String) - Constructor for class com.exponto.jstock.ChartData
Creates a new instance of ChartData
ChartPanel - class com.exponto.jstock.ChartPanel.
Responsibility of this class is to decide what panels are needed and to calculate their size and posistion.
ChartPanel() - Constructor for class com.exponto.jstock.ChartPanel
Creates new ChartPanel
ChartPanel(String) - Constructor for class com.exponto.jstock.ChartPanel
 
ChartPanel(Boolean) - Constructor for class com.exponto.jstock.ChartPanel
 
ChartPanel(ChartData) - Constructor for class com.exponto.jstock.ChartPanel
 
Constants - class com.exponto.jstock.Constants.
Defines various constans used by the application
Constants() - Constructor for class com.exponto.jstock.Constants
 
Constants - class com.exponto.jstock.indicators.Constants.
Defines various constans used by the package
Constants() - Constructor for class com.exponto.jstock.indicators.Constants
 
Constants - class com.exponto.jstock.popupwindows.Constants.
Defines various constans used by the package
Constants() - Constructor for class com.exponto.jstock.popupwindows.Constants
 
ControlPanel - class com.exponto.jstock.ControlPanel.
Not used at the moment
ControlPanel() - Constructor for class com.exponto.jstock.ControlPanel
 
changeCurrentLine(int) - Method in class com.exponto.jstock.Lines
 
check() - Method in class com.exponto.util.Date
 
clone() - Method in class com.exponto.jstock.GraphicsParameters
 
clone() - Method in class com.exponto.jstock.LogTradingData
Note that clone() doesn't clone the date, so don't change unless intend to change it for all others using that date.
clone() - Method in class com.exponto.jstock.indicators.MacdParameters
 
closeConnection() - Method in class com.exponto.jstock.DBManager
Closes the db connection
closeWin - Variable in class com.exponto.jstock.ControlPanel
 
com.exponto.jstock - package com.exponto.jstock
 
com.exponto.jstock.events - package com.exponto.jstock.events
 
com.exponto.jstock.indicators - package com.exponto.jstock.indicators
 
com.exponto.jstock.popupwindows - package com.exponto.jstock.popupwindows
 
com.exponto.util - package com.exponto.util
 
compareDate(Date) - Method in class com.exponto.util.Date
Compare this day with another day (year, month and day) Returns 0 if both dates are the same -1/1 if year and month is equal, but date is different -2/2 if year is equal but month is different -4/4 if year is different 8 if total failure.
compareWeek(Date) - Method in class com.exponto.util.Date
 
computeEMA(LogDataSeries, int) - Static method in class com.exponto.jstock.indicators.EMAAlgorithm
Calculates the EMA over a periode.
computeEMA(ArrayList, int) - Static method in class com.exponto.jstock.indicators.EMAAlgorithm
 
computeLogValues() - Method in class com.exponto.jstock.LogTradingData
Computes the logaritmic values that normally is stored with the data.
computeMacd(LogDataSeries, MacdParameters) - Static method in class com.exponto.jstock.indicators.MacdAlgorithm
Calculates the MACD over a periode.
convert(String) - Method in class com.exponto.util.Date
 
convertString(String) - Static method in class com.exponto.jstock.Util
Converts a string to LogTradingData
createTicker(String, String) - Method in class com.exponto.jstock.JstockDB
 

D

DBManager - class com.exponto.jstock.DBManager.
A manager class for the database.
DatabaseMenu - class com.exponto.jstock.popupwindows.DatabaseMenu.
Generates the content for the Database tab in the Options menu.
DatabaseMenu() - Constructor for class com.exponto.jstock.popupwindows.DatabaseMenu
 
Date - class com.exponto.util.Date.
Stores the date (year, month, day) and also has various methodes for converting, finding working days and so one.
Date() - Constructor for class com.exponto.util.Date
Creates new date
Date(int, int, int) - Constructor for class com.exponto.util.Date
 
Date(String) - Constructor for class com.exponto.util.Date
 
Date(Date, int) - Constructor for class com.exponto.util.Date
Creates a new Date with value (d - number of weeks) A positive weekOffset gives an earlier date
dailyLogChart - Static variable in class com.exponto.jstock.Constants
 
day - Variable in class com.exponto.util.Date
 
dayInWeek - Variable in class com.exponto.util.Date
 
debugInfo() - Method in class com.exponto.jstock.LogDataSeries
 
deleteActiveSelection() - Method in class com.exponto.jstock.Lines
 
displayNumberToArrayIndex(int, GraphicsParameters, ArrayList) - Method in class com.exponto.jstock.indicators.Indicator
Avoid using this as it is not correct in all cases - will be removed Finds the place in the indicatorSeries for a particular posistion on the display
drawBox - Variable in class com.exponto.jstock.ControlPanel
 
drawThis() - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
drawThis() - Method in interface com.exponto.jstock.indicators.IndicatorParametersInterface
Checks if the parameters settings of this indicator indicates that the Indicator is activated (e.g.
drawThis() - Method in class com.exponto.jstock.indicators.MAParameters
 
drawThis() - Method in class com.exponto.jstock.indicators.MacdParameters
 
drawThis() - Method in class com.exponto.jstock.indicators.RsiParameters
 
drawWithCandleSticks() - Method in class com.exponto.jstock.indicators.EMA
 
drawWithCandleSticks() - Method in class com.exponto.jstock.indicators.Indicator
 
drawWithCandleSticks() - Method in interface com.exponto.jstock.indicators.IndicatorInterface
Information for the class that allocates screenspace wheter a particular indicator requires a separate screen space or if it shall be painted with the candlesticks.
drawWithCandleSticks() - Method in class com.exponto.jstock.indicators.MA
 
drawWithCandleSticks() - Method in class com.exponto.jstock.indicators.Macd
 
drawWithCandleSticks() - Method in class com.exponto.jstock.indicators.Rsi
 
drop - Static variable in class com.exponto.jstock.Constants
 

E

EMA - class com.exponto.jstock.indicators.EMA.
 
EMA() - Constructor for class com.exponto.jstock.indicators.EMA
 
EMAAlgorithm - class com.exponto.jstock.indicators.EMAAlgorithm.
 
EMAAlgorithm() - Constructor for class com.exponto.jstock.indicators.EMAAlgorithm
 
EMAAlgorithmTest - class com.exponto.jstock.indicators.EMAAlgorithmTest.
 
EMAAlgorithmTest(String) - Constructor for class com.exponto.jstock.indicators.EMAAlgorithmTest
Constructor for EMAAlgorithmTest.
equals(MacdParameters) - Method in class com.exponto.jstock.indicators.MacdParameters
 
evalute(Object[], LogTradingData) - Static method in class com.exponto.jstock.Util
 
ex - Static variable in class com.exponto.jstock.Constants
 
executeUpdate(String) - Static method in class com.exponto.jstock.DBManager
Executes simple updates or inserts.

F

FifoQueue - class com.exponto.util.FifoQueue.
A very simple First In First Out (FIFO) queue for storing a number of objects.
FifoQueue(int) - Constructor for class com.exponto.util.FifoQueue
 
FifoQueue(int, Object) - Constructor for class com.exponto.util.FifoQueue
 
FileInputMenu - class com.exponto.jstock.popupwindows.FileInputMenu.
Generates the content for the File input tab in the Options menu.
FileInputMenu() - Constructor for class com.exponto.jstock.popupwindows.FileInputMenu
 
faulty - Static variable in class com.exponto.jstock.Constants
 
fetchAndStore(Object) - Method in class com.exponto.util.FifoQueue
 
finalize() - Method in class com.exponto.jstock.Lines
 
findNumberInPeriode(Date) - Method in class com.exponto.jstock.LogDataSeries
Finds the position in the current periode to the LogTradingData with a date that is equl to the date d.
findRSIClassicWay(LogDataSeries, RsiParameters) - Static method in class com.exponto.jstock.indicators.RsiAlgorithm
Note that for days with out trading the RSI value of the previous day is stored
findRSINewWay(LogDataSeries, RsiParameters) - Static method in class com.exponto.jstock.indicators.RsiAlgorithm
Note: Sources on the internet does not agree on how to compute RSI The formula itself is not the problem, it is: RSI = 100 - [100/(1+RS)] where...
findSignificant(double, int) - Static method in class com.exponto.jstock.Series
Returns a double that are the n most significant numbers of dbl.
findSubString(String, int) - Static method in class com.exponto.jstock.Util
Find a substring in tab, comma or space separated string.
findWeekDay() - Method in class com.exponto.util.Date
 
findYScaleLimits(int) - Method in class com.exponto.jstock.LogDataSeries
Should be possible to indicate what range the limits shall be calculated from Calculates values used to scale the y-axis of the graph.

G

GraphicsParameters - class com.exponto.jstock.GraphicsParameters.
This class encapsulates a few parameters that are needed in order to draw the indicator correctly on screen.
GraphicsParameters() - Constructor for class com.exponto.jstock.GraphicsParameters
 
getActive() - Method in class com.exponto.jstock.Lines
 
getBMargin() - Method in class com.exponto.jstock.UserPreferences
 
getBottomMargin() - Method in class com.exponto.jstock.GraphicsParameters
Use default settings pr.
getChartData() - Method in class com.exponto.jstock.ChartPanel
 
getClose() - Method in class com.exponto.jstock.LogTradingData
 
getClosePos() - Method in class com.exponto.jstock.UserPreferences
 
getColor() - Method in class com.exponto.jstock.indicators.Indicator
 
getColumnClass(int) - Method in class com.exponto.jstock.popupwindows.RulesTableModel
 
getColumnClass(int) - Method in class com.exponto.jstock.popupwindows.TickerTableModel
 
getColumnCount() - Method in class com.exponto.jstock.popupwindows.RulesTableModel
 
getColumnCount() - Method in class com.exponto.jstock.popupwindows.TickerTableModel
 
getColumnName(int) - Method in class com.exponto.jstock.popupwindows.RulesTableModel
 
getColumnName(int) - Method in class com.exponto.jstock.popupwindows.TickerTableModel
 
getConnection() - Method in class com.exponto.jstock.DBManager
Use this to get a db connection.
getDailyPrintOut(int) - Method in class com.exponto.jstock.indicators.EMA
 
getDailyPrintOut(int) - Method in class com.exponto.jstock.indicators.Indicator
 
getDailyPrintOut(int) - Method in interface com.exponto.jstock.indicators.IndicatorInterface
Makes a String with name, parameters and value (e.g.
getDailyPrintOut(int) - Method in class com.exponto.jstock.indicators.MA
 
getDailyPrintOut(int) - Method in class com.exponto.jstock.indicators.Macd
 
getDailyPrintOut(int) - Method in class com.exponto.jstock.indicators.Rsi
 
getDate(double) - Method in class com.exponto.jstock.CandleStickPanel
 
getDate() - Method in class com.exponto.jstock.LogTradingData
 
getDateFormat() - Method in class com.exponto.jstock.UserPreferences
 
getDatePos() - Method in class com.exponto.jstock.UserPreferences
 
getDbHost() - Method in class com.exponto.jstock.UserPreferences
 
getDbName() - Method in class com.exponto.jstock.UserPreferences
 
getDbPW() - Method in class com.exponto.jstock.UserPreferences
Security wise this is not a very good idea, but the password is stored in clear text.
getDbUser() - Method in class com.exponto.jstock.UserPreferences
 
getDeleted() - Method in class com.exponto.jstock.PersistentLine
 
getDimension() - Method in class com.exponto.jstock.GraphicsParameters
 
getDrawMode() - Method in class com.exponto.jstock.UserPreferences
 
getEnableDB() - Method in class com.exponto.jstock.UserPreferences
 
getEnablePos() - Method in class com.exponto.jstock.UserPreferences
 
getEnabledCandleStickIndicators() - Method in class com.exponto.jstock.IndicatorController
 
getEnabledIndicators() - Method in class com.exponto.jstock.IndicatorController
 
getEndOfPeriode() - Method in class com.exponto.jstock.LogDataSeries
 
getExchange() - Method in class com.exponto.jstock.LogDataSeries
 
getExchange() - Method in class com.exponto.jstock.UserPreferences
 
getExchangeName() - Method in class com.exponto.jstock.TickerID
 
getExchangePos() - Method in class com.exponto.jstock.UserPreferences
 
getExtension() - Method in class com.exponto.jstock.UserPreferences
 
getFilePath() - Method in class com.exponto.jstock.UserPreferences
 
getHighPos() - Method in class com.exponto.jstock.UserPreferences
 
getHistogram() - Method in class com.exponto.jstock.indicators.MacdData
 
getIndicator(String) - Static method in class com.exponto.jstock.indicators.IndicatorMaster
Creates and returns an empty indicator of the type given by the indicatorName.
getIndicatorParameters() - Method in class com.exponto.jstock.indicators.EMA
 
getIndicatorParameters() - Method in class com.exponto.jstock.indicators.Indicator
 
getIndicatorParameters() - Method in interface com.exponto.jstock.indicators.IndicatorInterface
 
getIndicatorParameters() - Method in class com.exponto.jstock.indicators.MA
 
getIndicatorParameters() - Method in class com.exponto.jstock.indicators.Macd
 
getIndicatorParameters() - Method in class com.exponto.jstock.indicators.Rsi
 
getIndicatorsList() - Static method in class com.exponto.jstock.indicators.IndicatorMaster
Query for a list of all supported indicators.
getIndicatorsPanel() - Method in class com.exponto.jstock.popupwindows.IndicatorsMenu
 
getInstance() - Static method in class com.exponto.jstock.DBManager
Use this one to get an instance of this class.
getInstance() - Static method in class com.exponto.jstock.IndicatorController
 
getInstance() - Static method in class com.exponto.jstock.JstockDB
 
getInstance() - Static method in class com.exponto.jstock.UserPreferences
 
getInstance() - Static method in class com.exponto.jstock.popupwindows.Notes
 
getInstance(TickerID) - Static method in class com.exponto.jstock.popupwindows.Notes
 
getInstance() - Static method in class com.exponto.jstock.popupwindows.Rules
 
getJComponentList() - Method in class com.exponto.jstock.IndicatorController
 
getJdbcDriver() - Method in class com.exponto.jstock.UserPreferences
 
getLMargin() - Method in class com.exponto.jstock.UserPreferences
 
getLeftMargin() - Method in class com.exponto.jstock.GraphicsParameters
 
getLicense() - Static method in class com.exponto.jstock.popupwindows.About
License
getLineIndex() - Method in class com.exponto.jstock.PersistentLine
 
getLogDataSeries() - Method in class com.exponto.jstock.ChartData
 
getLogaritmicMaximumValue() - Method in class com.exponto.jstock.GraphicsParameters
 
getLogaritmicMinimumValue() - Method in class com.exponto.jstock.GraphicsParameters
 
getLowPos() - Method in class com.exponto.jstock.UserPreferences
 
getMaDays() - Method in class com.exponto.jstock.UserPreferences
 
getMacd() - Method in class com.exponto.jstock.indicators.MacdData
 
getMaxVol() - Method in class com.exponto.jstock.LogDataSeries
 
getMinorLineLevelDays() - Method in class com.exponto.jstock.UserPreferences
 
getNetWidth() - Method in class com.exponto.jstock.GraphicsParameters
 
getNewDate(Date, int, int) - Static method in class com.exponto.util.Date
Adds (or subtracts) an amount of time (days, months or year) to the date.
getNextLTD() - Method in class com.exponto.jstock.LogDataSeries
Finds the next logTradingData in a series.
getNextWeekNumber() - Method in class com.exponto.jstock.LogDataSeries
Searches for the next week number related to the currentPosistion in the in a dataseries.
getNotes() - Method in class com.exponto.jstock.UserPreferences
 
getNumberOfDays() - Method in class com.exponto.jstock.UserPreferences
 
getNumberOfDays() - Method in class com.exponto.jstock.indicators.MAParameters
 
getNumberOfDays() - Method in class com.exponto.jstock.indicators.RsiParameters
 
getOpenPos() - Method in class com.exponto.jstock.UserPreferences
 
getPanel() - Method in class com.exponto.jstock.popupwindows.DatabaseMenu
 
getPanel() - Method in class com.exponto.jstock.popupwindows.FileInputMenu
 
getPanel() - Method in class com.exponto.jstock.popupwindows.SystemMenu
 
getParameterNames() - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
getParameterNames() - Method in class com.exponto.jstock.indicators.MAParameters
 
getParameterNames() - Method in class com.exponto.jstock.indicators.MacdParameters
 
getParameterNames() - Method in class com.exponto.jstock.indicators.RsiParameters
 
getParameters() - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
getParameters() - Method in class com.exponto.jstock.indicators.MAParameters
 
getParameters() - Method in class com.exponto.jstock.indicators.MacdParameters
 
getParameters() - Method in class com.exponto.jstock.indicators.RsiParameters
 
getPixelPrDay() - Method in class com.exponto.jstock.GraphicsParameters
 
getPixelPrStick() - Method in class com.exponto.jstock.UserPreferences
 
getProperty(String) - Method in class com.exponto.jstock.UserPreferences
 
getRMargin() - Method in class com.exponto.jstock.UserPreferences
 
getResult(int) - Method in class com.exponto.jstock.LogDataSeries
Retrieves data for a day.
getRightMargin() - Method in class com.exponto.jstock.GraphicsParameters
 
getRowCount() - Method in class com.exponto.jstock.popupwindows.RulesTableModel
 
getRowCount() - Method in class com.exponto.jstock.popupwindows.TickerTableModel
 
getRules() - Static method in class com.exponto.jstock.popupwindows.Rules
 
getRulesPane() - Method in class com.exponto.jstock.popupwindows.RulesMenu
 
getScalingFactorChartVolume() - Method in class com.exponto.jstock.UserPreferences
 
getSelected() - Method in class com.exponto.jstock.PersistentLine
 
getShowWeekly() - Method in class com.exponto.jstock.UserPreferences
 
getStartOfPeriode() - Method in class com.exponto.jstock.LogDataSeries
 
getStatus() - Method in class com.exponto.jstock.LogTradingData
 
getStock - Variable in class com.exponto.jstock.ControlPanel
 
getTMargin() - Method in class com.exponto.jstock.UserPreferences
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.exponto.jstock.popupwindows.TickerRenderer
 
getTicker() - Method in class com.exponto.jstock.LogDataSeries
 
getTickerId() - Method in class com.exponto.jstock.ChartData
Returns the TickerID of the LogdataSeries associated with this class.
getTickerId() - Method in class com.exponto.jstock.Lines
 
getTickerId() - Method in class com.exponto.jstock.LogDataSeries
 
getTickerId() - Method in class com.exponto.jstock.TickerID
 
getTickerName() - Method in class com.exponto.jstock.TickerID
 
getTickerPos() - Method in class com.exponto.jstock.UserPreferences
 
getTopMargin() - Method in class com.exponto.jstock.GraphicsParameters
Use default settings pr.
getTrigger() - Method in class com.exponto.jstock.indicators.MacdData
 
getType() - Method in class com.exponto.jstock.Lines
 
getUserDim() - Method in class com.exponto.jstock.UserPreferences
 
getUserInterface() - Method in class com.exponto.jstock.indicators.IndicatorParameters
Provides the Options menu with components to use for this indicator.
getUserInterface() - Method in interface com.exponto.jstock.indicators.IndicatorParametersInterface
Provides the Options menu with components to use for this indicator.
getUserInterface() - Method in class com.exponto.jstock.indicators.MAParameters
 
getUserInterface() - Method in class com.exponto.jstock.indicators.MacdParameters
 
getUserInterface() - Method in class com.exponto.jstock.indicators.RsiParameters
 
getValidFrom() - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
getValidTo() - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
getValue(double) - Method in class com.exponto.jstock.CandleStickPanel
 
getValueAt(int, int) - Method in class com.exponto.jstock.popupwindows.RulesTableModel
 
getValueAt(int, int) - Method in class com.exponto.jstock.popupwindows.TickerTableModel
 
getVolume() - Method in class com.exponto.jstock.LogTradingData
 
getVolumePos() - Method in class com.exponto.jstock.UserPreferences
 
getWeeklyLogDataSeries() - Method in class com.exponto.jstock.ChartData
Returns a LogSeriesData that contains weekly data.
getX() - Method in class com.exponto.jstock.PersistentPoint
 
getX1() - Method in class com.exponto.jstock.PersistentLine
 
getX2() - Method in class com.exponto.jstock.PersistentLine
 
getXSize() - Method in class com.exponto.jstock.UserPreferences
 
getY() - Method in class com.exponto.jstock.PersistentPoint
 
getY1() - Method in class com.exponto.jstock.PersistentLine
 
getY2() - Method in class com.exponto.jstock.PersistentLine
 
getYMax() - Method in class com.exponto.jstock.LogDataSeries
 
getYMin() - Method in class com.exponto.jstock.LogDataSeries
 
getYSize() - Method in class com.exponto.jstock.UserPreferences
 

H

hasChanged() - Method in class com.exponto.jstock.indicators.EMA
 
hasChanged() - Method in class com.exponto.jstock.indicators.Indicator
 
hasChanged() - Method in interface com.exponto.jstock.indicators.IndicatorInterface
Check if the calling class can use data obtained from a previous call to paintIndicator or not.
hasChanged() - Method in class com.exponto.jstock.indicators.MA
 
hasChanged() - Method in class com.exponto.jstock.indicators.Macd
 
hasChanged() - Method in class com.exponto.jstock.indicators.Rsi
 
hasNext() - Method in class com.exponto.jstock.Lines
 
hasNextLTD() - Method in class com.exponto.jstock.LogDataSeries
Returns true if there is more elements in a series (window) false if the currentPosistion is at the last element.

I

Indicator - class com.exponto.jstock.indicators.Indicator.
The base class for all indicators.
Indicator() - Constructor for class com.exponto.jstock.indicators.Indicator
 
IndicatorController - class com.exponto.jstock.IndicatorController.
 
IndicatorController() - Constructor for class com.exponto.jstock.IndicatorController
Gets the list of all supported indicators and stores an instance of each in an ArrayList.
IndicatorInterface - interface com.exponto.jstock.indicators.IndicatorInterface.
The IndicatorInterface defines how the rest of the applications should interact with different indicators.
IndicatorMaster - class com.exponto.jstock.indicators.IndicatorMaster.
 
IndicatorMaster() - Constructor for class com.exponto.jstock.indicators.IndicatorMaster
 
IndicatorPanel - class com.exponto.jstock.IndicatorPanel.
 
IndicatorPanel(LogDataSeries, Indicator) - Constructor for class com.exponto.jstock.IndicatorPanel
Creates new Panel
IndicatorParameters - class com.exponto.jstock.indicators.IndicatorParameters.
Base class for indicator specific parameters used in computation of an indicator series.
IndicatorParameters() - Constructor for class com.exponto.jstock.indicators.IndicatorParameters
 
IndicatorParametersInterface - interface com.exponto.jstock.indicators.IndicatorParametersInterface.
 
IndicatorsMenu - class com.exponto.jstock.popupwindows.IndicatorsMenu.
 
IndicatorsMenu() - Constructor for class com.exponto.jstock.popupwindows.IndicatorsMenu
 
indicatorColor - Variable in class com.exponto.jstock.indicators.Indicator
 
indicatorSeries - Variable in class com.exponto.jstock.indicators.EMA
 
indicatorSeries - Variable in class com.exponto.jstock.indicators.MA
 
indicatorSeries - Variable in class com.exponto.jstock.indicators.Macd
 
indicatorSeries - Variable in class com.exponto.jstock.indicators.Rsi
 
indicators - Variable in class com.exponto.jstock.ControlPanel
 
indicators - Static variable in class com.exponto.jstock.popupwindows.Constants
 
initiateIndicator(LogDataSeries) - Method in class com.exponto.jstock.indicators.EMA
 
initiateIndicator(LogDataSeries, IndicatorParameters) - Method in class com.exponto.jstock.indicators.EMA
 
initiateIndicator(LogDataSeries) - Method in class com.exponto.jstock.indicators.Indicator
 
initiateIndicator(LogDataSeries, IndicatorParameters) - Method in class com.exponto.jstock.indicators.Indicator
 
initiateIndicator(LogDataSeries) - Method in interface com.exponto.jstock.indicators.IndicatorInterface
Initiates an indicator with the provided LogDataSeries combined with indicator spesific parameters either provied from a properties file or the user.
initiateIndicator(LogDataSeries, IndicatorParameters) - Method in interface com.exponto.jstock.indicators.IndicatorInterface
As above but with Indicatorparameters provided directly
initiateIndicator(LogDataSeries) - Method in class com.exponto.jstock.indicators.MA
 
initiateIndicator(LogDataSeries, IndicatorParameters) - Method in class com.exponto.jstock.indicators.MA
 
initiateIndicator(LogDataSeries) - Method in class com.exponto.jstock.indicators.Macd
 
initiateIndicator(LogDataSeries, IndicatorParameters) - Method in class com.exponto.jstock.indicators.Macd
 
initiateIndicator(LogDataSeries) - Method in class com.exponto.jstock.indicators.Rsi
 
initiateIndicator(LogDataSeries, IndicatorParameters) - Method in class com.exponto.jstock.indicators.Rsi
 
isCellEditable(int, int) - Method in class com.exponto.jstock.popupwindows.RulesTableModel
 
isCellEditable(int, int) - Method in class com.exponto.jstock.popupwindows.TickerTableModel
 
isDeleted() - Method in class com.exponto.jstock.PersistentLine
 
isEqual(GraphicsParameters) - Method in class com.exponto.jstock.GraphicsParameters
 
isSelected() - Method in class com.exponto.jstock.PersistentLine
 
isTraded() - Method in class com.exponto.jstock.LogTradingData
Check if the LogTradingData is traded.
isUsable() - Method in class com.exponto.jstock.LogTradingData
Check if the LogTradingData should be used in further processing.
isWeekly() - Method in class com.exponto.jstock.LogDataSeries
 

J

JstockDB - class com.exponto.jstock.JstockDB.
Creates and ecexute all sql statements.
JstockDBTest - class com.exponto.jstock.JstockDBTest.
 
JstockDBTest(String) - Constructor for class com.exponto.jstock.JstockDBTest
 
jStock - class com.exponto.jstock.jStock.
 
jStock() - Constructor for class com.exponto.jstock.jStock
Creates new jStock
jStockTabbedListener - class com.exponto.jstock.jStockTabbedListener.
A listener for statechanges in JTabbedPane
jStockTabbedListener() - Constructor for class com.exponto.jstock.jStockTabbedListener
 
join - Static variable in class com.exponto.jstock.Constants
 

K

KeyListener - class com.exponto.jstock.KeyListener.
Not used
KeyListener() - Constructor for class com.exponto.jstock.KeyListener
 
keyPressed(int) - Method in class com.exponto.jstock.CandleStickPanel
 
keyPressed(KeyEvent) - Method in class com.exponto.jstock.KeyListener
 
keyReleased(KeyEvent) - Method in class com.exponto.jstock.KeyListener
 
keyTyped(char) - Method in class com.exponto.jstock.CandleStickPanel
Handles typed key in draw mode
keyTyped(KeyEvent) - Method in class com.exponto.jstock.KeyListener
 
klone() - Method in class com.exponto.util.Date
 

L

Lines - class com.exponto.jstock.Lines.
 
Lines(TickerID, boolean) - Constructor for class com.exponto.jstock.Lines
 
LogDataSeries - class com.exponto.jstock.LogDataSeries.
 
LogDataSeries() - Constructor for class com.exponto.jstock.LogDataSeries
Creates new empty daily LogDataseries
LogDataSeries(boolean) - Constructor for class com.exponto.jstock.LogDataSeries
Creates new LogDataseries with the isWeekly paramter set to b.
LogDataSeries(double[]) - Constructor for class com.exponto.jstock.LogDataSeries
FOR TEST PURPOSES ONLY!!! Used to easily create a logDataSeries for testing other functions
LogDataSeriesTest - class com.exponto.jstock.LogDataSeriesTest.
 
LogDataSeriesTest(String) - Constructor for class com.exponto.jstock.LogDataSeriesTest
Constructor for LogDataSeriesTest.
LogTradingData - class com.exponto.jstock.LogTradingData.
Contains all data for a particular stock for a single day.
LogTradingData() - Constructor for class com.exponto.jstock.LogTradingData
Creates new LogChartData If real data is added later, be sure to update the status field
LogTradingData(Date, double, double, double, double, long, char) - Constructor for class com.exponto.jstock.LogTradingData
Creates new LogChartData with complete dataset
LogTradingData(char) - Constructor for class com.exponto.jstock.LogTradingData
Creates new LogChartData with only the status field set.
license() - Method in class com.exponto.jstock.popupwindows.About
The Modified BSD license text
load(int) - Method in class com.exponto.jstock.Lines
 
load() - Static method in class com.exponto.jstock.popupwindows.Rules
 
loadLines(Lines) - Method in class com.exponto.jstock.JstockDB
Loads lines from the database Discards any lines that may be in the array list before loading.
loadLogDataSeries(String, int) - Method in class com.exponto.jstock.ChartData
Reads dataseries from a source, currently only files in "netfonds" format are understood
loadNotes(TickerID) - Method in class com.exponto.jstock.JstockDB
 
loadWatchList() - Method in class com.exponto.jstock.JstockDB
 
log10 - Static variable in class com.exponto.jstock.Constants
 
logStock - Variable in class com.exponto.jstock.LogDataSeries
 
lowStart - Static variable in class com.exponto.jstock.Constants
 

M

MA - class com.exponto.jstock.indicators.MA.
 
MA() - Constructor for class com.exponto.jstock.indicators.MA
Creates new MA()
MAParameters - class com.exponto.jstock.indicators.MAParameters.
Contains Moving Average specific parameters used in computation of an indicator series.
MAParameters() - Constructor for class com.exponto.jstock.indicators.MAParameters
 
MAParameters(int) - Constructor for class com.exponto.jstock.indicators.MAParameters
 
MAParameters(int, String, String, String) - Constructor for class com.exponto.jstock.indicators.MAParameters
 
Macd - class com.exponto.jstock.indicators.Macd.
 
Macd() - Constructor for class com.exponto.jstock.indicators.Macd
 
MacdAlgorithm - class com.exponto.jstock.indicators.MacdAlgorithm.
Calculates the MACD for a LogDataSeries with given parameters
MacdAlgorithm() - Constructor for class com.exponto.jstock.indicators.MacdAlgorithm
 
MacdData - class com.exponto.jstock.indicators.MacdData.
Container class for MACD data
MacdData(double, double) - Constructor for class com.exponto.jstock.indicators.MacdData
 
MacdParameters - class com.exponto.jstock.indicators.MacdParameters.
Contains RSI specific parameters used in computation of an indicator series
MacdParameters(int, int, int) - Constructor for class com.exponto.jstock.indicators.MacdParameters
 
main(String[]) - Static method in class com.exponto.jstock.JstockDBTest
 
main(String[]) - Static method in class com.exponto.jstock.indicators.EMAAlgorithmTest
 
main(String[]) - Static method in class com.exponto.jstock.jStock
 
makeControlPanel() - Method in class com.exponto.jstock.ControlPanel
 
missing - Static variable in class com.exponto.jstock.Constants
 
month - Variable in class com.exponto.util.Date
 
monthsShort - Static variable in class com.exponto.util.Date
(English) Abbrivations for names of months
mouseDrag(int, int) - Method in class com.exponto.jstock.CandleStickPanel
 
mousePress(int, int) - Method in class com.exponto.jstock.CandleStickPanel
 
mouseRelease(int, int) - Method in class com.exponto.jstock.CandleStickPanel
 
moveToStartInCurrentPeriode() - Method in class com.exponto.jstock.LogDataSeries
 

N

Notes - class com.exponto.jstock.popupwindows.Notes.
Singleton for notes window, used by all "charts".
newPanel - Static variable in class com.exponto.jstock.indicators.Constants
 
noHighLow - Static variable in class com.exponto.jstock.Constants
 
noTrade - Static variable in class com.exponto.jstock.Constants
 
notesBox - Variable in class com.exponto.jstock.ControlPanel
 
numberOfDaysInFirstWeek() - Method in class com.exponto.jstock.LogDataSeries
Finds the number of days of the first week present in this dataseries
numberOfPanels() - Method in class com.exponto.jstock.IndicatorController
Finds the number of indicators that needs a separate JPanel in order to draw a series.

O

ok - Static variable in class com.exponto.jstock.Constants
 
operators - Static variable in class com.exponto.jstock.popupwindows.Constants
 
options - Variable in class com.exponto.jstock.ControlPanel
 

P

PersistentLine - class com.exponto.jstock.PersistentLine.
Stores the start and endpoints of a line in a scale independent way so that the line can be redrawn when the scale is changed.
PersistentLine(Date, double, Date, double) - Constructor for class com.exponto.jstock.PersistentLine
 
PersistentLine(int, String, double, String, double) - Constructor for class com.exponto.jstock.PersistentLine
 
PersistentPoint - class com.exponto.jstock.PersistentPoint.
Stores the start and endpoints of a line in a scale independent way so that the line can be redrawn when the scale is changed.
PersistentPoint(Date, double) - Constructor for class com.exponto.jstock.PersistentPoint
 
PersistentPoint(String, double) - Constructor for class com.exponto.jstock.PersistentPoint
 
PreferenceEditor - class com.exponto.jstock.popupwindows.PreferenceEditor.
Shows a JFrame with several tabs for changing various options.
PreferenceEditor() - Constructor for class com.exponto.jstock.popupwindows.PreferenceEditor
 
paint(Graphics) - Method in class com.exponto.jstock.CandleStickPanel
 
paint(Graphics) - Method in class com.exponto.jstock.ChartPanel
 
paint(Graphics) - Method in class com.exponto.jstock.IndicatorPanel
 
paint(Graphics) - Method in class com.exponto.jstock.jStock
 
paintIndicator(Graphics2D, GraphicsParameters) - Method in class com.exponto.jstock.indicators.EMA
 
paintIndicator(Graphics2D, GraphicsParameters) - Method in class com.exponto.jstock.indicators.Indicator
 
paintIndicator(Graphics2D, GraphicsParameters) - Method in interface com.exponto.jstock.indicators.IndicatorInterface
Sends the Indicator a Graphics2D and asks it to paint itself on that Graphics.
paintIndicator(Graphics2D, GraphicsParameters) - Method in class com.exponto.jstock.indicators.MA
 
paintIndicator(Graphics2D, GraphicsParameters) - Method in class com.exponto.jstock.indicators.Macd
 
paintIndicator(Graphics2D, GraphicsParameters) - Method in class com.exponto.jstock.indicators.Rsi
 
panelRequestFocus() - Method in class com.exponto.jstock.CandleStickPanel
 
panelResized(UpdateDisplayEvent) - Method in interface com.exponto.jstock.events.UpdateDisplayListener
 
printAll(int) - Method in class com.exponto.jstock.indicators.EMA
 
printAll(int) - Method in class com.exponto.jstock.indicators.Indicator
 
printAll(int) - Method in interface com.exponto.jstock.indicators.IndicatorInterface
Generates an Array of strings that is suitable for printing to file or debugging purposes with all data within the range.
printAll(int) - Method in class com.exponto.jstock.indicators.MA
 
printAll(int) - Method in class com.exponto.jstock.indicators.Macd
 
printAll(int) - Method in class com.exponto.jstock.indicators.Rsi
 

Q

quit - Variable in class com.exponto.jstock.ControlPanel
 

R

ReadGenericDataFile - class com.exponto.jstock.ReadGenericDataFile.
 
ReadGenericDataFile() - Constructor for class com.exponto.jstock.ReadGenericDataFile
Creates a new instance of ReadGenericFile
ReadNetfondsFile - class com.exponto.jstock.ReadNetfondsFile.
 
ReadNetfondsFile() - Constructor for class com.exponto.jstock.ReadNetfondsFile
Creates a new instance of ReadNetfondsFile
Rsi - class com.exponto.jstock.indicators.Rsi.
 
Rsi() - Constructor for class com.exponto.jstock.indicators.Rsi
 
RsiAlgorithm - class com.exponto.jstock.indicators.RsiAlgorithm.
Computes the RSI values for a LogDataSeries.
RsiAlgorithm() - Constructor for class com.exponto.jstock.indicators.RsiAlgorithm
 
RsiException - exception com.exponto.jstock.indicators.RsiException.
Thrown when there is a problem calculating the RSI for a LogDataSeries.
RsiException() - Constructor for class com.exponto.jstock.indicators.RsiException
 
RsiException(String) - Constructor for class com.exponto.jstock.indicators.RsiException
 
RsiParameters - class com.exponto.jstock.indicators.RsiParameters.
Contains RSI specific parameters used in computation of an indicator series
RsiParameters(int) - Constructor for class com.exponto.jstock.indicators.RsiParameters
 
Rules - class com.exponto.jstock.popupwindows.Rules.
 
RulesMenu - class com.exponto.jstock.popupwindows.RulesMenu.
 
RulesMenu() - Constructor for class com.exponto.jstock.popupwindows.RulesMenu
 
RulesTableModel - class com.exponto.jstock.popupwindows.RulesTableModel.
 
RulesTableModel() - Constructor for class com.exponto.jstock.popupwindows.RulesTableModel
 
readSeries(String, int) - Method in class com.exponto.jstock.ReadGenericDataFile
Read data from file and store the result.
readSeries(String, int) - Method in class com.exponto.jstock.ReadNetfondsFile
Read data from file and store the result.
readString() - Method in class com.exponto.jstock.ReadGenericDataFile
Reads one line of the quotes file, hopefully that is data for one single day.
readString() - Method in class com.exponto.jstock.ReadNetfondsFile
 
refresh() - Method in class com.exponto.jstock.ChartPanel
 
refresh(TickerID) - Method in class com.exponto.jstock.popupwindows.Notes
 
removeCurrentLine() - Method in class com.exponto.jstock.Lines
 
removePersistentLine(PersistentLine) - Method in class com.exponto.jstock.JstockDB
 
reset() - Method in class com.exponto.jstock.Lines
 
resetCurrentPeriode() - Method in class com.exponto.jstock.LogDataSeries
 
restore() - Method in class com.exponto.jstock.popupwindows.DatabaseMenu
 
restore() - Method in class com.exponto.jstock.popupwindows.FileInputMenu
 
restore() - Method in class com.exponto.jstock.popupwindows.IndicatorsMenu
 
restore() - Method in class com.exponto.jstock.popupwindows.RulesMenu
 
restore() - Method in class com.exponto.jstock.popupwindows.SystemMenu
 
restoreAll() - Method in class com.exponto.jstock.IndicatorController
 
rotate() - Method in class com.exponto.jstock.LogDataSeries
Rotates the elements in this ArrayList so that the first becomes the last an vice versa.
roundToStepSize(double, double) - Static method in class com.exponto.jstock.Series
Calculates the distance between supportlines used in drawing graphs.

S

Series - class com.exponto.jstock.Series.
 
Series() - Constructor for class com.exponto.jstock.Series
Creates new Serie
SystemMenu - class com.exponto.jstock.popupwindows.SystemMenu.
 
SystemMenu() - Constructor for class com.exponto.jstock.popupwindows.SystemMenu
 
save() - Method in class com.exponto.jstock.popupwindows.DatabaseMenu
 
save() - Method in class com.exponto.jstock.popupwindows.FileInputMenu
 
save() - Method in class com.exponto.jstock.popupwindows.IndicatorsMenu
 
save() - Static method in class com.exponto.jstock.popupwindows.Rules
 
save() - Method in class com.exponto.jstock.popupwindows.RulesMenu
 
save() - Method in class com.exponto.jstock.popupwindows.SystemMenu
 
saveAll() - Method in class com.exponto.jstock.IndicatorController
 
saveAll() - Method in class com.exponto.jstock.UserPreferences
Saves all properties to the properties file.
saveLines(Lines) - Method in class com.exponto.jstock.JstockDB
Saves any modification to the lines in the database.
saveLines() - Method in class com.exponto.jstock.Lines
 
saveNotes(TickerID, String) - Method in class com.exponto.jstock.JstockDB
 
selectNext(boolean) - Method in class com.exponto.jstock.Lines
 
selectNextEnd() - Method in class com.exponto.jstock.Lines
 
selectPrevious(boolean) - Method in class com.exponto.jstock.Lines
 
setActive(PersistentLine) - Method in class com.exponto.jstock.Lines
 
setAvailableSize(Dimension) - Static method in class com.exponto.jstock.CandleStickPanel
Sets the size available for this window.
setAvailableSize(Dimension) - Static method in class com.exponto.jstock.ChartPanel
 
setBottomMargin(int) - Method in class com.exponto.jstock.GraphicsParameters
 
setClosePos(int) - Method in class com.exponto.jstock.UserPreferences
 
setClosePos(String) - Method in class com.exponto.jstock.UserPreferences
 
setColor(Color) - Method in class com.exponto.jstock.indicators.Indicator
 
setCurrentPeriode() - Method in class com.exponto.jstock.LogDataSeries
Sets the current periode to the whole series
setCurrentPeriode(int) - Method in class com.exponto.jstock.LogDataSeries
Sets the current periode to the latest date and numberOfDays back
setCurrentPeriode(int, int) - Method in class com.exponto.jstock.LogDataSeries
Sets the current periode
setCurrentTID(TickerID) - Method in class com.exponto.jstock.popupwindows.Notes
 
setDateFormat(String) - Method in class com.exponto.jstock.UserPreferences
 
setDatePos(int) - Method in class com.exponto.jstock.UserPreferences
 
setDatePos(String) - Method in class com.exponto.jstock.UserPreferences
 
setDbHost(String) - Method in class com.exponto.jstock.UserPreferences
 
setDbName(String) - Method in class com.exponto.jstock.UserPreferences
 
setDbPW(String) - Method in class com.exponto.jstock.UserPreferences
 
setDbUser(String) - Method in class com.exponto.jstock.UserPreferences
 
setDeleted(int) - Method in class com.exponto.jstock.PersistentLine
 
setDimension(Dimension) - Method in class com.exponto.jstock.GraphicsParameters
 
setDrawMode(boolean) - Method in class com.exponto.jstock.UserPreferences
 
setEnableDB(boolean) - Method in class com.exponto.jstock.UserPreferences
 
setEnablePos(boolean) - Method in class com.exponto.jstock.UserPreferences
 
setExchange(String) - Method in class com.exponto.jstock.LogDataSeries
 
setExchange(String) - Method in class com.exponto.jstock.UserPreferences
Set the default exchange
setExchangeName(String) - Method in class com.exponto.jstock.TickerID
 
setExchangePos(int) - Method in class com.exponto.jstock.UserPreferences
 
setExchangePos(String) - Method in class com.exponto.jstock.UserPreferences
 
setExtension(String) - Method in class com.exponto.jstock.UserPreferences
 
setFilePath(String) - Method in class com.exponto.jstock.UserPreferences
 
setGraphicsParameters(GraphicsParameters) - Method in class com.exponto.jstock.IndicatorPanel
 
setHighPos(int) - Method in class com.exponto.jstock.UserPreferences
 
setHighPos(String) - Method in class com.exponto.jstock.UserPreferences
 
setJdbcDriver(String) - Method in class com.exponto.jstock.UserPreferences
 
setLineIndex(int) - Method in class com.exponto.jstock.PersistentLine
 
setLogaritmicMaximumValue(double) - Method in class com.exponto.jstock.GraphicsParameters
 
setLogaritmicMinimumValue(double) - Method in class com.exponto.jstock.GraphicsParameters
 
setLowPos(int) - Method in class com.exponto.jstock.UserPreferences
 
setLowPos(String) - Method in class com.exponto.jstock.UserPreferences
 
setMaDays(int) - Method in class com.exponto.jstock.UserPreferences
 
setMaDays(String) - Method in class com.exponto.jstock.UserPreferences
 
setMinorLineLevel(int) - Method in class com.exponto.jstock.UserPreferences
 
setMinorLineLevel(String) - Method in class com.exponto.jstock.UserPreferences
 
setNotes(boolean) - Method in class com.exponto.jstock.UserPreferences
 
setNumberOfDays(int) - Method in class com.exponto.jstock.indicators.MAParameters
 
setNumberOfDays(int) - Method in class com.exponto.jstock.indicators.RsiParameters
 
setOpenPos(int) - Method in class com.exponto.jstock.UserPreferences
 
setOpenPos(String) - Method in class com.exponto.jstock.UserPreferences
 
setParameters(int[]) - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
setParameters(int, int) - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
setParameters(int[]) - Method in class com.exponto.jstock.indicators.MAParameters
 
setParameters(int, int) - Method in class com.exponto.jstock.indicators.MAParameters
 
setParameters(int, int) - Method in class com.exponto.jstock.indicators.MacdParameters
 
setParameters(int[]) - Method in class com.exponto.jstock.indicators.MacdParameters
 
setParameters(int, int) - Method in class com.exponto.jstock.indicators.RsiParameters
 
setParameters(int[]) - Method in class com.exponto.jstock.indicators.RsiParameters
 
setPathAndExtension(String, String) - Method in class com.exponto.jstock.ChartData
 
setPixelPrStick(int) - Method in class com.exponto.jstock.UserPreferences
 
setPixelPrStick(String) - Method in class com.exponto.jstock.UserPreferences
 
setProperty(String, String) - Method in class com.exponto.jstock.UserPreferences
 
setRules(ArrayList) - Static method in class com.exponto.jstock.popupwindows.Rules
 
setScalingFactorChartVolume(double) - Method in class com.exponto.jstock.UserPreferences
 
setSelected(boolean) - Method in class com.exponto.jstock.PersistentLine
 
setSelected(int) - Method in class com.exponto.jstock.PersistentLine
 
setShowWeekly(boolean) - Method in class com.exponto.jstock.UserPreferences
 
setTicker(String) - Method in class com.exponto.jstock.LogDataSeries
 
setTickerId(TickerID) - Method in class com.exponto.jstock.Lines
 
setTickerId(TickerID) - Method in class com.exponto.jstock.LogDataSeries
 
setTickerId(int) - Method in class com.exponto.jstock.TickerID
 
setTickerName(String) - Method in class com.exponto.jstock.TickerID
 
setTickerPos(int) - Method in class com.exponto.jstock.UserPreferences
 
setTickerPos(String) - Method in class com.exponto.jstock.UserPreferences
 
setToNextWorkDay() - Method in class com.exponto.util.Date
 
setToPreviousWorkDay() - Method in class com.exponto.util.Date
Sets this day to the previous working day (that is mon -fri).
setTopMargin(int) - Method in class com.exponto.jstock.GraphicsParameters
 
setType(boolean) - Method in class com.exponto.jstock.Lines
 
setUp() - Method in class com.exponto.jstock.JstockDBTest
 
setValidFrom(Date) - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
setValidTo(Date) - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
setValueAt(Object, int, int) - Method in class com.exponto.jstock.popupwindows.RulesTableModel
 
setValueAt(Object, int, int) - Method in class com.exponto.jstock.popupwindows.TickerTableModel
 
setVolumePos(int) - Method in class com.exponto.jstock.UserPreferences
 
setVolumePos(String) - Method in class com.exponto.jstock.UserPreferences
 
setX(Date) - Method in class com.exponto.jstock.PersistentPoint
 
setX1(Date) - Method in class com.exponto.jstock.PersistentLine
 
setX2(Date) - Method in class com.exponto.jstock.PersistentLine
 
setXSize(int) - Method in class com.exponto.jstock.UserPreferences
 
setY(double) - Method in class com.exponto.jstock.PersistentPoint
 
setY1(double) - Method in class com.exponto.jstock.PersistentLine
 
setY2(double) - Method in class com.exponto.jstock.PersistentLine
 
setYSize(int) - Method in class com.exponto.jstock.UserPreferences
 
size() - Method in class com.exponto.jstock.events.UpdateDisplayEvent
 
split - Static variable in class com.exponto.jstock.Constants
 
stateChanged(ChangeEvent) - Method in class com.exponto.jstock.jStockTabbedListener
 
stepSize(double, double, int) - Static method in class com.exponto.jstock.Series
Calculates the distance between supportlines used in drawing graphs.
storeResult(LogTradingData) - Method in class com.exponto.jstock.LogDataSeries
Stores data for a single day at the end of an arraylist.
storeResultWeekly(LogTradingData) - Method in class com.exponto.jstock.LogDataSeries
 

T

TableLayoutPanel - class com.exponto.util.TableLayoutPanel.
Layout an array of JComponents in a table like structure using one or more JPanels with BoxLayout.
TableLayoutPanel() - Constructor for class com.exponto.util.TableLayoutPanel
 
TableLayoutPanel(JComponent[][]) - Constructor for class com.exponto.util.TableLayoutPanel
The JComponent array contains the JComponents that this panel will include.
TickerID - class com.exponto.jstock.TickerID.
Container that uniquly identifies a ticker
TickerID() - Constructor for class com.exponto.jstock.TickerID
 
TickerID(int, String, String) - Constructor for class com.exponto.jstock.TickerID
 
TickerNotFoundException - exception com.exponto.jstock.TickerNotFoundException.
Thrown when ticker not found, either as a file or from database.
TickerNotFoundException() - Constructor for class com.exponto.jstock.TickerNotFoundException
 
TickerNotFoundException(String) - Constructor for class com.exponto.jstock.TickerNotFoundException
 
TickerRenderer - class com.exponto.jstock.popupwindows.TickerRenderer.
 
TickerRenderer() - Constructor for class com.exponto.jstock.popupwindows.TickerRenderer
 
TickerRenderer(String) - Constructor for class com.exponto.jstock.popupwindows.TickerRenderer
 
TickerRenderer(String, int) - Constructor for class com.exponto.jstock.popupwindows.TickerRenderer
 
TickerRenderer(Icon) - Constructor for class com.exponto.jstock.popupwindows.TickerRenderer
 
TickerRenderer(Icon, int) - Constructor for class com.exponto.jstock.popupwindows.TickerRenderer
 
TickerRenderer(String, Icon, int) - Constructor for class com.exponto.jstock.popupwindows.TickerRenderer
 
TickerTableModel - class com.exponto.jstock.popupwindows.TickerTableModel.
 
TickerTableModel() - Constructor for class com.exponto.jstock.popupwindows.TickerTableModel
 
tearDown() - Method in class com.exponto.jstock.JstockDBTest
 
testComputeEMA() - Method in class com.exponto.jstock.indicators.EMAAlgorithmTest
 
testCreateTicker() - Method in class com.exponto.jstock.JstockDBTest
 
testFindYScaleLimits() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testGetEndOfPeriode() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testGetInstance() - Method in class com.exponto.jstock.JstockDBTest
 
testGetMaxVol() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testGetNextLTD() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testGetNextWeekNumber() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testGetResult() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testGetStartOfPeriode() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testIsWeekly() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testLoadNotes() - Method in class com.exponto.jstock.JstockDBTest
 
testLogDataSeries() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testLogDataSeriesboolean() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testMoveToStartInCurrentPeriode() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testNumberOfDaysInFirstWeek() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testResetCurrentPeriode() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testRotate() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testSaveNotes() - Method in class com.exponto.jstock.JstockDBTest
 
testSetCurrentPeriode() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testSetCurrentPeriodeint() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testSetCurrentPeriodeintint() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testSetDateAfter() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testStoreResult() - Method in class com.exponto.jstock.LogDataSeriesTest
 
testStoreResultWeekly() - Method in class com.exponto.jstock.LogDataSeriesTest
 
ticker - Variable in class com.exponto.jstock.ControlPanel
 
tickerInput - Variable in class com.exponto.jstock.ControlPanel
 
toDebugString() - Method in class com.exponto.jstock.TickerID
 
toDigitString() - Method in class com.exponto.util.Date
Returns the date as yyyymmdd
toString() - Method in class com.exponto.jstock.TickerID
 
toString() - Method in class com.exponto.jstock.indicators.EMA
 
toString() - Method in class com.exponto.jstock.indicators.MA
 
toString() - Method in class com.exponto.jstock.indicators.Macd
 
toString() - Method in class com.exponto.jstock.indicators.MacdData
 
toString() - Method in class com.exponto.jstock.indicators.MacdParameters
 
toString() - Method in class com.exponto.jstock.indicators.Rsi
 
toString() - Method in class com.exponto.util.Date
 
toggleWatchList(TickerID) - Method in class com.exponto.jstock.JstockDB
 

U

UpdateDisplayEvent - class com.exponto.jstock.events.UpdateDisplayEvent.
 
UpdateDisplayEvent(Object, int) - Constructor for class com.exponto.jstock.events.UpdateDisplayEvent
 
UpdateDisplayListener - interface com.exponto.jstock.events.UpdateDisplayListener.
 
UserPreferences - class com.exponto.jstock.UserPreferences.
Takes care of the properties file.
Util - class com.exponto.jstock.Util.
Some static methods that are more or less usefull.
Util() - Constructor for class com.exponto.jstock.Util
 
undelete() - Method in class com.exponto.jstock.PersistentLine
 
unknown - Static variable in class com.exponto.jstock.Constants
 
updateDailyPrintout(int) - Method in class com.exponto.jstock.IndicatorPanel
 
updateParameters() - Method in class com.exponto.jstock.indicators.IndicatorParameters
 
updateParameters() - Method in interface com.exponto.jstock.indicators.IndicatorParametersInterface
Used to update the parameters value within the IndicatorParameter class.
updateParameters() - Method in class com.exponto.jstock.indicators.MAParameters
 
updateParameters() - Method in class com.exponto.jstock.indicators.MacdParameters
 
updateParameters() - Method in class com.exponto.jstock.indicators.RsiParameters
 
updateStickNumber(int) - Method in class com.exponto.jstock.CandleStickPanel
Updates the stickNumber and repaints the panel.

V

validate(LogDataSeries) - Static method in class com.exponto.jstock.Util
Validates that a data series is likly to be correct

W

week - Variable in class com.exponto.util.Date
 
weeklyButton - Variable in class com.exponto.jstock.ControlPanel
 
weeklyLogChart - Static variable in class com.exponto.jstock.Constants
 
withCandleStick - Static variable in class com.exponto.jstock.indicators.Constants
 

Y

year - Variable in class com.exponto.util.Date
 

A B C D E F G H I J K L M N O P Q R S T U V W Y

Copyright © 2004 Kaare Ranum