Class GBLEditor.MoveRowUpAction

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

protected class GBLEditor.MoveRowUpAction
extends Object
implements ActionListener

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


Constructor Summary
protected GBLEditor.MoveRowUpAction()
           
 
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.MoveRowUpAction

protected GBLEditor.MoveRowUpAction()
Method Detail

actionPerformed

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