net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.search
Interface ISquirrelSearchDialog

All Known Implementing Classes:
SquirrelFindDialog, SquirrelReplaceDialog

public interface ISquirrelSearchDialog


Method Summary
 void addClosingListener(SearchDialogClosingListener searchDialogClosingListener)
           
 void addFindActionListener(ActionListener actionListener)
           
 void addReplaceActionListener(ActionListener actionListener)
           
 void addReplaceAllActionListener(ActionListener actionListener)
           
 void close()
           
 JDialog getDialog()
           
 String getReplaceString()
           
 String getSearchString()
           
 boolean isMarkAll()
           
 boolean isMatchCase()
           
 boolean isRegExp()
           
 boolean isSearchUp()
           
 boolean isWholeWord()
           
 void removeClosingListener(SearchDialogClosingListener searchDialogClosingListener)
           
 void removeFindActionListener(ActionListener actionListener)
           
 void removeReplaceActionListener(ActionListener actionListener)
           
 void removeReplaceAllActionListener(ActionListener actionListener)
           
 void requestFocus()
           
 void setSearchParameters(Vector findComboBoxStrings, boolean matchCase, boolean wholeWord, boolean regExp, boolean searchUp, boolean markAll)
           
 void setSearchString(String selectedText)
           
 void setVisible(boolean b)
           
 

Method Detail

setSearchParameters

void setSearchParameters(Vector findComboBoxStrings,
                         boolean matchCase,
                         boolean wholeWord,
                         boolean regExp,
                         boolean searchUp,
                         boolean markAll)

setSearchString

void setSearchString(String selectedText)

setVisible

void setVisible(boolean b)

getSearchString

String getSearchString()

close

void close()

isMatchCase

boolean isMatchCase()

isWholeWord

boolean isWholeWord()

isRegExp

boolean isRegExp()

isSearchUp

boolean isSearchUp()

isMarkAll

boolean isMarkAll()

getDialog

JDialog getDialog()

addClosingListener

void addClosingListener(SearchDialogClosingListener searchDialogClosingListener)

removeClosingListener

void removeClosingListener(SearchDialogClosingListener searchDialogClosingListener)

requestFocus

void requestFocus()

addFindActionListener

void addFindActionListener(ActionListener actionListener)

removeFindActionListener

void removeFindActionListener(ActionListener actionListener)

addReplaceActionListener

void addReplaceActionListener(ActionListener actionListener)

removeReplaceActionListener

void removeReplaceActionListener(ActionListener actionListener)

addReplaceAllActionListener

void addReplaceAllActionListener(ActionListener actionListener)

removeReplaceAllActionListener

void removeReplaceAllActionListener(ActionListener actionListener)

getReplaceString

String getReplaceString()


Copyright © 2001-2010. All Rights Reserved.