fedora.client.search
Class Search.ConditionSelectionListener

java.lang.Object
  extended by fedora.client.search.Search.ConditionSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
Search

public class Search.ConditionSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Constructor Summary
Search.ConditionSelectionListener(javax.swing.JButton modifyButton, javax.swing.JButton deleteButton, int selectedRow)
           
 
Method Summary
 int getSelectedRow()
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search.ConditionSelectionListener

public Search.ConditionSelectionListener(javax.swing.JButton modifyButton,
                                         javax.swing.JButton deleteButton,
                                         int selectedRow)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener

getSelectedRow

public int getSelectedRow()