Class LazyTableCellSupport<S,T>

java.lang.Object
com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport<S,T,javafx.scene.control.TableCell<S,T>>
com.iamsoft.util.ui.javafx.table.LazyTableCellSupport<S,T>
All Implemented Interfaces:
LazyCellSupport<S,T,javafx.scene.control.TableCell<S,T>>
Direct Known Subclasses:
LazyTableCellSupport.WrapperImpl

public abstract class LazyTableCellSupport<S,T> extends AbstractLazyCellSupport<S,T,javafx.scene.control.TableCell<S,T>>