pl.edu.agh.cast.editor.operation
Class FindNodesParameters

java.lang.Object
  extended by pl.edu.agh.cast.editor.operation.FindNodesParameters

public class FindNodesParameters
extends java.lang.Object


Field Summary
protected  boolean matchCase
           
protected  java.lang.String searchedText
           
protected  boolean useWildcards
           
protected  boolean wholeWord
           
 
Constructor Summary
FindNodesParameters(java.lang.String searchedText)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getSearchedText()
           
 boolean isMatchCase()
           
 boolean isUseWildcards()
           
 boolean isWholeWord()
           
 void setMatchCase(boolean matchCase)
           
 void setSearchedText(java.lang.String searchedText)
           
 void setUseWildcards(boolean useWildcards)
           
 void setWholeWord(boolean wholeWord)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchedText

protected java.lang.String searchedText

wholeWord

protected boolean wholeWord

matchCase

protected boolean matchCase

useWildcards

protected boolean useWildcards
Constructor Detail

FindNodesParameters

public FindNodesParameters(java.lang.String searchedText)
Method Detail

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.