public class TextInputControlMatcherEditor<E>
extends ca.odell.glazedlists.matchers.TextMatcherEditor<E>
Constructor and Description |
---|
TextInputControlMatcherEditor(javafx.scene.control.TextInputControl textInputControl,
ca.odell.glazedlists.TextFilterator<? super E> textFilterator) |
TextInputControlMatcherEditor(javafx.scene.control.TextInputControl textInputControl,
ca.odell.glazedlists.TextFilterator<? super E> textFilterator,
boolean live) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
boolean |
isLive() |
void |
setLive(boolean live) |
getCurrentTextMatcher, getFilterator, getMode, getStrategy, setFilterator, setFilterText, setMode, setStrategy, setTextMatcher
fireChanged, fireConstrained, fireMatchAll, fireMatchNone, fireRelaxed, getMatcher, isCurrentlyMatchingAll, isCurrentlyMatchingNone
public TextInputControlMatcherEditor(javafx.scene.control.TextInputControl textInputControl, ca.odell.glazedlists.TextFilterator<? super E> textFilterator)
public TextInputControlMatcherEditor(javafx.scene.control.TextInputControl textInputControl, ca.odell.glazedlists.TextFilterator<? super E> textFilterator, boolean live)