lemurproject.indri.ui
Class RetUI.QueryTreeListener

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

private class RetUI.QueryTreeListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

Listener for the query tree to update highlighting when the query node selection changes.

Author:
David Fisher

Constructor Summary
private RetUI.QueryTreeListener()
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetUI.QueryTreeListener

private RetUI.QueryTreeListener()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener