Uses of Class
com.iamsoft.util.ui.javafx.table.AbstractTableFindSupport.Range
-
Packages that use AbstractTableFindSupport.Range Package Description com.iamsoft.util.ui.javafx.table Utility classes related to TableView. -
-
Uses of AbstractTableFindSupport.Range in com.iamsoft.util.ui.javafx.table
Methods in com.iamsoft.util.ui.javafx.table that return types with arguments of type AbstractTableFindSupport.Range Modifier and Type Method Description List<AbstractTableFindSupport.Range>
TableFindSupportBase.SearchFunction. apply(String pText)
SortedMap<Integer,SortedMap<Integer,List<AbstractTableFindSupport.Range>>>
AbstractTableFindSupport.SearchResult. getDelegate()
List<AbstractTableFindSupport.Range>
AbstractTableFindSupport.SearchResult. getOccurrences(int pRow, int pColumn)
-