qflib 0.98.1

de.qfs.lib.option
Class TableOptionEdit.Table.ActionHandler

java.lang.Object
  |
  +--de.qfs.lib.option.TableOptionEdit.Table.ActionHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TableOptionEdit.Table

protected class TableOptionEdit.Table.ActionHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Action listener for the table row actions.


Constructor Summary
protected TableOptionEdit.Table.ActionHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Perform the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableOptionEdit.Table.ActionHandler

protected TableOptionEdit.Table.ActionHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Perform the action.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The event containing the details.

qflib 0.98.1