Package ch.bailu.gtk.gtk
Interface FilterChange
public interface FilterChange
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The filter change cannot be
described with any of the other enumeration values.static final int
The filter is less strict than
it was before: All items that it used to return %TRUE for
still return %TRUE, others now may, too.static final int
The filter is more strict than
it was before: All items that it used to return %FALSE for
still return %FALSE, others now may, too.
-
Field Details
-
DIFFERENT
static final int DIFFERENTThe filter change cannot be
described with any of the other enumeration values.- See Also:
-
LESS_STRICT
static final int LESS_STRICTThe filter is less strict than
it was before: All items that it used to return %TRUE for
still return %TRUE, others now may, too.- See Also:
-
MORE_STRICT
static final int MORE_STRICTThe filter is more strict than
it was before: All items that it used to return %FALSE for
still return %FALSE, others now may, too.- See Also:
-