|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.backward.editor.operation.FindNodesParameters
public class FindNodesParameters
Class that represents parameters for node search operation.
Field Summary | |
---|---|
protected boolean |
matchCase
Whether case should be matched. |
protected String |
searchedText
Text to search. |
protected boolean |
useWildcards
Whether wild cards should be used. |
protected boolean |
wholeWord
Whether whole words should be matched. |
Constructor Summary | |
---|---|
FindNodesParameters(String searchedText)
Create new search parameters instance for given text. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
String |
getSearchedText()
|
int |
hashCode()
|
boolean |
isMatchCase()
|
boolean |
isUseWildcards()
|
boolean |
isWholeWord()
|
void |
setMatchCase(boolean matchCase)
|
void |
setSearchedText(String searchedText)
Sets the searched text. |
void |
setUseWildcards(boolean useWildcards)
|
void |
setWholeWord(boolean wholeWord)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String searchedText
protected boolean wholeWord
protected boolean matchCase
protected boolean useWildcards
Constructor Detail |
---|
public FindNodesParameters(String searchedText)
searchedText
- text to search; cannot be nullMethod Detail |
---|
public String getSearchedText()
public void setSearchedText(String searchedText)
searchedText
- text to search; cannot be null
IllegalArgumentException
- if searchedText is nullpublic boolean isWholeWord()
public void setWholeWord(boolean wholeWord)
public boolean isMatchCase()
public void setMatchCase(boolean matchCase)
public boolean isUseWildcards()
public void setUseWildcards(boolean useWildcards)
public boolean equals(Object object)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |