Class ButtonHandler

java.lang.Object
  |
  +--ButtonHandler

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


Constructor Summary
ButtonHandler(Cluster g)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 float getPar(java.lang.String name)
           
 void setMenuBar(java.awt.MenuBar m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonHandler

public ButtonHandler(Cluster g)
Method Detail

setMenuBar

public void setMenuBar(java.awt.MenuBar m)

actionPerformed

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

getPar

public float getPar(java.lang.String name)