public static class Filter.FilterPreferenceEntry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
case_sensitive |
boolean |
enable |
boolean |
hiding |
boolean |
inverted |
boolean |
mapCSS_search |
java.lang.String |
mode |
boolean |
regex_search |
java.lang.String |
text |
java.lang.String |
version |
Constructor and Description |
---|
FilterPreferenceEntry() |
public java.lang.String version
public java.lang.String text
public java.lang.String mode
public boolean case_sensitive
public boolean regex_search
public boolean mapCSS_search
public boolean enable
public boolean hiding
public boolean inverted
public FilterPreferenceEntry()