Uses of Class
org.fxmisc.flowless.CellWrapper
-
Uses of CellWrapper in org.fxmisc.flowless
Methods in org.fxmisc.flowless that return CellWrapperModifier and TypeMethodDescriptionstatic <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.afterDispose(C cell, Runnable action) static <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.afterReset(C cell, Runnable action) static <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.afterUpdateIndex(C cell, IntConsumer action) static <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.afterUpdateItem(C cell, Consumer<? super T> action) static <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.beforeDispose(C cell, Runnable action) static <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.beforeReset(C cell, Runnable action) static <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.beforeUpdateIndex(C cell, IntConsumer action) static <T, N extends javafx.scene.Node, C extends Cell<T,N>>
CellWrapper<T, N, C> CellWrapper.beforeUpdateItem(C cell, Consumer<? super T> action)