Uses of Class
org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
-
Packages that use PopupFilter Package Description org.controlsfx.control.tableview2.filter.popupfilter -
-
Uses of PopupFilter in org.controlsfx.control.tableview2.filter.popupfilter
Subclasses of PopupFilter in org.controlsfx.control.tableview2.filter.popupfilter Modifier and Type Class Description class
PopupNumberFilter<S,T extends Number>
PopupFilter to be used onTableColumn
containing cells of Number type.class
PopupStringFilter<S,T>
PopupFilter to be used onFilteredTableView
containing cells of String type.
-