Uses of Interface
org.eclipse.nebula.widgets.nattable.search.strategy.ISearchStrategy

Packages that use ISearchStrategy
org.eclipse.nebula.widgets.nattable.search.command   
org.eclipse.nebula.widgets.nattable.search.strategy   
 

Uses of ISearchStrategy in org.eclipse.nebula.widgets.nattable.search.command
 

Methods in org.eclipse.nebula.widgets.nattable.search.command that return ISearchStrategy
 ISearchStrategy SearchCommand.getSearchStrategy()
           
 

Constructors in org.eclipse.nebula.widgets.nattable.search.command with parameters of type ISearchStrategy
SearchCommand(ILayer layer, ISearchStrategy searchStrategy, String searchDirection, boolean isWrapSearch, boolean isCaseSensitive, boolean isWholeWord, boolean isIncremental, boolean isRegex, boolean isIncludeCollapsed, Comparator<?> comparator)
           
SearchCommand(String searchText, ILayer layer, ISearchStrategy searchStrategy, String searchDirection, boolean isWrapSearch, boolean isCaseSensitive, boolean isWholeWord, boolean isIncremental, boolean isRegex, boolean isIncludeCollapsed, Comparator<?> comparator)
           
 

Uses of ISearchStrategy in org.eclipse.nebula.widgets.nattable.search.strategy
 

Classes in org.eclipse.nebula.widgets.nattable.search.strategy that implement ISearchStrategy
 class AbstractSearchStrategy
           
 class ColumnSearchStrategy
           
 class GridSearchStrategy
           
 class RowSearchStrategy
           
 class SelectionSearchStrategy
           
 



Copyright © 2015. All rights reserved.