Uses of Enum Class
org.eclipse.nebula.widgets.nattable.filterrow.TextMatchingMode
Packages that use TextMatchingMode
Package
Description
-
Uses of TextMatchingMode in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow
Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow with parameters of type TextMatchingModeModifier and TypeMethodDescriptionintDefaultGlazedListsFilterStrategy.getGlazedListsTextMatcherEditorMode(TextMatchingMode textMatchingMode) protected ca.odell.glazedlists.matchers.TextMatcherEditor<T>DefaultGlazedListsFilterStrategy.getTextMatcherEditor(Integer columnIndex, TextMatchingMode textMatchingMode, IDisplayConverter converter, String filterText) Sets up a text matcher editor for String tokensstatic List<ParseResult>FilterRowUtils.parse(String string, String textDelimiter, TextMatchingMode textMatchingMode) -
Uses of TextMatchingMode in org.eclipse.nebula.widgets.nattable.filterrow
Methods in org.eclipse.nebula.widgets.nattable.filterrow that return TextMatchingModeModifier and TypeMethodDescriptionstatic TextMatchingModeReturns the enum constant of this class with the specified name.static TextMatchingMode[]TextMatchingMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TextMatchingMode in org.eclipse.nebula.widgets.nattable.filterrow.config
Fields in org.eclipse.nebula.widgets.nattable.filterrow.config declared as TextMatchingModeFields in org.eclipse.nebula.widgets.nattable.filterrow.config with type parameters of type TextMatchingModeModifier and TypeFieldDescriptionstatic final ConfigAttribute<TextMatchingMode>FilterRowConfigAttributes.TEXT_MATCHING_MODE