Package ch.bailu.gtk.gtk
Interface StringFilterMatchMode
public interface StringFilterMatchMode
-
Field Summary
-
Field Details
-
EXACT
static final int EXACTThe search string and
text must match exactly.- See Also:
-
SUBSTRING
static final int SUBSTRINGThe search string
must be contained as a substring inside the text.- See Also:
-
PREFIX
static final int PREFIXThe text must begin
with the search string.- See Also:
-