Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TableColumn.CellDataFeatures.html.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TableColumn.CellEditEvent.html.
Wrapper for http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TableColumn.SortType.html
If no cellFactory is specified on a TableColumn instance, then this one will be used by default.
Parent event for any TableColumn edit event.
Indicates that the editing has been canceled, meaning that no change should be made to the backing data source.
Indicates that the editing has been committed by the user, meaning that a change should be made to the backing data source to reflect the new data.
Indicates that the user has performed some interaction to start an edit event, or alternatively the TableView.edit(Int, TableColumn) method has been called.
(Since version 8.0.60-R10) Use DefaultCellFactory; DEFAULT_CELL_FACTORY will be removed in a future release