org.norvelle.textcite.gui.menu
Class TablePanelPopupMenu.Menu_ActionAdapter

java.lang.Object
  extended by org.norvelle.textcite.gui.menu.TablePanelPopupMenu.Menu_ActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TablePanelPopupMenu

 class TablePanelPopupMenu.Menu_ActionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  int actionRequested
           
 
Constructor Summary
TablePanelPopupMenu.Menu_ActionAdapter(int actionRequested)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionRequested

int actionRequested
Constructor Detail

TablePanelPopupMenu.Menu_ActionAdapter

TablePanelPopupMenu.Menu_ActionAdapter(int actionRequested)
Method Detail

actionPerformed

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