Class TextWrapTreeTableCellSupport<S,T>

java.lang.Object
com.iamsoft.util.ui.javafx.table.AbstractTextWrapCellSupport<javafx.scene.control.TreeTableView<S>,javafx.scene.control.TreeTableCell<S,T>,T>
com.iamsoft.util.ui.javafx.table.TextWrapTreeTableCellSupport<S,T>
Type Parameters:
S - The type of the objects contained within the TreeTableView.
T - The type of the item contained within the Cell.

public class TextWrapTreeTableCellSupport<S,T> extends AbstractTextWrapCellSupport<javafx.scene.control.TreeTableView<S>,javafx.scene.control.TreeTableCell<S,T>,T>
  • Property Details

    • tableColumn

      protected javafx.beans.property.ReadOnlyObjectProperty<? extends javafx.scene.control.TableColumnBase<?,?>> tableColumnProperty
      Specified by:
      tableColumnProperty in class AbstractTextWrapCellSupport<javafx.scene.control.TreeTableView<S>,javafx.scene.control.TreeTableCell<S,T>,T>
      Returns:
      the tableColumn property
      See Also:
  • Constructor Details

    • TextWrapTreeTableCellSupport

      public TextWrapTreeTableCellSupport(javafx.scene.control.TreeTableCell<S,T> pTableCell)
  • Method Details