Class TextWrapTableCellSupport<S,​T>

  • Type Parameters:
    S - The type of the objects contained within the TableView items list.
    T - The type of the item contained within the Cell.

    public class TextWrapTableCellSupport<S,​T>
    extends AbstractTextWrapCellSupport<javafx.scene.control.TableView<S>,​javafx.scene.control.TableCell<S,​T>,​T>
    • Constructor Detail

      • TextWrapTableCellSupport

        public TextWrapTableCellSupport​(javafx.scene.control.TableCell<S,​T> pTableCell)
    • Method Detail

      • tableColumnProperty

        protected javafx.beans.property.ReadOnlyObjectProperty<? extends javafx.scene.control.TableColumnBase<?,​?>> tableColumnProperty()
        Specified by:
        tableColumnProperty in class AbstractTextWrapCellSupport<javafx.scene.control.TableView<S>,​javafx.scene.control.TableCell<S,​T>,​T>
      • getTableRow

        protected javafx.scene.control.IndexedCell<?> getTableRow()
        Specified by:
        getTableRow in class AbstractTextWrapCellSupport<javafx.scene.control.TableView<S>,​javafx.scene.control.TableCell<S,​T>,​T>
      • getTableView

        protected javafx.scene.control.TableView<S> getTableView()
        Specified by:
        getTableView in class AbstractTextWrapCellSupport<javafx.scene.control.TableView<S>,​javafx.scene.control.TableCell<S,​T>,​T>