Uses of Interface
net.anwiba.commons.swing.component.search.ISearchEngine
Packages that use ISearchEngine
Package
Description
-
Uses of ISearchEngine in net.anwiba.commons.swing.component.search
Constructors in net.anwiba.commons.swing.component.search with parameters of type ISearchEngineModifierConstructorDescriptionSearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C, R> engine, IFactory<String, C, RuntimeException> stringConditionFactory, JComponent... components) SearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C, R> engine, IFactory<String, C, RuntimeException> stringConditionFactory, IAdvancedSearchActionFactory<C> advancedSearchActionFactory, 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 ISearchEngineModifierConstructorDescriptionNextAction(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