Uses of Class
org.controlsfx.control.tableview2.TableView2
Packages that use TableView2
-
Uses of TableView2 in org.controlsfx.control.tableview2
Subclasses of TableView2 in org.controlsfx.control.tableview2Modifier and TypeClassDescriptionclass
A subclass ofTableView2
that provides extended filtering options. -
Uses of TableView2 in org.controlsfx.control.tableview2.actions
Constructors in org.controlsfx.control.tableview2.actions with parameters of type TableView2ModifierConstructorDescriptionRowFixAction
(TableView2 tableView, Integer row) Creates a fix action for a given column.RowFixAction
(TableView2 tableView, Integer row, String name) Creates a fix action for a given column.RowFixAction
(TableView2 tableView, Integer row, String name, javafx.scene.Node image) Creates a fix action for a given column.