Uses of Class
org.controlsfx.control.tableview2.TableView2
-
Packages that use TableView2 Package Description org.controlsfx.control.tableview2 org.controlsfx.control.tableview2.actions -
-
Uses of TableView2 in org.controlsfx.control.tableview2
Subclasses of TableView2 in org.controlsfx.control.tableview2 Modifier and Type Class Description class
FilteredTableView<S>
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 TableView2 Constructor Description RowFixAction(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.
-