Uses of Class
org.controlsfx.control.table.TableFilter
-
Packages that use TableFilter Package Description org.controlsfx.control.table -
-
Uses of TableFilter in org.controlsfx.control.table
Methods in org.controlsfx.control.table that return TableFilter Modifier and Type Method Description TableFilter<T>
TableFilter.Builder. apply()
TableFilter<T>
ColumnFilter. getTableFilter()
Returns the entire TableFilter this ColumnFilter belongs toConstructors in org.controlsfx.control.table with parameters of type TableFilter Constructor Description ColumnFilter(TableFilter<T> tableFilter, javafx.scene.control.TableColumn<T,R> tableColumn)
-