gov.nih.nlm.util
Interface FinderHandler

All Known Implementing Classes:
JEditorPaneFinderHandler

public interface FinderHandler

Generically handles a find operation.

Author:
Deborah Shapiro

Method Summary
 void cancel()
          Indicates that the find operation has been cancelled on the gui.
 void find()
          Executes the find operation.
 void init()
          Initializes the find operation.
 void setDialog(FindDialog find_dialog)
          Sets the FindDialog for the handler.
 

Method Detail

setDialog

public void setDialog(FindDialog find_dialog)
Sets the FindDialog for the handler.

Parameters:
find_dialog - FindDialog

find

public void find()
          throws Exception
Executes the find operation.

Throws:
Exception

init

public void init()
          throws Exception
Initializes the find operation.

Throws:
Exception

cancel

public void cancel()
Indicates that the find operation has been cancelled on the gui.



Copyright ©2005