Class GraphListener

java.lang.Object
  extended by GraphListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class GraphListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
GraphListener(javax.swing.JLabel[] eqns)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 XpressionTree createTree(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphListener

public GraphListener(javax.swing.JLabel[] eqns)
Method Detail

actionPerformed

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

createTree

public XpressionTree createTree(java.lang.String s)