pl.edu.agh.cast.editor.operation
Class FindNodesParameters
java.lang.Object
pl.edu.agh.cast.editor.operation.FindNodesParameters
public class FindNodesParameters
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
searchedText
protected java.lang.String searchedText
wholeWord
protected boolean wholeWord
matchCase
protected boolean matchCase
useWildcards
protected boolean useWildcards
FindNodesParameters
public FindNodesParameters(java.lang.String searchedText)
getSearchedText
public java.lang.String getSearchedText()
setSearchedText
public void setSearchedText(java.lang.String searchedText)
isWholeWord
public boolean isWholeWord()
setWholeWord
public void setWholeWord(boolean wholeWord)
isMatchCase
public boolean isMatchCase()
setMatchCase
public void setMatchCase(boolean matchCase)
isUseWildcards
public boolean isUseWildcards()
setUseWildcards
public void setUseWildcards(boolean useWildcards)
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.