Class VFXContainerHelper.VFXContainerHelperBase<T, C extends Region & VFXContainer<T>>

java.lang.Object
io.github.palexdev.virtualizedfx.base.VFXContainerHelper.VFXContainerHelperBase<T,C>
All Implemented Interfaces:
VFXContainerHelper<T,C>
Direct Known Subclasses:
VFXGridHelper.DefaultHelper, VFXListHelper.AbstractHelper, VFXTableHelper.AbstractHelper
Enclosing interface:
VFXContainerHelper<T, C extends Region & VFXContainer<T>>

public abstract static class VFXContainerHelper.VFXContainerHelperBase<T, C extends Region & VFXContainer<T>> extends Object implements VFXContainerHelper<T,C>
Abstract implementation of VFXContainerHelper.

This is the recommended class onto which base concrete helpers.

Stores the virtualized container's instance, defines common properties and thus implementing some of the APIs from VFXContainerHelper, and in addition defines some other APIs that should be hidden and known only to its implementations.