Uses of Class
com.exponto.jstock.data.ChartData

Packages that use ChartData
com.exponto.jstock.gui.chartinfo   
com.exponto.jstock.gui.panels   
 

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

Methods in com.exponto.jstock.gui.chartinfo with parameters of type ChartData
static ChartInfo ChartInfo.getInstance(ChartData cD)
          Gets the one and only instance of this class, loaded with data for a paritcular TickerID.
 void ChartInfo.refresh(ChartData cD)
          Refresh the instance of this class.
 void ChartInfo.setCurrent(ChartData cD)
          Sets the currentTickerID and refreshes the indicator options.
 void IndicatorsOptions.refresh(ChartData cD)
           
 

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

Fields in com.exponto.jstock.gui.panels declared as ChartData
protected  ChartData AbstractIndicatorPanel.m_cD
           
 

Methods in com.exponto.jstock.gui.panels that return ChartData
 ChartData ChartPanel.getChartData()
           
 

Constructors in com.exponto.jstock.gui.panels with parameters of type ChartData
AbstractIndicatorPanel(ChartData chartData, Indicator ind)
          Creates new Panel
MainIndicatorPanel(ChartData chartData, Indicator ind)
           
IndicatorPanel(ChartData chartData, Indicator ind)
          Creates new Panel
ChartPanel(ChartData chartData)
          Creates new ChartPanel
 



Copyright © 2004 Kaare Ranum