org.norvelle.textcite.gui.dialog
Class CitationDialog.BookList_ActionAdapter

java.lang.Object
  extended by org.norvelle.textcite.gui.dialog.CitationDialog.BookList_ActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
CitationDialog

 class CitationDialog.BookList_ActionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  CitationDialog adaptee
           
 
Constructor Summary
CitationDialog.BookList_ActionAdapter(CitationDialog adaptee)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Based on the Book object chosen by the user, update the dialog box fields, and also set internally the book field of the dialog object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

CitationDialog adaptee
Constructor Detail

CitationDialog.BookList_ActionAdapter

CitationDialog.BookList_ActionAdapter(CitationDialog adaptee)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Based on the Book object chosen by the user, update the dialog box fields, and also set internally the book field of the dialog object.

Specified by:
actionPerformed in interface java.awt.event.ActionListener