Uses of Interface
net.anwiba.commons.swing.component.search.ISearchEngine
-
Packages that use ISearchEngine Package Description net.anwiba.commons.swing.component.search net.anwiba.commons.swing.component.search.action net.anwiba.commons.swing.component.search.text -
-
Uses of ISearchEngine in net.anwiba.commons.swing.component.search
Constructors in net.anwiba.commons.swing.component.search with parameters of type ISearchEngine Constructor Description SearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C,R> engine, IFactory<java.lang.String,C,java.lang.RuntimeException> stringConditionFactory, javax.swing.JComponent... components)SearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C,R> engine, IFactory<java.lang.String,C,java.lang.RuntimeException> stringConditionFactory, IAdvancedSearchActionFactory<C> advancedSearchActionFactory, javax.swing.JComponent... components) -
Uses of ISearchEngine in net.anwiba.commons.swing.component.search.action
Constructors in net.anwiba.commons.swing.component.search.action with parameters of type ISearchEngine Constructor Description NextAction(ISearchEngine<C,R> engine)PreviousAction(ISearchEngine<C,R> engine) -
Uses of ISearchEngine in net.anwiba.commons.swing.component.search.text
Classes in net.anwiba.commons.swing.component.search.text that implement ISearchEngine Modifier and Type Class Description classDocumentSearchEngine
-