Uses of Class
com.exponto.jstock.io.TickerID

Packages that use TickerID
com.exponto.jstock.data   
com.exponto.jstock.db   
com.exponto.jstock.gui.chartinfo   
com.exponto.jstock.gui.panels   
com.exponto.jstock.io   
 

Uses of TickerID in com.exponto.jstock.data
 

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

Constructors in com.exponto.jstock.data 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.db
 

Methods in com.exponto.jstock.db with parameters of type TickerID
 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, int hashCode)
          Loads lines from the database
 java.util.ArrayList JstockDB.saveLines(TickerID tId, java.lang.String panelName, java.lang.String indicatorName, int hashCode, java.util.ArrayList linesArray)
          Saves any modification to the lines in the database.
 

Uses of TickerID in com.exponto.jstock.gui.chartinfo
 

Methods in com.exponto.jstock.gui.chartinfo with parameters of type TickerID
 void Notes.save(TickerID tID)
          Save text in the notes window to the database.
 void Notes.load(TickerID tID)
          Loads text for the notes window from the database.
 

Uses of TickerID in com.exponto.jstock.gui.panels
 

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

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

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

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.
 



Copyright © 2004 Kaare Ranum