fedora.client.search
Class Search.ChangeFieldsButtonListener

java.lang.Object
  extended by fedora.client.search.Search.ChangeFieldsButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Search

public class Search.ChangeFieldsButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
Search.ChangeFieldsButtonListener(javax.swing.JLabel fieldLabel, java.util.List fieldList)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.util.List getFieldList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search.ChangeFieldsButtonListener

public Search.ChangeFieldsButtonListener(javax.swing.JLabel fieldLabel,
                                         java.util.List fieldList)
Method Detail

actionPerformed

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

getFieldList

public java.util.List getFieldList()