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>