lemurproject.indri.ui
Class RetUI.DocTableListener

java.lang.Object
  extended by lemurproject.indri.ui.RetUI.DocTableListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
RetUI

private class RetUI.DocTableListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Listener on the retrieved documents table that enables populating the document text frame with the selection of a document.

Author:
David Fisher

Constructor Summary
private RetUI.DocTableListener()
           
 
Method Summary
 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

RetUI.DocTableListener

private RetUI.DocTableListener()
Method Detail

valueChanged

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