de.uni_leipzig.cvk.gui
Class GraphStatisticPanel.MeasureButtonAction

java.lang.Object
  extended by de.uni_leipzig.cvk.gui.GraphStatisticPanel.MeasureButtonAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GraphStatisticPanel

 class GraphStatisticPanel.MeasureButtonAction
extends java.lang.Object
implements java.awt.event.ActionListener

ActionListener to perform measureButton actions.

 

Field Summary
(package private)  java.util.Observable m_o
           
 
Constructor Summary
GraphStatisticPanel.MeasureButtonAction(java.util.Observable o)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_o

java.util.Observable m_o
Constructor Detail

GraphStatisticPanel.MeasureButtonAction

public GraphStatisticPanel.MeasureButtonAction(java.util.Observable o)
Method Detail

actionPerformed

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