Class GBLEditor.AddRowAction

java.lang.Object
  extended byGBLEditor.AddRowAction
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
GBLEditor

protected class GBLEditor.AddRowAction
extends Object
implements ActionListener

ActionListener that is fired whenever an action is performed that ought to result in a new row in the table..


Constructor Summary
protected GBLEditor.AddRowAction()
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GBLEditor.AddRowAction

protected GBLEditor.AddRowAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener