Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class TableFindSupportBase.SearchFunction
java.lang.Object
com.iamsoft.util.ui.javafx.table.TableFindSupportBase.SearchFunction
- All Implemented Interfaces:
Function<String,
List<AbstractTableFindSupport.Range>>
- Enclosing class:
- TableFindSupportBase<T extends javafx.scene.control.Control,
C extends javafx.scene.control.TableColumnBase>
protected final class TableFindSupportBase.SearchFunction
extends Object
implements Function<String,List<AbstractTableFindSupport.Range>>
Used for finding occurrences in a text.
-
Constructor Details
-
SearchFunction
protected SearchFunction()
-
-
Method Details