Class TextWrapTableCellSupport<S,T>

java.lang.Object
com.iamsoft.util.ui.javafx.table.AbstractTextWrapCellSupport<javafx.scene.control.TableView<S>,javafx.scene.control.TableCell<S,T>,T>
com.iamsoft.util.ui.javafx.table.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>