actionListeners.parallelCoordinatesDisplaySettings
Class ParallelChartContextMenuActionListener

java.lang.Object
  extended by 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.


Constructor Summary
ParallelChartContextMenuActionListener(Main mainWindow, ChartFrame chartFrame, Axis axis)
          Instantiates a new context menu for an axis on a parallel coordinates chart.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 window
chartFrame - the chart frame
axis - the axis
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener