Uses of Class
de.dfg.oc.logfileanalyzer.gui.ChartFrame

Packages that use ChartFrame
de.dfg.oc.logfileanalyzer.gui Contains classes defining the graphical user interface of the program. 
 

Uses of ChartFrame in de.dfg.oc.logfileanalyzer.gui
 

Fields in de.dfg.oc.logfileanalyzer.gui declared as ChartFrame
(package private)  ChartFrame ChartClosedListener.myChartFrame
          ChartFrame this ChartClosedListener is attached to
 

Fields in de.dfg.oc.logfileanalyzer.gui with type parameters of type ChartFrame
private  Vector<ChartFrame> TableFrame.chartFrames
          Contains all opened ChartFrames displaying histograms
 

Methods in de.dfg.oc.logfileanalyzer.gui with parameters of type ChartFrame
(package private)  void TableFrame.addChartFrame(ChartFrame newChartFrame)
          Stores a new ChartFrame into this class' vector of ChartFrames.
(package private)  void TableFrame.removeChartFrame(ChartFrame deleteChartFrame)
          Deletes a ChartFrame out of this class' vector of ChartFrames.
 

Constructors in de.dfg.oc.logfileanalyzer.gui with parameters of type ChartFrame
ChartClosedListener(ChartFrame _myChartFrame)
          Creates a new ChartClosedListener that listens to WindowEvents of the ChartFrame given as parameter.