eTextReader.search
Class FindPanel.FindListener

java.lang.Object
  extended by eTextReader.search.FindPanel.FindListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
FindPanel

public class FindPanel.FindListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
FindPanel.FindListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void findCancel()
           
private  void findChanged()
           
 void findOK()
           
private  void waitForIndexingThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindPanel.FindListener

public FindPanel.FindListener()
Method Detail

actionPerformed

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

findCancel

public void findCancel()

findOK

public void findOK()

waitForIndexingThread

private void waitForIndexingThread()

findChanged

private void findChanged()