actionListeners.parallelCoordinatesDisplaySettings
public class ChartSpecificDisplaySettingsDialogActionListener extends java.lang.Object implements java.awt.event.ActionListener
ParallelCoordinatesChartDisplaySettingsPanel
that was instantiated
using the constructor form ParallelCoordinatesChartDisplaySettingsPanel
.
When a ChartDisplaySettingsPanel is instantiated with a ChartFrame object as the last argument, the settings
made in the panel are applied to that specific Chart, rather than to the default settings in the UserPreferences
.
In order to do this correctly when the Ok button is pressed, the button must use this dedicated ActionListener.
Constructor and Description |
---|
ChartSpecificDisplaySettingsDialogActionListener(Main mainWindow,
ParallelCoordinatesDisplaySettingsDialog dialog,
ParallelCoordinatesChart chart,
ChartFrame chartFrame)
Instantiates a new chart specific display settings dialog action listener.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
public ChartSpecificDisplaySettingsDialogActionListener(Main mainWindow, ParallelCoordinatesDisplaySettingsDialog dialog, ParallelCoordinatesChart chart, ChartFrame chartFrame)
mainWindow
- the main windowdialog
- the dialogchart
- the chartchartFrame
- the chart frame