ptolemy.vergil.gt
Class GTIngredientsEditor.Row.CheckBoxActionListener

java.lang.Object
  extended by ptolemy.vergil.gt.GTIngredientsEditor.Row.CheckBoxActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GTIngredientsEditor.Row

private class GTIngredientsEditor.Row.CheckBoxActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  int _index
           
 
Constructor Summary
GTIngredientsEditor.Row.CheckBoxActionListener(int index)
           
 
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

_index

private int _index
Constructor Detail

GTIngredientsEditor.Row.CheckBoxActionListener

GTIngredientsEditor.Row.CheckBoxActionListener(int index)
Method Detail

actionPerformed

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