actionListeners.parallelCoordinatesDisplaySettings
Class ParallelChartContextMenuActionListener
java.lang.Object
actionListeners.parallelCoordinatesDisplaySettings.ParallelChartContextMenuActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class ParallelChartContextMenuActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
ActionListener that is used for the context menu on the ParallelCoordinatesChartPanel.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelChartContextMenuActionListener
public ParallelChartContextMenuActionListener(Main mainWindow,
ChartFrame chartFrame,
Axis axis)
- Instantiates a new context menu for an axis on a parallel coordinates chart.
- Parameters:
mainWindow - the main windowchartFrame - the chart frameaxis - the axis
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener