Package docking.widgets.filter
package docking.widgets.filter
-
ClassDescriptionAllows the user to split a string using a regex as the delimiter.Provides the ability to split a string using a single character as the delimiter, interpreted as a regex.A label that displays an icon that, when clicked, will clear the contents of the associated filter.A filter that will pass text when it contains the filter text.An interface that will be called when the text filter changes.Dialog that allows the user to select options related to table filtering.A text field that is meant to be used in conjunction with tables that allow filter text.A text filter that uses a pattern and performs a 'find' using that pattern.A filter that will pass text when it matches exactly.A filter factory that creates
TextFilter
s that will pass text when it matches the filter exactly.A text filter that uses a pattern and performs a 'matches' using that pattern.A filter that will pass text when it starts with the filter text.Interface for classes that need to split strings into a series of individual terms.