public static class GUIFilter.ClientImports extends Object
public static final GUIFilter.WhereOperator where =
new GUIFilter.WhereOperator();
| Modifier and Type | Field and Description |
|---|---|
static GUIFilter.Operator |
where
This object represents the "where" operator that is used to begin
a filter expression.
|
| Constructor and Description |
|---|
ClientImports() |
| Modifier and Type | Method and Description |
|---|---|
static GUIFilter |
not(GUIFilter otherFilter)
The "not" operator for negating an existing filter, when the not
operation is at the very beginning of the expression.
|
public static final GUIFilter.Operator where
public static GUIFilter not(GUIFilter otherFilter)
not(where.enabledIs(true).or.hasFocusIs(true)).otherFilter - The filter to negate