net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.search
Class SearchDialogState

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.search.SearchDialogState

public class SearchDialogState
extends Object


Constructor Summary
SearchDialogState(ISquirrelSearchDialog dialog)
           
 
Method Summary
static SearchDialogState createForLastFind()
           
 boolean isMatchCase()
           
 boolean isRegExp()
           
 boolean isSearchUp()
           
 boolean isWholeWord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchDialogState

public SearchDialogState(ISquirrelSearchDialog dialog)
Method Detail

isSearchUp

public boolean isSearchUp()

isMatchCase

public boolean isMatchCase()

isWholeWord

public boolean isWholeWord()

isRegExp

public boolean isRegExp()

createForLastFind

public static SearchDialogState createForLastFind()


Copyright © 2001-2010. All Rights Reserved.