Uses of Class
gui.frames.ChartFrame

Packages that use ChartFrame
actionListeners   
gui   
gui.dialogs   
gui.menus   
gui.panels   
xdat   
 

Uses of ChartFrame in actionListeners
 

Fields in actionListeners declared as ChartFrame
private  ChartFrame ChartFrameOptionsMenuActionListener.chartFrame
          The chart frame.
private  ChartFrame ChartFrameClusteringMenuActionListener.chartFrame
          The chart frame.
private  ChartFrame ChartFrameAddDesignToClusterMenuActionListener.chartFrame
          The chart frame.
private  ChartFrame ChartSpecificDisplaySettingsDialogActionListener.chartFrame
          The chart frame.
private  ChartFrame ParameterSetSelectionDialogActionListener.chartFrame
          The chart frame.
private  ChartFrame ChartFrameSelectParametersMenuActionListener.chartFrame
          The chart frame.
 

Constructors in actionListeners with parameters of type ChartFrame
ChartFrameAddDesignToClusterMenuActionListener(Main mainWindow, ChartFrame chartFrame)
          Instantiates this class.
ChartFrameClusteringMenuActionListener(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chart frame clustering menu action listener.
ChartFrameOptionsMenuActionListener(Main mainWindow, Chart chart, ChartFrame chartFrame)
          Instantiates a new chart frame options menu action listener.
ChartFrameSelectParametersMenuActionListener(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chart frame select parameters menu action listener.
ChartSpecificDisplaySettingsDialogActionListener(Main mainWindow, DisplaySettingsDialog dialog, Chart chart, ChartFrame chartFrame)
          Instantiates a new chart specific display settings dialog action listener.
ParameterSetSelectionDialogActionListener(ChartFrame chartFrame, ParameterSetSelectionDialog dialog)
          Instantiates a new parameter set selection dialog action listener.
 

Uses of ChartFrame in gui
 

Fields in gui declared as ChartFrame
private  ChartFrame ChartFrameClosingAdapter.chartFrame
          The chart frame.
 

Constructors in gui with parameters of type ChartFrame
ChartFrameClosingAdapter(ChartFrame chartFrame, Main mainWindow)
          Instantiates a new chart frame closing adapter.
 

Uses of ChartFrame in gui.dialogs
 

Constructors in gui.dialogs with parameters of type ChartFrame
DisplaySettingsDialog(Main mainWindow, Chart chart, ChartFrame chartFrame)
          Instantiates a new display settings dialog.
ParameterSetSelectionDialog(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new parameter set selection dialog.
 

Uses of ChartFrame in gui.menus
 

Fields in gui.menus declared as ChartFrame
private  ChartFrame ChartFrameAddDesignToClusterMenu.chartFrame
          The chart frame.
 

Constructors in gui.menus with parameters of type ChartFrame
ChartFrameAddDesignToClusterMenu(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chartFrame menu from within which a design can be added to a cluster.
ChartFrameClusteringMenu(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chart frame clustering menu.
ChartFrameMenuBar(Main mainWindow, ChartFrame chartFrame, Chart chart)
          Instantiates a new chart frame menu bar.
ChartFrameOptionsMenu(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chart frame options menu.
ChartFrameSelectParametersMenu(Main mainWindow, ChartFrame chartFrame, Chart chart)
          Instantiates a new chart frame select parameters menu.
 

Uses of ChartFrame in gui.panels
 

Fields in gui.panels declared as ChartFrame
private  ChartFrame AxisDisplaySettingsPanel.chartFrame
          The chart frame.
private  ChartFrame ChartDisplaySettingsPanel.chartFrame
          The chart frame to which the settings apply.
 

Methods in gui.panels that return ChartFrame
 ChartFrame AxisDisplaySettingsPanel.getChartFrame()
          Gets the chart frame.
 

Constructors in gui.panels with parameters of type ChartFrame
AxisDisplaySettingsPanel(Main mainWindow, DisplaySettingsDialog dialog, ChartFrame chartFrame)
          Instantiates a new axis display settings panel that is used to modify the settings of a particular chart.
ChartDisplaySettingsPanel(Main mainWindow, DisplaySettingsDialog dialog, ChartFrame chartFrame)
          Instantiates a new chart display settings panel that allows editing a particular chart.
 

Uses of ChartFrame in xdat
 

Fields in xdat with type parameters of type ChartFrame
private  java.util.Vector<ChartFrame> Main.chartFrames
          A reference to all active chart frames.
 

Methods in xdat that return ChartFrame
 ChartFrame Main.getChartFrame(int index)
          Gets a chart frame to the Vector with references to all chart frames.
 

Methods in xdat with parameters of type ChartFrame
 void Main.addChartFrame(ChartFrame chartFrame)
          Adds a chart frame to the Vector with references to all chart frames.
 void Main.removeChartFrame(ChartFrame chartFrame)
          Removes a chart frame from the Vector with references to all chart frames.