Uses of Class
com.iamsoft.util.ui.javafx.table.AbstractTableFindSupport.SearchResult
-
Packages that use AbstractTableFindSupport.SearchResult Package Description com.iamsoft.util.ui.javafx.table Utility classes related to TableView. -
-
Uses of AbstractTableFindSupport.SearchResult in com.iamsoft.util.ui.javafx.table
Methods in com.iamsoft.util.ui.javafx.table that return AbstractTableFindSupport.SearchResult Modifier and Type Method Description protected AbstractTableFindSupport.SearchResultTableFindSupportBase.AbstractFindTask. call()protected AbstractTableFindSupport.SearchResultTableFindSupportBase.BatchFindTask. call()protected AbstractTableFindSupport.SearchResultAbstractTableFindSupport. getSearchResult()Methods in com.iamsoft.util.ui.javafx.table that return types with arguments of type AbstractTableFindSupport.SearchResult Modifier and Type Method Description protected javafx.beans.property.ObjectProperty<AbstractTableFindSupport.SearchResult>AbstractTableFindSupport. searchResultProperty()Methods in com.iamsoft.util.ui.javafx.table with parameters of type AbstractTableFindSupport.SearchResult Modifier and Type Method Description protected voidAbstractTableFindSupport. setSearchResult(AbstractTableFindSupport.SearchResult pSearchResult)
-