Package org.gnome.gtk

Enum Class FilterChange

java.lang.Object
java.lang.Enum<FilterChange>
org.gnome.gtk.FilterChange
All Implemented Interfaces:
Enumeration, Serializable, Comparable<FilterChange>, Constable

@Generated("io.github.jwharm.JavaGI") public enum FilterChange extends Enum<FilterChange> implements Enumeration
Describes changes in a filter in more detail and allows objects using the filter to optimize refiltering items.

If you are writing an implementation and are not sure which value to pass, GTK_FILTER_CHANGE_DIFFERENT is always a correct choice.