org.jsqltool.gui.tableplugins
Class DataTablePanel_rightButton_actionAdapter

java.lang.Object
  |
  +--org.jsqltool.gui.tableplugins.DataTablePanel_rightButton_actionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class DataTablePanel_rightButton_actionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  DataTablePanel adaptee
           
 
Constructor Summary
(package private) DataTablePanel_rightButton_actionAdapter(DataTablePanel adaptee)
           
 
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

adaptee

DataTablePanel adaptee
Constructor Detail

DataTablePanel_rightButton_actionAdapter

DataTablePanel_rightButton_actionAdapter(DataTablePanel adaptee)
Method Detail

actionPerformed

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