Java javafx.scene.control.cell CheckBoxTableCell fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control.cell CheckBoxTableCell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control.cell CheckBoxTableCell.

The text is from its open source code.

Constructor

CheckBoxTableCell()
Creates a default CheckBoxTableCell.

Method

Callback,TableCell>forTableColumn( final TableColumn column)
Creates a cell factory for use in a TableColumn cell factory.
Callback,TableCell>forTableColumn( final Callback> getSelectedProperty)
Creates a cell factory for use in a TableColumn cell factory.