Uses of Enum Class
io.github.palexdev.materialfx.enums.LoaderCacheLevel
Packages that use LoaderCacheLevel
Package
Description
-
Uses of LoaderCacheLevel in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return LoaderCacheLevelModifier and TypeMethodDescriptionstatic LoaderCacheLevelReturns the enum constant of this class with the specified name.static LoaderCacheLevel[]LoaderCacheLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LoaderCacheLevel in io.github.palexdev.materialfx.utils.others.loader
Methods in io.github.palexdev.materialfx.utils.others.loader that return LoaderCacheLevelMethods in io.github.palexdev.materialfx.utils.others.loader with parameters of type LoaderCacheLevelModifier and TypeMethodDescriptionMFXLoader.setCacheLevel(LoaderCacheLevel cacheLevel) Sets theLoaderCacheLevelfor this loader.