Uses of Class
gui.frames.ChartFrame

Packages that use ChartFrame
actionListeners.parallelCoordinatesChartFrame   
actionListeners.parallelCoordinatesDisplaySettings   
actionListeners.scatter2DChartFrame   
actionListeners.scatter2DChartSettings   
gui   
gui.dialogs   
gui.menus   
gui.menus.parallelCoordinatesChart   
gui.menus.ScatterChart2D   
gui.panels   
xdat   
 

Uses of ChartFrame in actionListeners.parallelCoordinatesChartFrame
 

Constructors in actionListeners.parallelCoordinatesChartFrame 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, ParallelCoordinatesChart chart, ChartFrame chartFrame)
          Instantiates a new chart frame options menu action listener.
ChartFrameSelectParametersMenuActionListener(Main mainWindow, ChartFrame chartFrame, ParallelCoordinatesChart chart)
          Instantiates a new chart frame select parameters menu action listener.
ParameterSetSelectionDialogActionListener(ChartFrame chartFrame, ParameterSetSelectionDialog dialog)
          Instantiates a new parameter set selection dialog action listener.
 

Uses of ChartFrame in actionListeners.parallelCoordinatesDisplaySettings
 

Constructors in actionListeners.parallelCoordinatesDisplaySettings with parameters of type ChartFrame
ChartSpecificDisplaySettingsDialogActionListener(Main mainWindow, ParallelCoordinatesDisplaySettingsDialog dialog, ParallelCoordinatesChart chart, ChartFrame chartFrame)
          Instantiates a new chart specific display settings dialog action listener.
ParallelChartContextMenuActionListener(Main mainWindow, ChartFrame chartFrame, Axis axis)
          Instantiates a new context menu for an axis on a parallel coordinates chart.
 

Uses of ChartFrame in actionListeners.scatter2DChartFrame
 

Constructors in actionListeners.scatter2DChartFrame with parameters of type ChartFrame
Scatter2DChartFrameOptionsMenuActionListener(Main mainWindow, ScatterChart2D chart, ChartFrame chartFrame)
          Instantiates a new chart frame options menu action listener.
 

Uses of ChartFrame in actionListeners.scatter2DChartSettings
 

Constructors in actionListeners.scatter2DChartSettings with parameters of type ChartFrame
ParallelChartFrameComboModel(Main mainWindow, ChartFrame chartFrame, ScatterPlot2D plot)
          Instantiates parallel chart frame combo box model
Scatter2DChartAxisPanelActionListener(Main mainWindow, ChartFrame chartFrame, ScatterChart2D chart, Scatter2DChartAxisPanel panel, int axis)
          Instantiates a new scatter 2d axis panel action listener to edit settings for a specific axis.
Scatter2DChartAxisSelectionListener(ChartFrame frame, ScatterChart2D chart, Scatter2DChartAxisPanel panel, int axis)
           
Scatter2DChartDisplaySettingsActionListener(ChartFrame chartFrame, ScatterChart2D chart, ScatterChart2DSettingsDialog dialog)
          Instantiates a new chart display settings action listener to edit settings for a specific chart.
 

Uses of ChartFrame in gui
 

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
 

Methods in gui.dialogs with parameters of type ChartFrame
 void ScatterChart2DSettingsDialog.buildPanel(Main mainWindow, ChartFrame chartFrame, ScatterChart2D scatterChart2D)
           
 

Constructors in gui.dialogs with parameters of type ChartFrame
ParallelCoordinatesDisplaySettingsDialog(Main mainWindow, ParallelCoordinatesChart chart, ChartFrame chartFrame)
          Instantiates a new display settings dialog.
ParameterSetSelectionDialog(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new parameter set selection dialog.
ScatterChart2DSettingsDialog(Main mainWindow, ChartFrame chartFrame, ScatterChart2D scatterChart2D)
          Instantiates a new Scatter Chart 2D Settings Dialog.
 

Uses of ChartFrame in gui.menus
 

Methods in gui.menus that return ChartFrame
 ChartFrame ChartFrameMenuBar.getChartFrame()
          Gets the chart frame.
 

Constructors in gui.menus with parameters of type ChartFrame
ChartFrameMenuBar(ChartFrame chartFrame, Chart chart)
          Instantiates a new chart frame menu bar.
 

Uses of ChartFrame in gui.menus.parallelCoordinatesChart
 

Constructors in gui.menus.parallelCoordinatesChart with parameters of type ChartFrame
ParallelCoordinateChartFrameMenuBar(Main mainWindow, ChartFrame chartFrame, ParallelCoordinatesChart chart)
          Instantiates a new chart frame menu bar.
ParallelCoordinatesChartFrameAddDesignToClusterMenu(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chartFrame menu from within which a design can be added to a cluster.
ParallelCoordinatesChartFrameClusteringMenu(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chart frame clustering menu.
ParallelCoordinatesChartFrameOptionsMenu(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chart frame options menu.
ParallelCoordinatesChartFrameSelectParametersMenu(Main mainWindow, ChartFrame chartFrame, ParallelCoordinatesChart chart)
          Instantiates a new chart frame select parameters menu.
ParallelCoordinatesContextMenu(Main mainWindow, ChartFrame chartFrame, Axis axis)
          Instantiates a new parallel coordinates context menu.
 

Uses of ChartFrame in gui.menus.ScatterChart2D
 

Constructors in gui.menus.ScatterChart2D with parameters of type ChartFrame
ScatterChart2DFrameMenuBar(Main mainWindow, ChartFrame chartFrame, ScatterChart2D chart)
          Instantiates a new chart frame menu bar.
ScatterChart2DFrameOptionsMenu(Main mainWindow, ChartFrame chartFrame)
          Instantiates a new chart frame options menu.
 

Uses of ChartFrame in gui.panels
 

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, ParallelCoordinatesDisplaySettingsDialog dialog, ChartFrame chartFrame)
          Instantiates a new axis display settings panel that is used to modify the settings of a particular chart.
ParallelCoordinatesChartDisplaySettingsPanel(Main mainWindow, ParallelCoordinatesDisplaySettingsDialog dialog, ChartFrame chartFrame)
          Instantiates a new chart display settings panel that allows editing a particular chart.
ParallelCoordinatesChartPanel(Main mainWindow, ChartFrame chartFrame, ParallelCoordinatesChart chart)
          Instantiates a new parallel coordinates chart panel.
Scatter2DChartAxisPanel(Main mainWindow, ChartFrame chartFrame, ScatterChart2D chart, int axis)
          Instantiates a new axis display settings panel that is used to modify the settings of a particular chart.
 

Uses of ChartFrame in xdat
 

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

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.addChartToComboboxes(ChartFrame chartFrame)
          Informs all combobox models that a new parallel chart was added.
 void Main.removeChartFrame(ChartFrame chartFrame)
          Removes a chart frame from the Vector with references to all chart frames.
 void Main.removeChartFromComboboxes(ChartFrame chartFrame)
          Informs all combobox models that a parallel chart was closed.