public static class SearchAction.SearchSetting extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
allElements |
boolean |
caseSensitive |
boolean |
mapCSSSearch |
SearchAction.SearchMode |
mode |
boolean |
regexSearch |
String |
text |
Constructor and Description |
---|
SearchSetting()
Constructs a new
SearchSetting . |
SearchSetting(SearchAction.SearchSetting original)
Constructs a new
SearchSetting from an existing one. |
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 mapCSSSearch
public boolean allElements
public SearchSetting()
SearchSetting
.public SearchSetting(SearchAction.SearchSetting original)
SearchSetting
from an existing one.original
- original search settingspublic static SearchAction.SearchSetting readFromString(String s)
public String writeToString()