de.dfg.oc.logfileanalyzer.gui
Class ChartOpenedListener
java.lang.Object
de.dfg.oc.logfileanalyzer.gui.ChartOpenedListener
- All Implemented Interfaces:
- ActionListener, EventListener
class ChartOpenedListener
- extends Object
- implements ActionListener
ActionListener, creates a new ChartFrame
and stores it in the
TableFrame
's vector of ChartFrame
s.
- Author:
- Clemens Gersbacher, Holger Prothmann
Method Summary |
void |
actionPerformed(ActionEvent e)
Creates a new ChartFrame -object and stores it in the
TableFrame 's vector of ChartFrame s. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myTableFrame
TableFrame myTableFrame
- Reference to the
TableFrame
-object
ChartOpenedListener
ChartOpenedListener(TableFrame _myTableFrame)
- Constructor. Creates a new
ChartOpenListener
.
- Parameters:
_myTableFrame
- calling TableFrame
-object.
actionPerformed
public void actionPerformed(ActionEvent e)
- Creates a new
ChartFrame
-object and stores it in the
TableFrame
's vector of ChartFrame
s. This
method is invoked when "View->New chart" is selected in the menu of the
TableFrame
-class.
- Specified by:
actionPerformed
in interface ActionListener