public static class SearchAction.SearchSetting extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
allElements |
boolean |
caseSensitive |
SearchAction.SearchMode |
mode |
boolean |
regexSearch |
String |
text |
Constructor and Description |
---|
SearchSetting() |
SearchSetting(SearchAction.SearchSetting original) |
SearchSetting(String text,
SearchAction.SearchMode mode,
boolean caseSensitive,
boolean regexSearch,
boolean allElements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
static SearchAction.SearchSetting |
readFromString(String s) |
String |
toString() |
String |
writeToString() |
public SearchAction.SearchMode mode
public boolean caseSensitive
public boolean regexSearch
public boolean allElements
public SearchSetting()
public SearchSetting(String text, SearchAction.SearchMode mode, boolean caseSensitive, boolean regexSearch, boolean allElements)
public SearchSetting(SearchAction.SearchSetting original)
public static SearchAction.SearchSetting readFromString(String s)
public String writeToString()