Uses of Class
com.exponto.jstock.TickerID

Packages that use TickerID
com.exponto.jstock   
com.exponto.jstock.io   
com.exponto.jstock.panels   
com.exponto.jstock.popupwindows   
 

Uses of TickerID in com.exponto.jstock
 

Methods in com.exponto.jstock that return TickerID
 TickerID ChartData.getTickerID()
           
 

Methods in com.exponto.jstock with parameters of type TickerID
 Indicator IndicatorDataSeries.getIndicator(TickerID tID, java.lang.String indicatorType)
           
 java.util.ArrayList JstockDB.loadIndicatorParameters(TickerID tId, java.lang.String panelName)
          Finds all ticker spesific indicator parameter for a TickerID
 void JstockDB.saveIndicatorParameters(java.util.ArrayList parameterList, TickerID tId, java.lang.String panelName)
          Updates the database with the content from the ArrayList.
 java.lang.String JstockDB.toggleWatchList(TickerID tId)
           
 java.lang.String JstockDB.loadNotes(TickerID tId)
           
 java.lang.String JstockDB.saveNotes(TickerID tId, java.lang.String text)
           
 java.util.ArrayList JstockDB.loadLines(TickerID tId, java.lang.String panelName, java.lang.String indicatorName)
          Loads lines from the database
 java.util.ArrayList JstockDB.saveLines(TickerID tId, java.lang.String panelName, java.lang.String indicatorName, java.util.ArrayList linesArray)
          Saves any modification to the lines in the database.
 

Constructors in com.exponto.jstock with parameters of type TickerID
ChartData(TickerID tId, java.lang.String panelType)
          Creates ChartData for a daily series.
ChartData(TickerID tId, java.lang.String panelType, LogDataSeries lDS)
          Used to create ChartData for weekly charts.
 

Uses of TickerID in com.exponto.jstock.io
 

Methods in com.exponto.jstock.io with parameters of type TickerID
 LogDataSeries LoadDataSet.loadData(TickerID tId, int numberOfDays)
          Called by external class to load a LogDataSeries either from file or from the internet.
 

Uses of TickerID in com.exponto.jstock.panels
 

Methods in com.exponto.jstock.panels that return TickerID
 TickerID Lines.getTickerId()
          Get the TickerID associated with the lines.
 

Methods in com.exponto.jstock.panels with parameters of type TickerID
 void Lines.setTickerId(TickerID id)
          Sets the TickerID
 

Constructors in com.exponto.jstock.panels with parameters of type TickerID
Lines(TickerID id, java.lang.String panelType, java.lang.String indicatorName)
          Creates a new set of Lines
 

Uses of TickerID in com.exponto.jstock.popupwindows
 

Methods in com.exponto.jstock.popupwindows with parameters of type TickerID
static Notes Notes.getInstance(TickerID tID)
          Gets the one and only instance of this class, loaded with data for a paritcular TickerID.
 void Notes.refresh(TickerID tId)
          Refresh the instance of this class.
 void Notes.setCurrentTID(TickerID tID)
          Sets the currentTickerID
 



Copyright © 2004 Kaare Ranum