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, setTextMatcherfireChanged, fireConstrained, fireMatchAll, fireMatchNone, fireRelaxed, getMatcher, isCurrentlyMatchingAll, isCurrentlyMatchingNonepublic 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)