站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

FindSupport.SearchPatternWrapper (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Class FindSupport.SearchPatternWrapper

java.lang.Object
  extended by org.netbeans.editor.FindSupport.SearchPatternWrapper
Enclosing class:
FindSupport

public static class FindSupport.SearchPatternWrapper
extends Object


Constructor Summary
FindSupport.SearchPatternWrapper(String searchExpression, boolean wholeWords, boolean matchCase, boolean regExp)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSearchExpression()
           
 int hashCode()
           
 boolean isMatchCase()
           
 boolean isRegExp()
           
 boolean isWholeWords()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindSupport.SearchPatternWrapper

public FindSupport.SearchPatternWrapper(String searchExpression,
                                        boolean wholeWords,
                                        boolean matchCase,
                                        boolean regExp)
Method Detail

getSearchExpression

public String getSearchExpression()
Returns:
searchExpression

isWholeWords

public boolean isWholeWords()
Returns:
true if the wholeWords parameter was used during search performing

isMatchCase

public boolean isMatchCase()
Returns:
true if the matchCase parameter was used during search performing

isRegExp

public boolean isRegExp()
Returns:
true if the regExp parameter was used during search performing

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.