public static class Filter.FilterPreferenceEntry extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
case_sensitive |
boolean |
enable
Enabled status.
|
boolean |
hiding
If this option is activated, the chosen objects are completely hidden.
|
boolean |
inverted
Normally, the specified objects are hidden and the rest is shown.
|
boolean |
mapCSS_search |
java.lang.String |
mode
Mode selector which defines how a filter is combined with the previous one:
replace: replace selection
add: add to selection
remove: remove from selection
in_selection: find in selection
|
boolean |
regex_search |
java.lang.String |
text |
java.lang.String |
version |
| Constructor and Description |
|---|
FilterPreferenceEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public java.lang.String version
public java.lang.String text
public java.lang.String mode
SearchModepublic boolean case_sensitive
public boolean regex_search
public boolean mapCSS_search
public boolean enable
Filter.enablepublic boolean hiding
Filter.hidingpublic boolean inverted
Filter.invertedpublic FilterPreferenceEntry()