cz.cuni.amis.pogamut.episodic.visualizer
Class VisualizationRenderer.GraphChooser

Package class diagram package VisualizationRenderer.GraphChooser
java.lang.Object
  extended by cz.cuni.amis.pogamut.episodic.visualizer.VisualizationRenderer.GraphChooser
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
VisualizationRenderer

public class VisualizationRenderer.GraphChooser
extends Object
implements ActionListener

Listener attached to the combobox choosing the graph that should be displayed in a visualization window.


Constructor Summary
VisualizationRenderer.GraphChooser(VisualizationRenderer _viz)
          Instantiate the class by providing a reference to the parent VisualizationRenderer class.
 
Method Summary
 void actionPerformed(ActionEvent e)
          This method is called each time different graph is chosen to be displayed in a visualization window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualizationRenderer.GraphChooser

public VisualizationRenderer.GraphChooser(VisualizationRenderer _viz)
Instantiate the class by providing a reference to the parent VisualizationRenderer class.

Parameters:
_viz - Reference to the parent VisualizationRenderer class.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
This method is called each time different graph is chosen to be displayed in a visualization window. It is responsible for displaying the correct graph.

Specified by:
actionPerformed in interface ActionListener
Parameters:
e - Event generated by a combobox when new graph was chosen to be displayed.


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.